-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #123 from TAS-scorchedshadow/preview
Preview System
- Loading branch information
Showing
3 changed files
with
45 additions
and
42 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
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
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 |
---|---|---|
|
@@ -20,7 +20,10 @@ <h1>Riflelytics</h1> | |
<div class="hero-subtitle"> | ||
Supporting Growing Rifle Shooters | ||
</div> | ||
<a href="/login"><button class="hero-btn">Member Login</button></a> | ||
<div class="row justify-content-center mt-4"> | ||
<a href="/preview"><button class="hero-btn bg-secondary mx-4 mb-4">Free Preview</button></a> | ||
<a href="/login"><button class="hero-btn mx-4">Member Login</button></a> | ||
</div> | ||
<div class="wave"> | ||
<svg class="wave-svg" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"> | ||
<path d="M0,0V46.29c47.79,22.2,103.59,32.17,158,28,70.36-5.37,136.33-33.31,206.8-37.5C438.64,32.43,512.34,53.67,583,72.05c69.27,18,138.3,24.88,209.4,13.08,36.15-6,69.85-17.84,104.45-29.34C989.49,25,1113-14.29,1200,52.47V0Z" opacity=".25" class="shape-fill"></path> | ||
|
@@ -64,26 +67,30 @@ <h2>Detailed Visualisations</h2> | |
</div> | ||
</section> | ||
<section> | ||
<div class="new-club hero-text mt-4"> | ||
<div class="hero-text my-4"> | ||
<div class="new-club-title"> | ||
Are you an interested school or club? | ||
</div> | ||
<button class="hero-btn get-started-btn"> | ||
Contact Us | ||
</button> | ||
</div> | ||
<div class="partner-title"> | ||
<div class="partner-text"> | ||
Proud Partners With | ||
</div> | ||
<hr class="break-line"> | ||
<a href="mailto:[email protected]" class="my-4"> | ||
<button class="hero-btn get-started-btn"> | ||
Contact Us | ||
</button> | ||
</a> | ||
</div> | ||
<div class="proud-partners"> | ||
<div class="partner"> | ||
<img src="../../static/images/sbhs_logo.svg" alt="sbhs_logo"> | ||
<div> | ||
<div class="partner-title"> | ||
<div class="partner-text"> | ||
Proud Partners With | ||
</div> | ||
<hr class="break-line"> | ||
</div> | ||
<div class="partner"> | ||
<img src="../../static/images/smt_logo.png" alt="smt_logo"> | ||
<div class="proud-partners"> | ||
<div class="partner"> | ||
<img src="../../static/images/sbhs_logo.svg" alt="sbhs_logo"> | ||
</div> | ||
<div class="partner"> | ||
<img src="../../static/images/smt_logo.png" alt="smt_logo"> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
|