π― Goal
Design and implement a timeline section on the website to showcase my work experience in a clear, chronological format.
π οΈ Tech Stack
Using HTML, CSS, and JavaScript (no frameworks).
π‘ Feature Details
- Each timeline entry should include:
- Job title
- Company
- Dates (start β end)
- Short description of role/responsibilities
- Use a vertical layout for simplicity and readability.
- Responsive design (stacked or simplified on smaller screens).
- Optionally include icons or subtle animations for interactivity.
π Tasks
π§ Notes
- Consider using a flexbox column with left/right alternating entries or a simple single-column vertical layout.
- Could keep the experience data in a JS object to make updates easier in the future.
π― Goal
Design and implement a timeline section on the website to showcase my work experience in a clear, chronological format.
π οΈ Tech Stack
Using HTML, CSS, and JavaScript (no frameworks).
π‘ Feature Details
π Tasks
π§ Notes