Sha256: 9e513851f09759ca57543e12e7e50b7fe6fe5e66a83682bfcb9146f25f83ced6
Contents?: true
Size: 1.46 KB
Versions: 1
Compression:
Stored size: 1.46 KB
Contents
<!DOCTYPE html> <!-- Forty by HTML5 UP html5up.net | @ajlkn Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) --> <html> {% include head.html %} <body> <div id="wrapper"> {% include header.html %} <section id="banner" class="major"> <div class="inner"> <header class="major"> <h1>{{ page.landing-title }}</h1> </header> <div class="content"> <p style="text-transform: uppercase;"> {{ site.description }} </p> {% if page.banner_cta %} <ul class="actions"> <li> <a href="{{ page.banner_cta.href }}" class="button next scrolly"> {{ page.banner_cta.text }} </a> </li> </ul> {% endif %} </div> </div> </section> <div id="main"> {% include tiles.html %} <section id="two"> <div class="inner"> <header class="major"> <h2>{{ page.title }}</h2> </header> <p>{{ content }}</p> {% if page.section_cta %} <ul class="actions"> <li> <a href="{{ page.section_cta.href }}" class="button next"> {{ page.section_cta.text }} </a> </li> </ul> {% endif %} </div> </section> </div> {% include footer.html %} </div> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fortyone-jekyll-theme-1.0.4 | _layouts/home.html |