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>

Last updated