1- # Bikram Gole - Personal Website
1+ # Bikram Gole - The Aura Website
22
3- This is my personal website.
4- I built it as a chaotic-fun, space-themed profile to show my personality, interests, and coding vibe .
3+ Welcome to my personal website, where I mix space vibes, hacker energy, and controlled chaos .
4+ If it looks dramatic, that is intentional .
55
6- Live URL : ` https://devxtechnic.github.io/bikram-site/ `
6+ Live site : ` https://devxtechnic.github.io/bikram-site/ `
77
8- ## What I put in this site
8+ ## Why this exists
99
10- - Multi-page setup: Home, About, Contact
11- - Theme engine with multiple visual modes
12- - Persistent theme across all pages
10+ I wanted a website that feels like me:
11+
12+ - Dark, interactive, and slightly unhinged (in a good way)
13+ - Personal, not corporate
14+ - Fun enough that people remember it
15+ - Technical enough that devs nod in approval
16+
17+ ## What is inside
18+
19+ - Multi-page setup: ` Home ` , ` About ` , ` Contact `
20+ - Theme engine with many styles (including Liquid Glass and chaos modes)
21+ - Persistent theme across page switches
1322- Mini terminal with commands
1423- Persona quiz game
1524- Live GitHub repo cards from ` github.com/DevXtechnic `
16- - Custom interactions , pulse effects, and easter eggs
25+ - Easter eggs , pulse effects, and vibe-heavy UI interactions
1726
18- ## Tech stack
27+ ## Tech stack (aka my weapons)
1928
2029- HTML
2130- CSS
2231- Vanilla JavaScript
23- - GitHub Pages for hosting
24- - GitHub API for repo fetch
32+ - GitHub Pages ( hosting)
33+ - GitHub API ( repo data)
2534
26- ## Project structure
35+ ## Project map
2736
28- - ` index.html ` -> home page
29- - ` about.html ` -> profile + identity snapshot
30- - ` contact.html ` -> contact links
31- - ` styles.css ` -> all styling and themes
32- - ` script.js ` -> interactions, effects, terminal, quiz, and theme logic
37+ - ` index.html ` -> main landing zone
38+ - ` about.html ` -> lore, identity, interests
39+ - ` contact.html ` -> direct channels
40+ - ` styles.css ` -> all themes + UI styling
41+ - ` script.js ` -> interactions, terminal logic , quiz logic, effects
3342
3443## Run locally
3544
@@ -38,9 +47,10 @@ cd bikram-site
3847python -m http.server 8000
3948```
4049
41- Open ` http://localhost:8000 ` .
50+ Then open ` http://localhost:8000 ` .
4251
43- ## Notes
52+ ## Notes from me
4453
45- - ` .nojekyll ` is included so GitHub Pages serves files directly without Jekyll processing.
46- - Theme selection is saved in ` localStorage ` and synced through URL params for page-to-page consistency.
54+ - ` .nojekyll ` is here so GitHub Pages serves files directly without Jekyll surprises.
55+ - Theme state is stored in ` localStorage ` , so your selected theme stays consistent.
56+ - Yes, I over-engineered parts of this for fun. No regrets.
0 commit comments