Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nor — Developer Portfolio

This is a single-file developer portfolio Nor.html. Below are quick publish options so you can make the site live right away.

Quick (recommended) — GitHub Pages (auto-deploy)

  1. Create a Git repository in this folder and push to GitHub (replace <your-repo-url>):
git init
git add .
git commit -m "Initial: Nor portfolio"
git branch -M main
git remote add origin <your-repo-url>
git push -u origin main
  1. The included GitHub Action will automatically deploy the repository root to the gh-pages branch on every push to main. After the first successful run, enable GitHub Pages for the repo and set the source to the gh-pages branch (or check the repository's Pages settings — GitHub may already configure it).

  2. Page URL will be: https://<your-username>.github.io/<repo-name>/ (or see Pages settings).

Instant (no repo) — Vercel

  1. Install Vercel CLI (npm i -g vercel) or use the Vercel web dashboard.
  2. From this folder run:
vercel --prod

Vercel will guide you through deployment and give a live URL.

Instant (no repo) — Netlify

  1. Install Netlify CLI: npm i -g netlify-cli
  2. Run:
netlify deploy --prod --dir=.

Follow the prompts to create or link a site.

Local preview

Run a local static server (Python 3):

python -m http.server 8080
# then open http://localhost:8080/Nor.html

Notes

  • Replace placeholder demo/repo links inside Nor.html with real URLs.
  • To receive contact form submissions via FormSubmit, update the data-email attribute on the contact form to your email.

If you want, I can create the remote GitHub repo for you (requires gh CLI authentication) or proceed with Vercel/Netlify deploy commands locally. Which publish method would you like me to prepare next?

Releases

Packages

Contributors

Languages