Skip to content

BixbyCodes/My_Portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Utsav Tripathi • Portfolio

A minimal, responsive single‑page portfolio built with plain HTML/CSS/JS.

Structure

  • index.html – content and sections
  • styles.css – theme, layout, responsive rules
  • script.js – small interactions (mobile menu, smooth scroll)

Run locally

Just open index.html in your browser.

Optional local server (recommended):

  • Python 3:
python3 -m http.server 5173

Then visit http://localhost:5173

Customize

  • Update links and texts directly in index.html.
  • Tweak colors in styles.css under the :root variables.

Deploy

You can deploy anywhere static sites are supported:

GitHub Pages

  1. Push this folder to a GitHub repo.
  2. Settings → Pages → Deploy from branch → main/root.

Vercel

  1. vercel (CLI) or import the repo on vercel.com.
  2. Framework preset: “Other”. Build command: none. Output: /.

Render (Static Site)

  1. New → Static Site → link repo/folder.
  2. Build command: none. Publish directory: /.

Credits

Design and content based on your resume details. Built with care in plain web tech for speed and portability.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors