Skip to content

Commit bc9f3d5

Browse files
feat: add css
1 parent 5fc437c commit bc9f3d5

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

website/src/pages/index.astro

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ const githubStars = await fetchGitHubStars();
8787
<div class="container">
8888
<div class="section-header">
8989
<h2 class="section-title">
90-
Powerful compression.<br />Zero compromise.
90+
Powerful compression.<br />
91+
<span class="gradient-text">Zero compromise</span>
9192
</h2>
9293
<p class="section-subtitle">
9394
CompressO combines industry-leading compression algorithms with a
@@ -157,7 +158,7 @@ const githubStars = await fetchGitHubStars();
157158
<div class="showcase-content">
158159
<div class="showcase-text">
159160
<span class="section-tag">Powerful Features</span>
160-
<h2>Packed with everything<br />you need!</h2>
161+
<h2>Packed with <span class="gradient-text">everything</span><br />you need!</h2>
161162
<p>
162163
CompressO goes beyond simple compression. It's a comprehensive
163164
video processing tool designed for power users and casual users
@@ -288,7 +289,9 @@ const githubStars = await fetchGitHubStars();
288289
</div>
289290
<div class="showcase-text">
290291
<span class="section-tag">Privacy First</span>
291-
<h2>Your videos stay yours.<br />Always!</h2>
292+
<h2>Your videos stay yours.<br />
293+
<span class="gradient-text">Always!</span>
294+
</h2>
292295
<p>
293296
Unlike online compression services, CompressO never uploads your
294297
files. No account required. No tracking. No data collection. Just
@@ -313,7 +316,9 @@ const githubStars = await fetchGitHubStars();
313316
<div class="showcase-content">
314317
<div class="showcase-text">
315318
<span class="section-tag">Open Source</span>
316-
<h2>Free & Open Source.<br />Forever!</h2>
319+
<h2>Free & Open Source.<br />
320+
<span class="gradient-text">Forever!</span>
321+
</h2>
317322
<p>
318323
CompressO is fully open-source software. The code is available on
319324
GitHub, so you can audit it, contribute to it, or even fork it for
@@ -355,11 +360,7 @@ const githubStars = await fetchGitHubStars();
355360

356361
<section class="section cta-section">
357362
<div class="container">
358-
<h2>Ready to compress your videos?</h2>
359-
<p>
360-
Download CompressO today and start compressing videos locally,
361-
privately, and for free.
362-
</p>
363+
<h2 class="gradient-text">Ready to compress your videos?</h2>
363364
<div class="cta-group" style="justify-content: center;">
364365
<a
365366
href="https://github.com/codeforreal1/compressO/releases"

website/src/styles/global.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -411,15 +411,14 @@ hr {
411411
.feature-card {
412412
background: rgba(255, 255, 255, 0.03);
413413
border: 1px solid rgba(255, 255, 255, 0.08);
414-
border-radius: 20px;
415414
padding: 40px;
416415
transition: all 0.3s ease;
416+
transform: skew(-3deg);
417417
}
418418

419419
.feature-card:hover {
420420
background: rgba(255, 255, 255, 0.05);
421421
border-color: rgba(203, 234, 102, 0.3);
422-
transform: translateY(-4px);
423422
}
424423

425424
.feature-icon {

0 commit comments

Comments
 (0)