742eacf6662ecb1b034c09bac288dde0a5877ba9
pvrz — Personal Website
A minimal personal site built with plain HTML/CSS/JS. No build step required.
📁 File Structure
pvrz-site/
├── index.html ← Landing page
├── links.html ← Social & project links
├── styles.css ← Shared stylesheet
├── main.js ← Landing page interactions
└── README.md
✏️ Customization
Update your handles
links.html — Replace all pvrz handle references with yours:
https://x.com/pvrz→ your X/Twitterhttps://github.com/pvrz→ your GitHubhttps://youtube.com/@pvrz→ your YouTubehttps://instagram.com/pvrz→ your Instagramhttps://twitch.tv/pvrz→ your Twitchhttps://discord.gg/pvrz→ your Discordhttps://linkedin.com/in/pvrz→ your LinkedInhttps://pvrz.substack.com→ your Substackhttps://medium.com/@pvrz→ your Medium- Fill in the Project cards with your actual project links + names
index.html + links.html — Update footer social links.
🚀 Deploy to GitHub + Cloudflare Pages
1. Push to GitHub
git init
git add .
git commit -m "init pvrz site"
git remote add origin https://github.com/YOUR_USERNAME/pvrz-site.git
git push -u origin main
2. Connect Cloudflare Pages
- Go to Cloudflare Dashboard → Pages
- Click Create a project → Connect to Git
- Select your
pvrz-siterepo - Settings:
- Build command: (leave blank — no build step needed)
- Build output directory:
/(root)
- Click Save and Deploy
Your site will be live at https://pvrz-site.pages.dev in ~30 seconds.
3. Custom Domain (optional)
In Cloudflare Pages → your project → Custom domains → add your domain.
🎨 Design
Built to mirror Claude's warm cream/coral color palette:
- Background:
#F7F4EE - Accent:
#C96442 - Font: Instrument Serif (display) + DM Sans (body)
- Icons: Font Awesome 6
Description
Languages
HTML
45.3%
CSS
44.7%
JavaScript
10%