2121
2222 < div id ="navbar-placeholder "> </ div >
2323
24- < section class ="premium-hero ">
25- < div class ="hero-glow "> </ div >
26- < div class ="hero-orb orb-1 "> </ div >
27- < div class ="hero-orb orb-2 "> </ div >
24+ < section class ="premium-hero " style ="position: relative; overflow: hidden; ">
25+ <!-- 3D Particle Network Background -->
26+ < div id ="particles-js " style ="position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 0; pointer-events: auto; "> </ div >
2827
29- < div class ="hero-container ">
28+ < div class ="hero-glow " style ="z-index: 1; "> </ div >
29+ < div class ="hero-orb orb-1 " style ="z-index: 1; "> </ div >
30+ < div class ="hero-orb orb-2 " style ="z-index: 1; "> </ div >
31+
32+ < div class ="hero-container " style ="position: relative; z-index: 2; pointer-events: none; ">
33+ < div style ="pointer-events: auto; ">
34+
3035 < div class ="badge-new "> ✨ Version 2.0 Live</ div >
3136 < h1 > Master Your < span > Computer</ span > Knowledge</ h1 >
3237 < p class ="hero-description "> The ultimate interactive guide to hardware, software, and the secrets behind the screen. From nano-transistors to global servers.</ p >
@@ -55,35 +60,82 @@ <h1>Master Your <span>Computer</span> Knowledge</h1>
5560 < span class ="stat-label "> % Open Source</ span >
5661 </ div >
5762 </ div >
63+ </ div >
5864 </ div >
5965 </ section >
6066
61- < main class ="main-container ">
62- < div class ="section-header ">
63- < h2 > Explore Categories</ h2 >
64- < p > Select a component category to dive deep into specifications and historical context.</ p >
67+ < main class ="main-container " style ="position: relative; z-index: 5; ">
68+ <!-- ZERO TO HERO EXPLAINER (Beginner Pathway) -->
69+ < div class ="zero-to-hero-section reveal " style ="padding: 40px 0 80px; ">
70+ < div class ="section-header ">
71+ < h2 style ="font-size: 2.5rem; background: linear-gradient(90deg, #60a5fa, #c084fc); -webkit-background-clip: text; -webkit-text-fill-color: transparent; "> From Zero to Hardware Hero</ h2 >
72+ < p style ="font-size: 1.2rem; color: #94a3b8; "> No tech knowledge? No problem. Follow the path to absolute tech mastery.</ p >
73+ </ div >
74+ < div class ="zth-pathway ">
75+ < div class ="zth-step reveal-left ">
76+ < div class ="zth-icon "> ❓</ div >
77+ < h4 > 1. You Are Here</ h4 >
78+ < p > Curious but overwhelmed by tech jargon like "CPU" and "RAM".</ p >
79+ </ div >
80+ < div class ="zth-connector reveal "> </ div >
81+ < div class ="zth-step reveal-scale ">
82+ < div class ="zth-icon "> 🗺️</ div >
83+ < h4 > 2. The Journey</ h4 >
84+ < p > Explore our visual maps, interactive analogies, and fun facts.</ p >
85+ </ div >
86+ < div class ="zth-connector reveal "> </ div >
87+ < div class ="zth-step reveal-left ">
88+ < div class ="zth-icon "> ⚡</ div >
89+ < h4 > 3. Hardware Mastery</ h4 >
90+ < p > Understand how every single part of a computer actually works.</ p >
91+ </ div >
92+ </ div >
6593 </ div >
6694
67- < div class ="category-grid ">
68- < a href ="pages/explore.html " class ="cat-card ">
69- < div class ="cat-icon "> ⚙️</ div >
70- < h3 > Core Hardware</ h3 >
71- < p > CPU, RAM, GPU, SSD, Motherboard...</ p >
72- </ a >
73- < a href ="pages/operating-systems.html " class ="cat-card ">
74- < div class ="cat-icon "> 💻</ div >
75- < h3 > Software & OS</ h3 >
76- < p > Windows, Linux, Android, iOS...</ p >
95+ <!-- MASSIVE VISUAL CATEGORY CARDS -->
96+ < div class ="section-header " style ="margin-top: 40px; ">
97+ < h2 style ="font-size: 2.5rem; "> Choose Your Domain</ h2 >
98+ < p style ="font-size: 1.2rem; "> Select a massive component below to begin your visual journey.</ p >
99+ </ div >
100+
101+ < div class ="visual-category-grid ">
102+ < a href ="pages/cpu/index.html " class ="v-cat-card reveal-left ">
103+ < div class ="v-cat-img-wrapper ">
104+ < img src ="images/cpu.jpg " alt ="CPU Processor " class ="v-cat-img " onerror ="this.src='https://images.unsplash.com/photo-1591799264318-7e6ef8ddb7ea?auto=format&fit=crop&q=80&w=600'; ">
105+ < div class ="v-cat-overlay "> </ div >
106+ </ div >
107+ < div class ="v-cat-content ">
108+ < div class ="v-cat-icon "> ⚙️</ div >
109+ < h3 > Core Hardware</ h3 >
110+ < p > Dive into CPUs, GPUs, RAM, and Motherboards. The physical engines of raw computing.</ p >
111+ < span class ="v-cat-btn "> Explore Hardware →</ span >
112+ </ div >
77113 </ a >
78- < a href ="pages/architecture.html " class ="cat-card ">
79- < div class ="cat-icon "> 🏛️</ div >
80- < h3 > Systems Arch</ h3 >
81- < p > Von Neumann, Bus, Logic, Pipelines...</ p >
114+
115+ < a href ="pages/operating-systems.html " class ="v-cat-card reveal-scale ">
116+ < div class ="v-cat-img-wrapper ">
117+ < img src ="images/os.jpg " alt ="Operating System " class ="v-cat-img " onerror ="this.src='https://images.unsplash.com/photo-1550751827-4bd374c3f58b?auto=format&fit=crop&q=80&w=600'; ">
118+ < div class ="v-cat-overlay "> </ div >
119+ </ div >
120+ < div class ="v-cat-content ">
121+ < div class ="v-cat-icon "> 💻</ div >
122+ < h3 > Software & OS</ h3 >
123+ < p > Windows, Linux, code execution, and how invisible software commands physical hardware.</ p >
124+ < span class ="v-cat-btn "> Explore Software →</ span >
125+ </ div >
82126 </ a >
83- < a href ="pages/history.html " class ="cat-card ">
84- < div class ="cat-icon "> 📜</ div >
85- < h3 > History</ h3 >
86- < p > Generations, Timelines, Evolution...</ p >
127+
128+ < a href ="pages/architecture.html " class ="v-cat-card reveal ">
129+ < div class ="v-cat-img-wrapper ">
130+ < img src ="images/architecture.jpg " alt ="System Architecture " class ="v-cat-img " onerror ="this.src='https://images.unsplash.com/photo-1518770660439-4636190af475?auto=format&fit=crop&q=80&w=600'; ">
131+ < div class ="v-cat-overlay "> </ div >
132+ </ div >
133+ < div class ="v-cat-content ">
134+ < div class ="v-cat-icon "> 🏛️</ div >
135+ < h3 > System Architecture</ h3 >
136+ < p > Pipelines, Von Neumann design, and how data physically travels through the machine.</ p >
137+ < span class ="v-cat-btn "> Explore Architecture →</ span >
138+ </ div >
87139 </ a >
88140 </ div >
89141
@@ -92,8 +144,40 @@ <h3>History</h3>
92144
93145 < div id ="footer-placeholder "> </ div >
94146
147+ < script src ="https://cdn.jsdelivr.net/npm/particles.js@2.0.0/particles.min.js "> </ script >
95148 < script src ="https://cdn.jsdelivr.net/npm/animejs@3.2.1/lib/anime.min.js "> </ script >
96149 < script src ="js/script.js "> </ script >
150+ < script >
151+ // Initialize Particles JS Background for Premium Feel
152+ document . addEventListener ( "DOMContentLoaded" , function ( ) {
153+ if ( document . getElementById ( 'particles-js' ) ) {
154+ particlesJS ( "particles-js" , {
155+ "particles" : {
156+ "number" : { "value" : 70 , "density" : { "enable" : true , "value_area" : 800 } } ,
157+ "color" : { "value" : "#60a5fa" } ,
158+ "shape" : { "type" : "circle" } ,
159+ "opacity" : { "value" : 0.4 , "random" : true , "anim" : { "enable" : true , "speed" : 1 , "opacity_min" : 0.1 , "sync" : false } } ,
160+ "size" : { "value" : 3 , "random" : true , "anim" : { "enable" : true , "speed" : 2 , "size_min" : 0.1 , "sync" : false } } ,
161+ "line_linked" : { "enable" : true , "distance" : 150 , "color" : "#c084fc" , "opacity" : 0.4 , "width" : 1 } ,
162+ "move" : { "enable" : true , "speed" : 1.5 , "direction" : "none" , "random" : true , "straight" : false , "out_mode" : "out" , "bounce" : false }
163+ } ,
164+ "interactivity" : {
165+ "detect_on" : "canvas" ,
166+ "events" : {
167+ "onhover" : { "enable" : true , "mode" : "grab" } ,
168+ "onclick" : { "enable" : true , "mode" : "push" } ,
169+ "resize" : true
170+ } ,
171+ "modes" : {
172+ "grab" : { "distance" : 200 , "line_linked" : { "opacity" : 0.8 , "color" : "#ec4899" } } ,
173+ "push" : { "particles_nb" : 4 }
174+ }
175+ } ,
176+ "retina_detect" : true
177+ } ) ;
178+ }
179+ } ) ;
180+ </ script >
97181 < script src ="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js "> </ script >
98182</ body >
99183</ html >
0 commit comments