The experience section showcases the developer’s work history in a clean, card-based layout. Each experience card includes a company logo, role title, dates, and detailed description.
The experience section contains multiple experience cards:
<section class="experience" id="experience"> <div class="section-container"> <h2 class="experience__title section-title"> My <strong>Experience</strong> </h2> <div class="experience-card"> <div class="experience-card__logo"> <img src="assets/google.svg" alt="Google" /> </div> <h3 class="experience-card__role"> Lead Software Engineer at Google </h3> <p class="experience-card__date">Nov 2019 – Present</p> <p class="experience-card__description"> As a Senior Software Engineer at Google, I played a pivotal role in developing innovative solutions for Google's core search algorithms. Collaborating with a dynamic team of engineers, I contributed to the enhancement of search accuracy and efficiency, optimizing user experiences for millions of users worldwide. </p> </div> <div class="experience-card"> <div class="experience-card__logo"> <img src="assets/youtube.svg" alt="Youtube" /> </div> <h3 class="experience-card__role">Software Engineer at Youtube</h3> <p class="experience-card__date">Jan 2017 – Oct 2019</p> <p class="experience-card__description"> At Youtube, I served as a Software Engineer, focusing on the design and implementation of backend systems for the social media giant's dynamic platform. Working on projects that involved large-scale data processing and user engagement features, I leveraged my expertise to ensure seamless functionality and scalability. </p> </div> <div class="experience-card"> <div class="experience-card__logo"> <img src="assets/apple.svg" alt="Apple" /> </div> <h3 class="experience-card__role"> Junior Software Engineer at Apple </h3> <p class="experience-card__date">Jan 2016 – Dec 2017</p> <p class="experience-card__description"> During my tenure at Apple, I held the role of Software Architect, where I played a key role in shaping the architecture of mission-critical software projects. Responsible for designing scalable and efficient systems, I provided technical leadership to a cross-functional team. </p> </div> </div></section>