Skip to content

faux123/canonspike-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

canonspike.com

Personal landing page for Paul Reioux.

Stack

Design

Dark editorial aesthetic inspired by the Chinese Ox lucky colors:

  • Background: #0a0a0a (near-black)
  • Primary accent: #C9A84C (antique gold)
  • Secondary accent: #3D7A52 (forest green)
  • Text: #F5F5F0 (off-white)

Files

File Purpose
index.html Single-page markup
style.css All styles, custom properties, animations
main.js Scroll animations, parallax, footer year
images/profile.svg Profile photo placeholder (SVG avatar)

Local Development

No build step required. Open index.html directly in any modern browser, or run a local server:

python3 -m http.server 8000
# then open http://localhost:8000

Deployment

Cloudflare Pages

  1. Push to GitHub
  2. Connect repo in Cloudflare Pages dashboard
  3. Build command: (leave empty)
  4. Publish directory: / (root)
  5. Add custom domain: canonspike.com

GitHub Pages

  1. Go to repo Settings → Pages
  2. Source: Deploy from a branch
  3. Branch: main, folder: / (root)
  4. Add custom domain in the Pages settings

About

Personal landing page for canonspike.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors