Skip to content

barnemanalpha/circuitmastersai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CircuitMastersAI - Static Website

3 HTML files with inline CSS - Ready to deploy!

Files

  • index.html - Landing page (normal fonts, clean design)
  • resume.html - Password-protected resume (Access code: cloud2025)
  • services.html - Services page for clients

Features

Inline CSS - Everything in one file per page
Professional fonts - Properly sized, not huge
Password protection - Resume requires access code
Responsive - Works on mobile, tablet, desktop
Fast - Pure HTML, instant loading

Access Code

Resume page password: cloud2025

(Give this code to recruiters when they ask for your resume)

Deploy Options

Option 1: Netlify (Drag & Drop)

  1. Go to netlify.com
  2. Sign up (free)
  3. Drag these 3 HTML files to deploy
  4. LIVE in 30 seconds!

Option 2: Any Static Host

Works on:

  • GitHub Pages
  • Vercel
  • Render Static Sites
  • AWS S3 + CloudFront
  • Any web server

Just upload the 3 HTML files!

Test Locally

# Open in browser
open index.html

# OR use Python server
python -m http.server 8000
# Visit: http://localhost:8000

Customization

Need to change something?

  1. Edit the HTML file
  2. Find the text you want to change
  3. Save
  4. Re-upload to hosting

All styling is inline - no separate CSS files needed!

Resume Access Code

To change the access code:

  1. Open resume.html in text editor
  2. Find: if (code.toLowerCase() === 'cloud2025')
  3. Change cloud2025 to your new code
  4. Save and re-upload

Frederick Wayne Barnes | CircuitMastersAI
Cloud Engineer • 30+ Years • Patent-Pending Tech

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages