-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
193 lines (178 loc) · 8.3 KB
/
Copy pathindex.html
File metadata and controls
193 lines (178 loc) · 8.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CleanSpot — Clean. Analyze. Repair.</title>
<meta name="description" content="CleanSpot is a free, open-source all-in-one PC optimizer for Windows. Clean junk, see what's filling your drive, repair system files, and fully remove programs.">
<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=Sora:wght@400;600;700;800&family=JetBrains+Mono:wght@400;500;700&display=swap" rel="stylesheet">
<style>
:root{
--bg:#000000;
--panel:#0c0c0c;
--line:#1c1c1c;
--ink:#f4f6f8;
--dim:#8b8b8b;
--cy:#00D4FF;
}
*{box-sizing:border-box;margin:0;padding:0;}
html{scroll-behavior:smooth;}
body{
background:var(--bg);
color:var(--ink);
font-family:'Sora',system-ui,sans-serif;
-webkit-font-smoothing:antialiased;
line-height:1.5;
overflow-x:hidden;
}
.mono{font-family:'JetBrains Mono',monospace;}
a{color:inherit;text-decoration:none;}
.wrap{max-width:1040px;margin:0 auto;padding:0 24px;}
/* nav */
nav{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;max-width:1040px;margin:0 auto;}
.nb{display:flex;align-items:center;gap:10px;font-weight:700;font-size:1.05rem;letter-spacing:-.01em;}
.nb img{width:26px;height:26px;border-radius:7px;}
.nlinks{display:flex;align-items:center;gap:20px;font-size:.9rem;}
.nlinks a.dim{color:var(--dim);}
.nlinks a.dim:hover{color:var(--cy);}
.pill{display:inline-flex;align-items:center;gap:8px;border-radius:100px;padding:9px 18px;font-weight:600;font-size:.9rem;cursor:pointer;transition:transform .15s;}
.pill.solid{background:var(--cy);color:#001318;}
.pill.solid:hover{transform:translateY(-1px);}
.pill.ghost{border:1px solid var(--line);color:var(--ink);}
.pill.ghost:hover{border-color:var(--cy);color:var(--cy);}
/* hero */
.hero{position:relative;text-align:center;padding:56px 0 28px;}
.hero::before{
content:"";position:absolute;inset:0;z-index:-1;
background-image:radial-gradient(#ffffff0d 1px,transparent 1px);
background-size:22px 22px;
-webkit-mask-image:radial-gradient(ellipse 60% 70% at 50% 30%,#000 40%,transparent 75%);
mask-image:radial-gradient(ellipse 60% 70% at 50% 30%,#000 40%,transparent 75%);
}
.logo{width:96px;height:96px;border-radius:24px;background:#0b1a1f;border:1px solid #123039;
display:flex;align-items:center;justify-content:center;margin:0 auto 20px;}
.logo img{width:64px;height:64px;}
h1{font-size:clamp(3rem,9vw,6rem);font-weight:800;letter-spacing:-.04em;line-height:.95;}
h1 .dot{color:var(--cy);}
.ver{display:inline-block;margin-top:16px;border:1px solid var(--line);border-radius:100px;
padding:5px 15px;font-size:.82rem;color:var(--cy);}
.tag{max-width:520px;margin:18px auto 0;color:var(--dim);font-size:1.05rem;}
.cta{display:flex;gap:12px;justify-content:center;margin-top:30px;flex-wrap:wrap;}
/* shot */
.shotwrap{margin:40px auto 0;max-width:920px;padding:0 24px;}
.shot{border-radius:16px;border:1px solid var(--line);overflow:hidden;
box-shadow:0 40px 120px -50px #00d4ff33, 0 30px 60px -30px #000;}
.shot img{display:block;width:100%;}
/* features strip */
.feat{max-width:1040px;margin:64px auto 0;padding:0 24px;}
.feat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;}
.fcard{background:var(--panel);border:1px solid var(--line);border-radius:14px;padding:20px 18px;}
.fcard .ix{font-family:'JetBrains Mono',monospace;font-size:.72rem;color:var(--cy);}
.fcard h3{font-size:1.02rem;font-weight:700;margin:10px 0 6px;letter-spacing:-.01em;}
.fcard p{font-size:.86rem;color:var(--dim);line-height:1.5;}
/* strip of quick badges */
.verified{display:inline-flex;align-items:center;gap:6px;margin-top:22px;
font-family:'JetBrains Mono',monospace;font-size:.78rem;font-weight:500;
color:#3DD68C;border:1px solid #163a2a;background:#0a1611;
border-radius:100px;padding:7px 15px;}
.badges{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-top:16px;}
.badge{font-family:'JetBrains Mono',monospace;font-size:.74rem;color:var(--dim);
border:1px solid var(--line);border-radius:7px;padding:6px 11px;background:var(--panel);}
.badge b{color:var(--cy);}
/* cta band */
.band{margin:72px auto 0;max-width:1040px;padding:0 24px;}
.band-in{border:1px solid var(--line);border-radius:20px;padding:48px 24px;text-align:center;
background:radial-gradient(ellipse at 50% 0%,#00d4ff12,transparent 60%);}
.band-in h2{font-size:clamp(1.6rem,4vw,2.4rem);font-weight:800;letter-spacing:-.03em;}
.band-in p{color:var(--dim);margin:12px 0 26px;}
footer{margin-top:56px;border-top:1px solid var(--line);}
footer .wrap{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:14px;
padding-top:28px;padding-bottom:40px;color:var(--dim);font-size:.84rem;}
footer a:hover{color:var(--cy);}
@media(max-width:760px){
.nlinks a.dim{display:none;}
.feat-grid{grid-template-columns:1fr 1fr;}
}
</style>
</head>
<body>
<nav>
<div class="nb">
<img src="https://github.com/SPooT-q8/CleanSpot/raw/main/assets/logo.png" alt="CleanSpot">
CleanSpot
</div>
<div class="nlinks">
<a class="dim" href="#features">Features</a>
<a class="dim" href="https://github.com/SPooT-q8/CleanSpot">GitHub</a>
<a class="pill solid" href="https://github.com/SPooT-q8/CleanSpot/releases/download/v2.0.4/CleanSpot_Setup_v2.0.4.exe">Download</a>
</div>
</nav>
<header class="hero">
<div class="wrap">
<div class="logo"><img src="https://github.com/SPooT-q8/CleanSpot/raw/main/assets/logo.png" alt="CleanSpot logo"></div>
<h1>CleanSpot<span class="dot">.</span></h1>
<div class="ver mono">v2.0.4 · Windows 10 / 11 · Free</div>
<p class="tag">Clean the junk. See what's filling your drive. Repair Windows. Remove programs to the last file — one app.</p>
<div class="cta">
<a class="pill solid" href="https://github.com/SPooT-q8/CleanSpot/releases/download/v2.0.4/CleanSpot_Setup_v2.0.4.exe">↓ Download for Windows</a>
<a class="pill ghost" href="https://github.com/SPooT-q8/CleanSpot">View source</a>
</div>
<div class="verified">✓ Verified not malware by Microsoft</div>
<div class="badges">
<span class="badge">Open source</span>
<span class="badge"><b>21</b> cleaning targets</span>
<span class="badge">EN / عربي</span>
<span class="badge">No ads · no bloat</span>
</div>
</div>
</header>
<div class="shotwrap">
<div class="shot">
<img src="https://github.com/SPooT-q8/CleanSpot/raw/main/assets/CleanSpot_v2.0.1_dashboard.png" alt="CleanSpot dashboard">
</div>
</div>
<section class="feat" id="features">
<div class="feat-grid">
<div class="fcard">
<div class="ix">01</div>
<h3>Disk Analyzer</h3>
<p>A treemap of every folder, plus a duplicate finder verified with full SHA-256.</p>
</div>
<div class="fcard">
<div class="ix">02</div>
<h3>Deep Uninstall</h3>
<p>Removes files, AppData, registry keys, services — waits for Steam & Epic.</p>
</div>
<div class="fcard">
<div class="ix">03</div>
<h3>System Repair</h3>
<p>SFC and DISM with real results, plus component-store cleanup.</p>
</div>
<div class="fcard">
<div class="ix">04</div>
<h3>Live monitor</h3>
<p>Real-time CPU, GPU, RAM and disk — speeds and temperatures at a glance.</p>
</div>
</div>
</section>
<div class="band">
<div class="band-in">
<h2>Free. Open source. Yours.</h2>
<p>No subscriptions, no telemetry — just a cleaner, faster PC.</p>
<a class="pill solid" href="https://github.com/SPooT-q8/CleanSpot/releases/latest">↓ Download CleanSpot</a>
</div>
</div>
<footer>
<div class="wrap">
<div>CleanSpot · © 2026 SPooT</div>
<div style="display:flex;gap:22px;">
<a href="https://github.com/SPooT-q8/CleanSpot">GitHub</a>
<a href="https://github.com/SPooT-q8/CleanSpot/issues">Issues</a>
<a href="https://www.paypal.com/ncp/payment/RZPR585EB3T38" target="_blank" rel="noopener">Support</a>
</div>
</div>
</footer>
</body>
</html>