-
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.
- Loading branch information
1 parent
7b8d954
commit ef570d5
Showing
3 changed files
with
51 additions
and
12 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,11 +37,13 @@ | |
</a> | ||
<nav class="main-nav"> | ||
<ul class="main-nav-list"> | ||
<li><a class="main-nav-link" href="#">How it works</a></li> | ||
<li><a class="main-nav-link" href="#">Meals</a></li> | ||
<li><a class="main-nav-link" href="#">Testimonials</a></li> | ||
<li><a class="main-nav-link" href="#">Pricing</a></li> | ||
<li><a class="main-nav-link nav-cta" href="#">Try for free</a></li> | ||
<li><a class="main-nav-link" href="#how">How it works</a></li> | ||
<li><a class="main-nav-link" href="#meals">Meals</a></li> | ||
<li> | ||
<a class="main-nav-link" href="#testimonials">Testimonials</a> | ||
</li> | ||
<li><a class="main-nav-link" href="#pricing">Pricing</a></li> | ||
<li><a class="main-nav-link nav-cta" href="#cta">Try for free</a></li> | ||
</ul> | ||
</nav> | ||
<button class="btn-mobile-nav"> | ||
|
@@ -61,10 +63,10 @@ <h1 class="heading-primary"> | |
eat healthy again. Tailored to your personal tastes and | ||
nutritional needs. | ||
</p> | ||
<a href="#" class="btn btn--full margin-right-sm" | ||
<a href="#cta" class="btn btn--full margin-right-sm" | ||
>Start eating well</a | ||
> | ||
<a href="#" class="btn btn--outline">Learn more ↓</a> | ||
<a href="#how" class="btn btn--outline">Learn more ↓</a> | ||
<div class="delivered-meals"> | ||
<div class="customers-imgs"> | ||
<img | ||
|
@@ -125,7 +127,7 @@ <h2 class="heading-featured">as featured in</h2> | |
</div> | ||
</div> | ||
</section> | ||
<section class="section-how"> | ||
<section class="section-how" id="how"> | ||
<div class="container"> | ||
<span class="subheading">How it works</span> | ||
<h2 class="heading-secondary"> | ||
|
@@ -190,7 +192,7 @@ <h3 class="heading-tertiary">Receive meals at convenient time</h3> | |
</div> | ||
</div> | ||
</section> | ||
<section class="section-meals"> | ||
<section class="section-meals" id="meals"> | ||
<div class="container center-text"> | ||
<span class="subheading">Meals</span> | ||
<h2 class="heading-secondary"> | ||
|
@@ -306,7 +308,7 @@ <h3 class="heading-tertiary">works with any diet:</h3> | |
<a href="#" class="link">see all recipes →</a> | ||
</div> | ||
</section> | ||
<section class="section-testimonials"> | ||
<section class="section-testimonials" id="testimonials"> | ||
<div class="testimonial-container"> | ||
<span class="subheading">testimonials</span> | ||
<h2 class="heading-secondary">Once you try it, you can't leave it</h2> | ||
|
@@ -437,7 +439,7 @@ <h2 class="heading-secondary">Once you try it, you can't leave it</h2> | |
</figure> | ||
</div> | ||
</section> | ||
<section class="section-pricing"> | ||
<section class="section-pricing" id="pricing"> | ||
<div class="container"> | ||
<span class="subheading">Pricing</span> | ||
<h2 class="heading-secondary"> | ||
|
@@ -543,7 +545,7 @@ <h2 class="heading-secondary"> | |
</div> | ||
</div> | ||
</section> | ||
<section class="section-cta"> | ||
<section class="section-cta" id="cta"> | ||
<div class="container"> | ||
<div class="cta"> | ||
<div class="cta-text-box"> | ||
|
@@ -670,5 +672,9 @@ <h2 class="heading-secondary">Get your first meal for free!</h2> | |
</nav> | ||
</div> | ||
</footer> | ||
<script | ||
defer | ||
src="https://unpkg.com/[email protected]/dist/smoothscroll.min.js" | ||
></script> | ||
</body> | ||
</html> |
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