UNPKG

gentux-style-guide

Version:
89 lines (77 loc) 1.83 kB
--- layout: default title: Brand guidelines permalink: /brand-assets/ --- <div class="bordered-bottom bordered-light pt-5 pt-md-5 pb-4 pb-md-5 mb-5 mb-md-5 "> <div class="container"> <div class="row"> <div class=" col-sm-7 col-sm-offset-1 col-lg-6 col-lg-offset-1 "> <h1 class="h1-lg domd mb-3">Brand Assets</h1> <p> Downloads for the Gentux graphic assets. <br> More Coming Soon. </p> </div><!-- /col --> </div><!-- /row --> </div><!-- /container --> </div> {% for page in site.brand-assets %} <div class="container py-5"> <div class="row"> <div class="col-sm-12 bg-gray-lighter-right-11"> <h2 class="domd py-5">{{ page.title }}</h2> </div> </div> <div class="row"> <div class="bg-gray-lighter col-sm-11 col-sm-offset-1"> <div class="row"> <div class="col-xs-offset-1 col-xs-10 pb-5"> {{ page.content }} </div> </div> </div> </div> </div> {% endfor %} <div class="container-fluid mt-5 "> <div class="row"> <div class=" col-sm-7 col-sm-offset-2 col-lg-6 col-lg-offset-2 "> <h2 class="domd mb-4 "> More Info </h2> </div><!-- /col --> </div><!-- /row --> <div class="row"> <div class=" col-sm-8 col-sm-offset-2 col-lg-6 col-lg-offset-2 "> <a href="{{ site.baseurl }}/brand-guidelines/" class=" panel-link link-style-clear d-block p-4 mb-4 "> <h3 class="h4">Read the Brand guidelines</h3> <p>Brand foundation, usage guidelines and examples.</p> <div class="text-right"><span class="glyphicon glyphicon-arrow-right"></span></div> </a> </div> </div> </div><!-- /container -->