Skip to content

abhaylad2005/portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Personal Portfolio — Internship Project

A responsive, single-page portfolio website built as an internship project.

What's included

  • 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

How to run

  1. Open the folder in your editor.
  2. Option A: Double-click index.html to open in your browser.
  3. Option B: Use a local server (recommended for links):
    • With Node: npx serve .
    • With Python: python -m http.server 8000 then visit http://localhost:8000

Customize

  • Name & tagline: Edit the hero section in index.html (e.g. "Your Name", "Your City").
  • Projects: Update titles, descriptions, and href values 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.

Tech

  • 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors