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

04 Skills Section (Adding a New Skill)

  • id: my-skills

  • Section number: 04

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


<article class="skill">
    <div class="content-img-percent">
        <img src="(url-icon)">
        <p class="percent-text"> skill level(percentage) </p>
    </div>
    <h4>New Skill</h4>
</article>

Previous03 What I do Section (Adding a New Service)Next05 Experience Section (Adding work experience)

Last updated 3 months ago

🎨