03 What I do Section (Adding a New Service)

  • id: what-do-i-do

  • Section number: 03

To add a new service you need the following structure inside the content (<section>) with the .service-section class

<article class="service">
  <span class="service-index absolute">(service number)</span>
    <div class="icon-service">
      <img src="(url-icon)"> <!-- Service Icon -->
    </div>
    <div>
      <h4>New Service</h4> <!-- Service Title-->
       <p>New Service Description</p> <!-- Service Description-->
    </div>
</article>

Last updated