class CustomTimeline extends HTMLElement { connectedCallback() { this.attachShadow({ mode: 'open' }); this.shadowRoot.innerHTML = `
2015

Foundation

SuperNova was founded by a group of passionate developers with a vision to push the boundaries of technology and create innovative solutions.

2017

First Major Project

Developed a groundbreaking AI solution for a Fortune 500 company, establishing our reputation in the industry.

2019

Global Expansion

Opened offices in three new countries and grew our team to over 50 world-class developers and engineers.

2021

Education Initiative

Launched our coding education platform to train the next generation of developers with cutting-edge courses.

2023

Quantum Computing Division

Established a new research division focused on quantum computing and its applications in software development.

`; } } customElements.define('custom-timeline', CustomTimeline);