1- ---
2- layout: null
3- ---
4- <!DOCTYPE html>
5- < html class ="light " lang ="en ">
6- < head >
7- < meta charset ="utf-8 "/>
8- < meta content ="width=device-width, initial-scale=1.0 " name ="viewport "/>
9- < title > WinForge</ title >
10- < script src ="https://cdn.tailwindcss.com?plugins=forms,container-queries "> </ script >
11- < link href ="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap " rel ="stylesheet "/>
12- < script id ="tailwind-config ">
13- tailwind . config = {
14- darkMode : "class" ,
15- theme : {
16- extend : {
17- colors : {
18- primary : '#0061A4' ,
19- 'primary-dim' : '#004689' ,
20- surface : '#FBF9F9' ,
21- 'on-surface' : '#313234' ,
22- 'surface-container' : '#EFEDEE'
23- } ,
24- borderRadius : {
25- DEFAULT : "0.5rem" ,
26- lg : "1rem" ,
27- xl : "1.5rem" ,
28- full : "9999px" ,
29- 'xl-card' : '24px'
30- } ,
31- fontFamily : {
32- sans : [ "Google Sans Flex" , "Inter" , "sans-serif" ] ,
33- emoji : [ "iOS Emoji" , "sans-serif" ]
34- }
35- }
36- }
37- }
38- </ script >
39- < style >
40- @font-face {
41- font-family : 'Google Sans Flex' ;
42- src : url ('./fonts/google-sans-flex.ttf' ) format ('truetype' );
43- font-weight : 100 900 ;
44- }
45- @font-face {
46- font-family : 'iOS Emoji' ;
47- src : url ('./fonts/ios-emoji.ttf' ) format ('truetype' );
48- }
49- body {
50- background-color : # FBF9F9 ;
51- color : # 313234 ;
52- font-family : 'Google Sans Flex' , sans-serif;
53- -webkit-font-smoothing : antialiased;
54- }
55- .emoji { font-family : 'iOS Emoji' , sans-serif; }
56- .material-symbols-outlined { font-variation-settings : 'FILL' 0 , 'wght' 400 , 'GRAD' 0 , 'opsz' 24 ; }
57- .bg-grid {
58- background-size : 40px 40px ;
59- background-image : linear-gradient (to right, rgba (0 , 97 , 164 , 0.03 ) 1px , transparent 1px ),
60- linear-gradient (to bottom, rgba (0 , 97 , 164 , 0.03 ) 1px , transparent 1px );
61- }
62- </ style >
63- </ head >
1+ ---\nlayout: null\n---\n<!DOCTYPE html>
2+
3+ < html class ="scroll-smooth " lang ="en "> < head > ${head}</ head >
644< body class ="min-h-screen flex flex-col bg-grid ">
65-
5+ <!-- TopNavBar -->
6+
667< nav class ="fixed top-0 w-full z-50 bg-[#FBF9F9]/80 backdrop-blur-md border-b border-slate-200/50 ">
678 < div class ="max-w-7xl mx-auto px-6 flex justify-between items-center h-20 ">
689 < div class ="flex items-center gap-3 ">
7213 < div class ="text-2xl font-black tracking-tighter text-slate-900 uppercase "> WinForge</ div >
7314 </ div >
7415 < div class ="hidden md:flex items-center gap-6 font-medium tracking-tight ">
75- < a class ="text-slate-600 hover:text-primary transition-all px-3 py-2 " href ="https://mrdarksidetm.github.io/ "> Ecosystem</ a >
76- < a class ="text-primary font-bold border-b-2 border-primary pb-1 " href ="./ "> WinForge</ a >
16+ < a class ="text-slate-600 hover:text-primary transition-all px-3 py-2 " href ="https://mrdarksidetm.github.io "> Ecosystem</ a >
17+ < a class ="text-primary font-bold border-b-2 border-primary pb-1 " href ="# "> WinForge</ a >
7718 < a class ="text-slate-600 hover:text-primary transition-all px-3 py-2 " href ="https://mrdarksidetm.github.io/Wallet-Flutter/ "> Wallet</ a >
78- < a class ="text-slate-600 hover:text-primary transition-all px-3 py-2 " href ="https://github.com/mrdarksidetm "> GitHub</ a >
19+ < a class ="text-slate-600 hover:text-primary transition-all px-3 py-2 " href ="https://github.com/mrdarksidetm/winforge "> GitHub</ a >
7920 </ div >
80- < a href ="mailto:contact.dsidetm@gmail. com " class ="bg-on-surface text-surface font-bold rounded-full px-6 py-2.5 active:scale-95 duration-200 transition-transform shadow-lg ">
81- Contact
21+ < a href ="https://github. com/mrdarksidetm/winforge/releases/latest " class ="bg-primary text-white font-bold rounded-full px-6 py-2.5 active:scale-95 duration-200 transition-transform shadow-lg ">
22+ Download
8223 </ a >
8324 </ div >
8425</ nav >
8526
86-
87- < main class ="flex-grow pt-32 pb-24 px-6 md:px-12 max-w-7xl mx-auto w-full flex flex-col gap-24 ">
88- < header class ="grid grid-cols-1 lg:grid-cols-2 gap-16 items-center mt-12 ">
89- < div class ="flex flex-col items-start gap-8 ">
90- < span class ="inline-block px-4 py-1 rounded-full bg-primary/10 text-primary text-[10px] font-black tracking-[0.3em] uppercase border border-primary/20 ">
91- Next-Gen Optimizer
92- </ span >
93- < h1 class ="text-6xl md:text-8xl font-black tracking-tighter text-on-surface leading-[0.9] ">
94- Forged < br /> < span class ="text-primary italic "> Performance.</ span >
95- </ h1 >
96- < p class ="text-xl text-slate-600 font-semibold leading-relaxed max-w-lg ">
97- Strip the bloat, reclaim your privacy, and unleash raw Windows responsiveness with our PowerShell toolkit.
98- </ p >
99- < div class ="flex flex-wrap gap-4 ">
100- < a href ="https://github.com/mrdarksidetm/winforge/releases/latest " class ="bg-on-surface text-surface rounded-full px-10 py-4 font-black text-lg hover:bg-black transition-colors active:scale-95 duration-200 shadow-xl ">
101- Get Started
102- </ a >
103- </ div >
104- </ div >
105- < div class ="relative group bg-[#1E1E1E] rounded-xl-card p-8 font-mono text-xs text-emerald-400 shadow-2xl ">
106- < p > > Initialize-WinForge -Mode Aggressive</ p >
107- < p class ="text-slate-400 mt-2 "> [INFO] Analyzing system bloat...</ p >
108- < p class ="text-amber-400 mt-4 "> [ACTION] Removing Microsoft Recall...</ p >
109- < p class ="text-emerald-400 mt-6 "> [SUCCESS] Responsiveness +18%</ p >
110- < p class ="text-white mt-4 animate-pulse "> _</ p >
111- </ div >
112- </ header >
113-
114- < section class ="grid grid-cols-1 md:grid-cols-3 gap-8 w-full ">
115- < div class ="bg-surface-container rounded-xl-card p-10 group hover:shadow-xl transition-all duration-500 ">
116- < div class ="w-12 h-12 rounded-xl bg-white flex items-center justify-center text-primary shadow-sm mb-6 ">
117- < span class ="material-symbols-outlined "> security</ span >
118- </ div >
119- < h3 class ="text-2xl font-black mb-4 "> AI Purge</ h3 >
120- < p class ="text-slate-600 font-semibold "> Aggressively disable invasive telemetry and AI tracking.</ p >
121- </ div >
122- < div class ="bg-surface-container rounded-xl-card p-10 group hover:shadow-xl transition-all duration-500 ">
123- < div class ="w-12 h-12 rounded-xl bg-white flex items-center justify-center text-primary shadow-sm mb-6 ">
124- < span class ="material-symbols-outlined "> speed</ span >
125- </ div >
126- < h3 class ="text-2xl font-black mb-4 "> Game Mode</ h3 >
127- < p class ="text-slate-600 font-semibold "> Minimize latency and boost FPS with one-click tweaks.</ p >
128- </ div >
129- < div class ="bg-surface-container rounded-xl-card p-10 group hover:shadow-xl transition-all duration-500 ">
130- < div class ="w-12 h-12 rounded-xl bg-white flex items-center justify-center text-primary shadow-sm mb-6 ">
131- < span class ="material-symbols-outlined "> terminal</ span >
132- </ div >
133- < h3 class ="text-2xl font-black mb-4 "> Automation</ h3 >
134- < p class ="text-slate-600 font-semibold "> Zero-touch deployment for your software stack.</ p >
135- </ div >
136- </ section >
27+ < main class ="flex-grow pt-28 ">
28+ <!-- Hero Section -->
29+ < section class ="relative max-w-7xl mx-auto px-6 lg:px-8 py-20 lg:py-32 overflow-hidden ">
30+ <!-- Decorative background blob -->
31+ < div aria-hidden ="true " class ="absolute top-0 right-0 -z-10 transform-gpu blur-3xl ">
32+ < div class ="aspect-[1097/845] w-[68.5625rem] bg-gradient-to-tr from-[#0061A4] to-[#a3defe] opacity-20 " style ="clip-path: polygon(74.1% 44.1%, 100% 61.6%, 97.5% 26.9%, 85.5% 0.1%, 80.7% 2%, 72.5% 32.5%, 60.2% 62.4%, 52.4% 68.1%, 47.5% 58.3%, 45.2% 34.5%, 27.5% 76.7%, 0.1% 64.9%, 17.9% 100%, 27.6% 76.8%, 76.1% 97.7%, 74.1% 44.1%) "> </ div >
33+ </ div >
34+ < div class ="text-center max-w-4xl mx-auto mb-16 ">
35+ < h1 class ="font-headline font-black text-6xl md:text-8xl tracking-tighter text-wf-on-surface mb-6 leading-none ">
36+ Windows.< br />
37+ < span class ="text-wf-primary "> Elevated.</ span >
38+ </ h1 >
39+ < p class ="font-body text-xl md:text-2xl text-slate-600 leading-relaxed font-light max-w-2xl mx-auto ">
40+ The elite PowerShell toolkit for the modern power user. Strip the bloat, reclaim your privacy, and unleash raw performance.
41+ </ p >
42+ < div class ="mt-10 flex justify-center gap-4 ">
43+ < button class ="bg-wf-primary text-white px-10 py-5 rounded-full font-bold text-lg hover:opacity-90 transition-all active:scale-95 shadow-lg shadow-wf-primary/30 flex items-center gap-2 ">
44+ < span class ="material-symbols-outlined "> download</ span > Download WinForge
45+ </ button >
46+ </ div >
47+ </ div >
48+ <!-- Terminal Visual -->
49+ < div class ="w-full max-w-5xl mx-auto mt-16 rounded-[32px] terminal-glass overflow-hidden shadow-2xl relative group ">
50+ <!-- Mac-like header -->
51+ < div class ="bg-slate-800/50 px-6 py-4 flex items-center gap-2 border-b border-white/5 ">
52+ < div class ="w-3 h-3 rounded-full bg-red-500/80 "> </ div >
53+ < div class ="w-3 h-3 rounded-full bg-yellow-500/80 "> </ div >
54+ < div class ="w-3 h-3 rounded-full bg-green-500/80 "> </ div >
55+ < div class ="ml-4 text-xs font-mono text-slate-400 "> admin@winforge: ~</ div >
56+ </ div >
57+ <!-- Terminal Content -->
58+ < div class ="p-8 font-mono text-sm md:text-base leading-relaxed text-slate-300 ">
59+ < p > < span class ="text-emerald-400 "> PS C:\></ span > Initialize-WinForge -Mode Aggressive</ p >
60+ < p class ="mt-2 text-slate-400 "> [*] Analyzing system architecture...</ p >
61+ < p class ="text-slate-400 "> [*] Purging telemetry modules...</ p >
62+ < p > < span class ="text-amber-400 "> [WARNING]</ span > Windows Recall detected. Isolating...</ p >
63+ < p class ="text-emerald-400 "> [OK] Privacy Shield deployed successfully.</ p >
64+ < p class ="mt-2 "> < span class ="text-emerald-400 "> PS C:\></ span > Optimize-GamingSubsystem</ p >
65+ < p class ="text-slate-400 "> [*] Reallocating thread priorities...</ p >
66+ < p class ="text-emerald-400 "> [OK] Latency reduced by 22%.</ p >
67+ < span class ="animate-pulse "> _</ span >
68+ </ div >
69+ </ div >
70+ </ section >
71+ <!-- Stats Section -->
72+ < section class ="py-20 bg-white ">
73+ < div class ="max-w-7xl mx-auto px-6 lg:px-8 ">
74+ < div class ="grid grid-cols-1 md:grid-cols-3 gap-12 divide-y md:divide-y-0 md:divide-x divide-slate-200 ">
75+ < div class ="text-center py-6 ">
76+ < div class ="text-5xl md:text-6xl font-black tracking-tighter text-wf-primary mb-2 "> 100k+</ div >
77+ < div class ="text-sm font-bold uppercase tracking-widest text-slate-500 "> Downloads</ div >
78+ </ div >
79+ < div class ="text-center py-6 ">
80+ < div class ="text-5xl md:text-6xl font-black tracking-tighter text-wf-on-surface mb-2 "> +25%</ div >
81+ < div class ="text-sm font-bold uppercase tracking-widest text-slate-500 "> Performance Gains</ div >
82+ </ div >
83+ < div class ="text-center py-6 ">
84+ < div class ="text-5xl md:text-6xl font-black tracking-tighter text-slate-400 mb-2 "> 1M+</ div >
85+ < div class ="text-sm font-bold uppercase tracking-widest text-slate-500 "> Lines of Code Forged</ div >
86+ </ div >
87+ </ div >
88+ </ div >
89+ </ section >
90+ <!-- Bento Grid Features -->
91+ < section class ="py-24 max-w-7xl mx-auto px-6 lg:px-8 ">
92+ < div class ="mb-16 ">
93+ < h2 class ="text-4xl md:text-5xl font-black tracking-tighter text-wf-on-surface mb-4 "> Precision Engineering.</ h2 >
94+ < p class ="text-xl text-slate-600 font-light "> Tools forged for uncompromising control.</ p >
95+ </ div >
96+ < div class ="grid grid-cols-1 md:grid-cols-3 gap-6 auto-rows-[300px] ">
97+ <!-- Feature 1: Privacy (Span 2 cols) -->
98+ < div class ="md:col-span-2 glass-panel rounded-2xl p-8 flex flex-col justify-between relative overflow-hidden group hover:border-wf-primary/30 transition-colors ">
99+ < div class ="absolute -right-10 -top-10 w-64 h-64 bg-wf-primary/5 rounded-full blur-3xl group-hover:bg-wf-primary/10 transition-colors "> </ div >
100+ < div >
101+ < span class ="material-symbols-outlined text-4xl text-wf-primary mb-4 block "> shield_lock</ span >
102+ < h3 class ="text-2xl font-bold tracking-tight mb-2 "> AI & Recall Purge</ h3 >
103+ < p class ="text-slate-600 max-w-md "> Reclaim your OS from invasive tracking. Completely disable Windows Recall, Cortana, and aggressive telemetry with a single command.</ p >
104+ </ div >
105+ <!-- Visual abstraction of shield -->
106+ < div class ="h-24 w-full rounded-xl bg-slate-100 flex items-center justify-center border border-slate-200 mt-4 relative overflow-hidden ">
107+ < div class ="absolute inset-0 bg-[url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMSIgY3k9IjEiIHI9IjEiIGZpbGw9IiNlMmU4ZjAiLz48L3N2Zz4=')] [mask-image:linear-gradient(to_bottom,white,transparent)] opacity-50 "> </ div >
108+ < div class ="w-16 h-16 rounded-full border-4 border-wf-primary/20 flex items-center justify-center ">
109+ < span class ="material-symbols-outlined text-wf-primary "> verified_user</ span >
110+ </ div >
111+ </ div >
112+ </ div >
113+ <!-- Feature 2: Performance -->
114+ < div class ="glass-panel rounded-2xl p-8 flex flex-col justify-between group hover:border-wf-primary/30 transition-colors ">
115+ < div >
116+ < span class ="material-symbols-outlined text-4xl text-wf-on-surface mb-4 block "> speed</ span >
117+ < h3 class ="text-2xl font-bold tracking-tight mb-2 "> Game Mode</ h3 >
118+ < p class ="text-slate-600 "> Reallocates priority threads.</ p >
119+ </ div >
120+ < div class ="mt-4 p-4 rounded-xl bg-slate-900 text-white relative overflow-hidden ">
121+ < div class ="flex justify-between items-end mb-2 ">
122+ < span class ="text-xs text-slate-400 "> Latency</ span >
123+ < span class ="text-emerald-400 font-bold "> -22%</ span >
124+ </ div >
125+ < div class ="w-full bg-slate-800 h-2 rounded-full overflow-hidden ">
126+ < div class ="bg-emerald-400 w-[22%] h-full rounded-full "> </ div >
127+ </ div >
128+ < div class ="flex justify-between items-end mt-4 mb-2 ">
129+ < span class ="text-xs text-slate-400 "> FPS</ span >
130+ < span class ="text-amber-400 font-bold "> +15%</ span >
131+ </ div >
132+ < div class ="w-full bg-slate-800 h-2 rounded-full overflow-hidden ">
133+ < div class ="bg-amber-400 w-[85%] h-full rounded-full "> </ div >
134+ </ div >
135+ </ div >
136+ </ div >
137+ <!-- Feature 3: Automation -->
138+ < div class ="md:col-span-3 glass-panel rounded-2xl p-8 flex flex-col md:flex-row items-center justify-between gap-8 group hover:border-wf-primary/30 transition-colors ">
139+ < div class ="md:w-1/2 ">
140+ < span class ="material-symbols-outlined text-4xl text-wf-primary mb-4 block "> terminal</ span >
141+ < h3 class ="text-3xl font-bold tracking-tight mb-4 "> Software Automation</ h3 >
142+ < p class ="text-slate-600 text-lg "> One-click deployment for pristine dev environments. Install your exact stack—VS Code, Docker, Node, Git—without touching an installer GUI.</ p >
143+ </ div >
144+ < div class ="md:w-1/2 w-full h-full min-h-[150px] rounded-xl bg-slate-50 border border-slate-200 p-6 flex flex-wrap gap-3 items-center justify-center content-center ">
145+ < div class ="px-4 py-2 bg-white rounded-full border border-slate-200 text-sm font-medium shadow-sm flex items-center gap-2 ">
146+ < span class ="material-symbols-outlined text-sm "> code</ span > VS Code
147+ </ div >
148+ < div class ="px-4 py-2 bg-white rounded-full border border-slate-200 text-sm font-medium shadow-sm flex items-center gap-2 ">
149+ < span class ="material-symbols-outlined text-sm "> view_in_ar</ span > Docker
150+ </ div >
151+ < div class ="px-4 py-2 bg-white rounded-full border border-slate-200 text-sm font-medium shadow-sm flex items-center gap-2 ">
152+ < span class ="material-symbols-outlined text-sm "> javascript</ span > Node.js
153+ </ div >
154+ < div class ="px-4 py-2 bg-white rounded-full border border-slate-200 text-sm font-medium shadow-sm flex items-center gap-2 ">
155+ < span class ="material-symbols-outlined text-sm "> source</ span > Git
156+ </ div >
157+ < div class ="w-full text-center mt-2 text-xs text-slate-400 font-mono "> winget install --id ...</ div >
158+ </ div >
159+ </ div >
160+ </ div >
161+ </ section >
162+ <!-- Bottom CTA -->
163+ < section class ="py-32 text-center px-6 ">
164+ < h2 class ="text-5xl font-black tracking-tighter mb-8 "> Ready to forge your system?</ h2 >
165+ < button class ="bg-wf-primary text-white px-12 py-6 rounded-full font-bold text-xl hover:opacity-90 transition-all active:scale-95 shadow-2xl shadow-wf-primary/40 flex items-center gap-3 mx-auto ">
166+ < span class ="material-symbols-outlined text-2xl "> rocket_launch</ span > Download WinForge Now
167+ </ button >
168+ < p class ="mt-6 text-sm text-slate-500 font-mono "> v2.4.1 • Requires Windows 10/11 x64</ p >
169+ </ section >
137170</ main >
171+ <!-- Footer -->
138172
139-
140173< footer class ="w-full bg-slate-50 border-t border-slate-200 mt-auto py-16 ">
141174 < div class ="max-w-7xl mx-auto px-8 flex flex-col md:flex-row justify-between items-center gap-10 ">
142175 < div class ="flex items-center gap-4 ">
@@ -146,14 +179,15 @@ <h3 class="text-2xl font-black mb-4">Automation</h3>
146179 < div class ="text-2xl font-black text-slate-900 tracking-tighter uppercase "> WinForge</ div >
147180 </ div >
148181 < div class ="flex flex-wrap justify-center gap-10 text-sm font-black uppercase tracking-[0.2em] text-slate-400 ">
149- < a class ="hover:text-primary transition-colors " href ="https://github.com/mrdarksidetm "> GitHub</ a >
182+ < a class ="hover:text-primary transition-colors " href ="https://mrdarksidetm.github.io "> Ecosystem</ a >
183+ < a class ="hover:text-primary transition-colors " href ="https://github.com/mrdarksidetm/winforge/tree/Beta/docs "> Docs</ a >
184+ < a class ="hover:text-primary transition-colors " href ="https://github.com/mrdarksidetm/winforge "> GitHub</ a >
150185 < a class ="hover:text-primary transition-colors " href ="mailto:contact.dsidetm@gmail.com "> Contact</ a >
151186 </ div >
152187 < div class ="text-xs text-slate-400 font-black uppercase tracking-[0.2em] ">
153- © 2026 WinForge < span class ="emoji ml-2 text-primary "> ✨ </ span >
188+ © 2026 WINFORGE < span class ="emoji ml-2 text-primary "> 🚀 </ span >
154189 </ div >
155190 </ div >
156191</ footer >
157192
158- </ body >
159- </ html >
193+ </ body > </ html >
0 commit comments