-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
229 lines (218 loc) · 11 KB
/
index.html
File metadata and controls
229 lines (218 loc) · 11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description"
content="WinActivate - The ultimate tool for seamless Windows and Office activation. Secure, fast, and reliable.">
<title>WinActivate | Optimize Your Experience</title>
<link rel="icon" type="image/x-icon" href="images/favicon.ico">
<link rel="icon" type="image/png" href="images/favicon.png">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
</head>
<body>
<div class="background-glow"></div>
<nav class="navbar">
<div class="container nav-container">
<a href="#" class="logo">Win<span class="highlight">Activate</span></a>
<ul class="nav-links">
<li><a href="#home">Home</a></li>
<li><a href="#features">Features</a></li>
<li><a href="#cli">CLI</a></li>
<li><a href="#screenshot">Preview</a></li>
<li><a href="#download" class="btn-primary small">Download</a></li>
</ul>
<div class="menu-toggle" id="mobile-menu">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
</div>
</nav>
<header id="home" class="hero-section">
<div class="container hero-content">
<h1 class="hero-title">Unlock the Full Potential of <br> <span class="gradient-text">Windows & Office</span>
</h1>
<p class="hero-subtitle">The most reliable activation utility designed for simplicity and
performance. Detect, match, and activate in seconds.</p>
<div class="hero-buttons">
<a href="#download" class="btn-primary" id="download-btn-hero">
<i class="fa-brands fa-windows"></i> Download for Windows
</a>
<a href="#features" class="btn-secondary">
<i class="fa-solid fa-circle-info"></i> Learn More
</a>
</div>
<div class="hero-stats">
<div class="stat-item">
<span class="stat-number">100%</span>
<span class="stat-label">Free to Use</span>
</div>
<div class="stat-item">
<span class="stat-number">Fast</span>
<span class="stat-label">Real-time Detection</span>
</div>
<div class="stat-item">
<span class="stat-number">Secure</span>
<span class="stat-label">No Bloatware</span>
</div>
</div>
</div>
</header>
<section id="features" class="features-section">
<div class="container">
<div class="section-header">
<h2>Why Choose <span class="highlight">WinActivate</span>?</h2>
<p>Built with modern technology to ensure a smooth and effective activation process.</p>
</div>
<div class="features-grid">
<div class="feature-card">
<div class="icon-wrapper">
<i class="fa-solid fa-wand-magic-sparkles"></i>
</div>
<h3>Smart Detection</h3>
<p>Automatically identifies your Windows edition and Office version to apply the correct license
keys instantly.</p>
</div>
<div class="feature-card">
<div class="icon-wrapper">
<i class="fa-solid fa-shield-halved"></i>
</div>
<h3>Safe & Secure</h3>
<p>Transparent operation. No hidden scripts, no malware, just pure utility functionality.</p>
</div>
<div class="feature-card">
<div class="icon-wrapper">
<i class="fa-solid fa-bolt"></i>
</div>
<h3>Lightning Fast</h3>
<p>Optimized for performance. The activation process is streamlined to complete in seconds.</p>
</div>
<div class="feature-card">
<div class="icon-wrapper">
<i class="fa-solid fa-arrows-rotate"></i>
</div>
<h3>Auto-Updates</h3>
<p>Stay up to date with the latest KMS keys and scripts automatically checked at startup.</p>
</div>
<div class="feature-card">
<div class="icon-wrapper">
<i class="fa-solid fa-desktop"></i>
</div>
<h3>Modern UI</h3>
<p>A beautiful, responsive interface built with Electron that looks great on any desktop.</p>
</div>
<div class="feature-card">
<div class="icon-wrapper">
<i class="fa-solid fa-sliders"></i>
</div>
<h3>Advanced Options</h3>
<p>Integrated tools for checking activation status, system info, and troubleshooting logs.</p>
</div>
</div>
</div>
</section>
<section id="cli" class="cli-section">
<div class="container">
<div class="section-header">
<h2>No Install? <span class="highlight">No Problem.</span></h2>
<p>Launch WinActivate instantly from any PowerShell window — no download required.</p>
</div>
<div class="cli-layout">
<div class="cli-image-wrapper">
<div class="app-window">
<div class="window-header">
<div class="dots">
<span class="dot red"></span>
<span class="dot yellow"></span>
<span class="dot green"></span>
</div>
<span class="window-title">Windows PowerShell — Administrator</span>
</div>
<div class="window-content">
<img src="images/cli_mockup.png" alt="WinActivate CLI Screenshot" class="app-screenshot">
</div>
</div>
</div>
<div class="cli-info">
<div class="cli-badge"><i class="fa-solid fa-terminal"></i> CLI Mode</div>
<h3>One Command. Full Control.</h3>
<p>WinActivate CLI is a lightweight PowerShell interface for power users and IT professionals. No installation, no setup — just run and go.</p>
<ul class="cli-features">
<li><i class="fa-solid fa-check"></i> System Information & Detection</li>
<li><i class="fa-solid fa-check"></i> Windows & Office Activation Tools</li>
<li><i class="fa-solid fa-check"></i> System Repair Utilities</li>
<li><i class="fa-solid fa-check"></i> Auto-elevates to Admin if needed</li>
</ul>
<div class="cli-command-box">
<span class="cli-prompt">PS C:\></span>
<span class="cli-cmd" id="cli-cmd-text">irm https://cli-winactivate.vercel.app | iex</span>
<button class="cli-copy-btn" onclick="copyCLICommand(this)" title="Copy Command">
<i class="fa-regular fa-copy"></i>
</button>
</div>
<p class="cli-note"><i class="fa-solid fa-triangle-exclamation"></i> <span>Run <strong>PowerShell</strong> as <strong>Administrator</strong> for full functionality.</span></p>
</div>
</div>
</div>
</section>
<section id="screenshot" class="showcase-section">
<div class="container">
<div class="section-header">
<h2>Designed for <span class="highlight">Simplicity</span></h2>
<p>A sleek desktop experience — activate Windows & Office in just a few clicks.</p>
</div>
<div class="showcase-wrapper">
<div class="app-window">
<div class="window-header">
<div class="dots">
<span class="dot red"></span>
<span class="dot yellow"></span>
<span class="dot green"></span>
</div>
</div>
<!-- Placeholder using CSS styling for now, replace with actual screenshot later -->
<div class="window-content">
<img src="images/office.png" alt="" class="app-screenshot-buffer" id="screenshot-buffer">
<img src="images/home.png" alt="WinActivate Screenshot" class="app-screenshot"
id="screenshot-img">
</div>
</div>
</div>
</div>
</section>
<section id="download" class="cta-section">
<div class="container cta-content">
<h2>Ready to Get Started?</h2>
<p>Join thousands of users simplifying their setup today.</p>
<a href="#" class="btn-primary large" id="download-btn-cta">Download WinActivate v1.0</a>
</div>
</section>
<footer class="footer">
<div class="container footer-content">
<div class="footer-brand">
<h3>WinActivate</h3>
<p>Simple. Efficient. Reliable.</p>
</div>
<div class="footer-links">
<a href="privacy.html">Privacy Policy</a>
<a href="terms.html">Terms of Service</a>
</div>
<div class="footer-socials">
<a href="https://www.youtube.com/@TuhinxBD" target="_blank"><i class="fa-brands fa-youtube"></i></a>
<a href="https://www.facebook.com/tuhinxbd" target="_blank"><i class="fa-brands fa-facebook"></i></a>
<a href="https://github.com/tuhinx/win-activate" target="_blank"><i class="fa-brands fa-github"></i></a>
</div>
</div>
<div class="footer-bottom">
<p>© 2026 WinActivate. All rights reserved. | Developed by <a href="https://github.com/tuhinx"
target="_blank" style="color: var(--primary-color);">Tuhinx</a></p>
</div>
</footer>
<script src="js/main.js"></script>
</body>
</html>