Skip to content

Instantly share code, notes, and snippets.

@philwilliammee
Created April 30, 2019 14:48
Show Gist options
  • Save philwilliammee/71eb90f4ddb44234a47f0e5a33ab5f4d to your computer and use it in GitHub Desktop.
Save philwilliammee/71eb90f4ddb44234a47f0e5a33ab5f4d to your computer and use it in GitHub Desktop.
<main id="main" class="container-fluid aria-target" tabindex="-1">
<div class="row">
<article id="main-article">
<section>
<p class="intro">{{ body }}</p>
<h2>{{ title }}</h2>
<div class="cwd-component cwd-card-grid three-card home-stats">
<div id="fact1" class="card fast-fact">
<h3><strong class="stat"><span class="zmdi zmdi-graduation-cap"></span><span class="num" data-count={{ field_first_fact_count }}>...</span></strong> {{ field_first_fact }}</h3>
</div>
<div id="fact2" class="card fast-fact">
<h3><strong class="stat"><span class="icon icon-info-news"></span><span class="num" data-count={{ field_second_fact_count }}>...</span></strong> {{ field_second_fast_fact }}</h3>
</div>
<div id="fact3" class="card fast-fact">
<h3><strong class="stat"><span class="fa fa-institution"></span><span class="num" data-count={{ field_third_fact_count }} >... </span></strong> {{ field_third_fast_fact }}</h3>
</div>
</div>
</section>
</article>
</div>
</main>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment