-
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.
feature the new v3 board on landing page
- Loading branch information
Showing
9 changed files
with
138 additions
and
37 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
<!-- Parallax Section --> | ||
<section class="site-section parallax-features-section parallax" id="parallax-features" data-scrollax-parent="true"> | ||
|
||
<!-- Parallax Image --> | ||
<div class="cover" data-scrollax="properties: { 'translateY': '50%' }"> | ||
<img style="filter: brightness(30%);" src="{{ site.baseurl }}/images/opendeck3-header.png" alt="Parallax Features" /> | ||
</div> | ||
|
||
<div class="container"> | ||
|
||
<!-- Section Heading --> | ||
<div class="row text-center"> | ||
|
||
<!-- Section Header --> | ||
<header class="col-md-8 col-md-push-2 col-sm-12 section-header"> | ||
<h2>{{ site.core-title-od3 }}</h2> | ||
<hr class="normal"> | ||
</header> | ||
|
||
<!-- Section Content --> | ||
<div class="col-md-8 col-md-push-2 col-sm-12 section-content"> | ||
<p>{{ site.core-description-od3 }}</p> | ||
</div> | ||
|
||
</div> | ||
|
||
<!-- Section Features --> | ||
<div class="row section-features"> | ||
|
||
<div class="col-md-4 col-sm-6 text-right"> | ||
|
||
{% for feature in site.core-features-left-od3 %} | ||
|
||
<div class="feature"> | ||
<div class="text-wrap"> | ||
<h3>{{ feature.name }}</h3> | ||
<p>{{ feature.description }}</p> | ||
</div> | ||
<div class="icon-wrap"> | ||
<div class="circle parent"> | ||
<i class="{{ feature.icon }} child-center"></i> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
{% endfor %} | ||
|
||
</div> | ||
|
||
<div class="col-md-4 phone"> | ||
</div> | ||
|
||
<div class="col-md-4 col-sm-6 text-left"> | ||
|
||
{% for feature in site.core-features-right-od3 %} | ||
|
||
<div class="feature"> | ||
<div class="text-wrap"> | ||
<h3>{{ feature.name }}</h3> | ||
<p>{{ feature.description }}</p> | ||
</div> | ||
<div class="icon-wrap"> | ||
<div class="circle parent"> | ||
<i class="{{ feature.icon }} child-center"></i> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
{% endfor %} | ||
|
||
</div> | ||
|
||
</div> | ||
|
||
</div> | ||
</section> |
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 |
---|---|---|
|
@@ -147,6 +147,10 @@ header.site-header { | |
.buttons-header { | ||
margin-top: 50px; | ||
} | ||
|
||
.button-cta { | ||
width: 100%; | ||
} | ||
} | ||
} | ||
|
||
|
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.
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