A responsive, single-page portfolio website built as an internship project.
- Hero — Name, tagline, and call-to-action buttons
- About — Short bio and meta (location, education, interests)
- Skills — Frontend, backend, and tools in card layout
- Projects — Project cards with placeholder images and links
- Experience — Timeline for education and internships
- Contact — Email, LinkedIn, GitHub links
- Open the folder in your editor.
- Option A: Double-click
index.htmlto open in your browser. - Option B: Use a local server (recommended for links):
- With Node:
npx serve . - With Python:
python -m http.server 8000then visithttp://localhost:8000
- With Node:
- Name & tagline: Edit the hero section in
index.html(e.g. "Your Name", "Your City"). - Projects: Update titles, descriptions, and
hrefvalues for Live/Code links. - Experience: Edit the timeline items with your real dates and roles.
- Contact: Replace
your.email@example.com, LinkedIn and GitHub URLs. - Skills: Change the text in each skill card to match your stack.
- HTML5, CSS3 (custom properties, Grid, Flexbox)
- Vanilla JavaScript (mobile menu, optional active section highlight)
- Fonts: Outfit, JetBrains Mono (Google Fonts)
No build step required. Works in modern browsers.