Sha256: 80bd642fa9b549ab3ff1640a7b1a8f8e14a2f09c038a0deceae425bfe997ba13
Contents?: true
Size: 1.39 KB
Versions: 6
Compression:
Stored size: 1.39 KB
Contents
{%- assign theme = site.data.theme.UI -%} <!-- Start page-top section --> <section class="page-top-section" style="background: {{theme.staticPagesColor}}"> <div class="container"> <div class="row justify-content-between align-items-center"> <div class="col-lg-6 col-md-6"> <h1 class="text-white">Contact</h1> </div> <div class="col-lg-6 col-md-6 page-top-nav" style="text-align: right;"> <div> <a href="/" class="text-white">Home</a> <i class="fa fa-arrow-right text-white"></i> <a href="/contact" class="text-white">Contact</a> </div> </div> </div> </div> </section> <!-- End page-top section --> <!-- Start main body content --> <section class="features-content section-gap"> <div class="container"> <span> <strong>Email: </strong> </span> <a href='mailto: {{site.email}}'>{{site.email}}</a> <br /> <span> <strong>Instagram: </strong> </span> <a href='{{site.instagram_username}}' target='_blank' > {{site.instagram_username}} </a> <br/> <span> <strong>PhoneNumber: </strong> {{site.phone}} </span> </div> </section>
Version data entries
6 entries across 6 versions & 1 rubygems