-
Notifications
You must be signed in to change notification settings - Fork 0
Add timeline of work experience to websiteΒ #1
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
π― 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
- Create basic HTML structure for the timeline section
- Style the vertical timeline using CSS
- Populate with sample work experience entries
- Add scroll animation or reveal effect (optional)
- Test on desktop and mobile layouts
π§ 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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request