Skip to content

Pa7ch3s/ExploitNation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal Website: Principal Security Architect

A minimal, static personal site built for GitHub Pages. No build step, no frameworks, just HTML and CSS.

Your turn (after this repo is committed)

This folder is wired to remote Pa7ch3s/personal-website → GitHub Pages project URL https://pa7ch3s.github.io/personal-website/ once Pages is on.

  1. Push (from this directory): git push origin main
  2. On GitHub: open Pa7ch3s/personal-websiteSettingsPages
  3. Build and deployment → Source: Deploy from a branch → Branch main, folder / (root) → Save
  4. Wait ~1–2 minutes, then open https://pa7ch3s.github.io/personal-website/

Want the shorter URL https://pa7ch3s.github.io (no /personal-website)? Create a repo named pa7ch3s.github.io, put these same files at the root of that repo, enable Pages on main + /, and optionally set the personal-website repo to archive or redirect.


Host on GitHub Pages

Option A: User/org site (e.g. https://yourusername.github.io)

  1. Create a new repo named exactly yourusername.github.io (replace with your GitHub username).
  2. Push this project into that repo:
    cd personal-website
    git init
    git add .
    git commit -m "Initial commit: Principal Security Architect site"
    git branch -M main
    git remote add origin https://github.com/yourusername/yourusername.github.io.git
    git push -u origin main
  3. Enable Pages: Repo → SettingsPages → Source: Deploy from a branch → Branch: main → Folder: / (root) → Save.
  4. After a minute or two, the site will be live at https://yourusername.github.io.

Option B: Project site (e.g. https://yourusername.github.io/personal-website)

  1. Push this folder to a repo (e.g. personal-website).
  2. SettingsPages → Source: Deploy from a branch → Branch: main → Folder: / (root) → Save.
  3. Site URL: https://yourusername.github.io/personal-website.

Customize

  • Contact links: Edit the links in index.html in the #contact section (GitHub, LinkedIn, email). Remove or update the “Replace the links above…” note when done.
  • Copy: Change the hero tagline, about text, and focus areas to match your experience.
  • Styling: Tweak colors and spacing in styles.css (see :root at the top).

Local preview

Open index.html in a browser, or serve the folder locally:

# Python 3
python3 -m http.server 8000

# Then open http://localhost:8000

License

Use and modify as you like for your own site.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors