-
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 #19 from 1xINTERNET/feature/14-update-navigation-a…
…nd-create-sections #14: Update Navbar links & create 'how to help' and 'about us' sections
- Loading branch information
Showing
5 changed files
with
53 additions
and
6 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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
--- | ||
|
||
<div class="text-center"> | ||
<p> | ||
Lorem ipsum dolor sit amet consectetur adipisicing elit. Debitis, | ||
reprehenderit. Iste quae molestias in, numquam reprehenderit ipsa aliquid | ||
corporis assumenda vero ab necessitatibus inventore obcaecati commodi | ||
placeat ipsum rem nesciunt! | ||
</p> | ||
<p> | ||
Lorem ipsum dolor sit amet consectetur, adipisicing elit. Doloribus | ||
exercitationem eos dolorem fugiat deleniti atque vitae provident dolorum | ||
libero perspiciatis. Adipisci fuga nostrum voluptatem nobis odio. Rerum | ||
temporibus asperiores maxime. | ||
</p> | ||
</div> |
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
--- | ||
|
||
<div class="text-center"> | ||
<p> | ||
Lorem ipsum dolor sit amet consectetur adipisicing elit. Debitis, | ||
reprehenderit. Iste quae molestias in, numquam reprehenderit ipsa aliquid | ||
corporis assumenda vero ab necessitatibus inventore obcaecati commodi | ||
placeat ipsum rem nesciunt! | ||
</p> | ||
<p> | ||
Lorem ipsum dolor sit amet consectetur, adipisicing elit. Doloribus | ||
exercitationem eos dolorem fugiat deleniti atque vitae provident dolorum | ||
libero perspiciatis. Adipisci fuga nostrum voluptatem nobis odio. Rerum | ||
temporibus asperiores maxime. | ||
</p> | ||
</div> |
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 |
---|---|---|
|
@@ -6,6 +6,8 @@ import PartnerLinks from "../components/PartnerLinks.astro"; | |
import PrimaryLink from "../components/PrimaryLink.astro"; | ||
import Section from "../components/Section.astro"; | ||
import VideoPlayer from "../components/VideoPlayer.astro"; | ||
import HowToHelp from "../components/HowToHelp.astro"; | ||
import AboutUs from "../components/AboutUs.astro"; | ||
--- | ||
|
||
<Layout title="Welcome to Whyuluvfootball"> | ||
|
@@ -27,6 +29,7 @@ import VideoPlayer from "../components/VideoPlayer.astro"; | |
backgroundColor="blue" | ||
eyebrow="Videos" | ||
heading="I love football because..." | ||
id="videos" | ||
> | ||
<VideoPlayer /> | ||
</Section> | ||
|
@@ -46,6 +49,12 @@ import VideoPlayer from "../components/VideoPlayer.astro"; | |
<PrimaryLink href="mailto:[email protected]" text="Become a partner" /> | ||
</div> | ||
</Section> | ||
<Section backgroundColor="blue" eyebrow="How to help" id="how-to-help"> | ||
<HowToHelp /> | ||
</Section> | ||
<Section backgroundColor="green" eyebrow="About us" id="about-us"> | ||
<AboutUs /> | ||
</Section> | ||
<Section | ||
backgroundColor="blue" | ||
contentImage="/images/goal.jpeg" | ||
|
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