-
-
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
Showing
13 changed files
with
405 additions
and
11 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
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<div id="fh5co-home" class="js-fullheight-home" data-section="home" style="background-image: url({{ .Site.Params.hero.img }});" data-stellar-background-ratio="0.5"> | ||
<div class="container"> | ||
<div class="col-md-6"> | ||
<div class="js-fullheight-home fh5co-copy"> | ||
<div class="js-fullheight-home fh5co-copy-inner"> | ||
<img src="/images/logo.svg" /> | ||
<h1>{{ with .Site.Params.hero.title }}{{ . | markdownify }}{{ end }}</h1> | ||
<h2>{{ with .Site.Params.hero.description }}{{ . | markdownify }}{{ end }}</h2> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</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 |
---|---|---|
@@ -1,9 +1,10 @@ | ||
<div id="fh5co-about" data-section="mission"> | ||
<div class="container fh5co-tabs-container"> | ||
<div class="fh5co-tab-content active"> | ||
|
||
<div class="container"> | ||
<div class="col-md-6 col-md-offset-3 text-center fh5co-heading"> | ||
<h2>About</h2> | ||
</div> | ||
<div class="col-md-12"> | ||
{{ with .Site.GetPage "/about.md" }}{{ .Content }}{{ end }} | ||
|
||
</div> | ||
</div> | ||
</div> | ||
</div> <!-- END fh5co-about --> |
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,26 @@ | ||
#fh5co-about { | ||
padding-top: 5%; | ||
padding-bottom: 10%; | ||
} | ||
|
||
.fh5co-heading h2 { | ||
font-size: 24px; | ||
} | ||
|
||
.episode { | ||
margin-top: 30px; | ||
margin-bottom: 30px; | ||
} | ||
|
||
.interact{ | ||
text-align: right | ||
} | ||
|
||
.interact img { | ||
width: 18px; | ||
} | ||
|
||
.fh5co-copy-inner img { | ||
width: 33%; | ||
margin-bottom: 30px; | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.