-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
addition of community links to hero section
- Loading branch information
1 parent
f9282b4
commit 1b4d6cc
Showing
1 changed file
with
4 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,16 @@ | ||
--- | ||
import SocialLinks from './SocialLinks.astro'; | ||
import '../styles/Hero.css'; | ||
import CommunityLinks from './CommunityLinks.astro'; | ||
--- | ||
<section class="hero-section"> | ||
<div class="hero-content"> | ||
<span class="hero-title">Vortex Linux v0.1 Coming Soon</span> | ||
<p class="hero-subtitle">The Secure, Immutable OS that Empowers Every User</p> | ||
<a href="/download" class="hero-button">Download Now</a> | ||
<p class="hero-subtitle">Get Involved</p> | ||
<CommunityLinks/> | ||
<p class="hero-subtitle">Follow Us!</p> | ||
<SocialLinks/> | ||
</div> | ||
</section> |