Rosure
  • 👋Documentation for Rosure Portfolio
  • Getting Started
    • 🎯Features
    • ➡️Sections Overview
  • Setup and Configuration
    • 📍Getting Started
    • 🎨Customization
      • Adding a New Section
      • 03 What I do Section (Adding a New Service)
      • 04 Skills Section (Adding a New Skill)
      • 05 Experience Section (Adding work experience)
      • 06 Projects Section (Adding a New Porject)
      • 07 Enabling the Contact Form
      • Set Default Theme and Configure Toggle Button
    • 🖌️Global Styles
  • Additional
    • 📄Licenses
    • 💌Credits
Powered by GitBook
On this page
  1. Setup and Configuration
  2. Customization

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>
PreviousAdding a New SectionNext04 Skills Section (Adding a New Skill)

Last updated 3 months ago

🎨