You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ I conceived this project to create a personal website that authentically represe
20
20
My website incorporates a variety of interactive and engaging features: ✨
21
21
22
22
-**Multi-Page Navigation:** Seamless navigation across `Home`, `About`, and `Contact` sections.
23
-
-**Dynamic Theme Engine:** A robust theme system offering multiple visual styles, including 'Liquid Glass' and 'Chaos' modes, with theme persistence across page transitions.
23
+
-**Dynamic Theme Engine:** A robust theme system offering multiple visual styles, including `Liquid Glass` and `Black Flag Uprising`, with theme persistence across page transitions.
24
24
-**Interactive Mini Terminal:** A functional command-line interface for enhanced user engagement.
25
25
-**Persona Quiz Game:** An integrated game designed to interactively explore user personas.
26
26
-**Live GitHub Repository Cards:** Displays real-time project information fetched from `github.com/DevXtechnic` via the GitHub API.
@@ -52,8 +52,8 @@ To set up and run my project on your local machine, follow these steps 👇:
@@ -66,7 +66,7 @@ To set up and run my project on your local machine, follow these steps 👇:
66
66
## Developer Notes
67
67
68
68
- I included a `.nojekyll` file to ensure GitHub Pages serves files directly, bypassing Jekyll processing.
69
-
- I manage theme state using `localStorage` to maintain your selected themes across sessions.
69
+
- I manage theme state with URL `theme` parameters and `localStorage`, with explicit URL themes taking precedence.
70
70
- I intentionally included over-engineered elements for demonstrative and exploratory purposes, reflecting my commitment to creative and technical experimentation. No regrets!
{question: "In Black Flag theme, the hero gun appears on which side of title?",options: ["Left","Right","Both sides","It is hidden"],answer: 0},
722
722
{question: "Which mode label replaced the old Libertarian theme?",options: ["Paper Link","Neo Blue","Black Flag Uprising","Blood Moon"],answer: 2},
723
723
{question: "What vibe best matches this site?",options: ["Corporate dashboard","Chaotic fun","News portal","Minimal blog"],answer: 1},
724
-
{question: "Which email is marked as Primary in Contact?",options: ["Develope.genius@gmail.com","Bikramgole.genius@keemail.me","neo@matrix.com","devx@proton.me"],answer: 1},
724
+
{question: "Which email is marked as Primary in Contact?",options: ["Developer.genius@gmail.com","Bikramgole.genius@keemail.me","neo@matrix.com","devx@proton.me"],answer: 1},
725
725
{question: "What does the quiz do when current pool runs out?",options: ["Auto-download more","Stops and asks reset/refresh","Repeats previous 10","Crashes intentionally"],answer: 1},
0 commit comments