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

05 Experience Section (Adding work experience)

  • id: experience

  • Section number: 05

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

<article class="exp">
    <figure class="dot"></figure>
    <div class="job-info">
        <h4 class="job">Job Position</h4>
        <h5 class="company-name">Company</h5>
        <h6 class="date">Period of time</h6>
    </div>
    <p class="job-description">
        job description
        <a href="#" class="see-more-btn flex align-center">See more link
            <img src="./icons/arrow.svg" alt="see more button">
        </a>
    </p>
</article>
Previous04 Skills Section (Adding a New Skill)Next06 Projects Section (Adding a New Porject)

Last updated 4 months ago

🎨