Skip to content

Instantly share code, notes, and snippets.

@mattbogado
Created February 28, 2018 21:45
Show Gist options
  • Save mattbogado/0f362cb62818efaf05917f43ef53ff26 to your computer and use it in GitHub Desktop.
Save mattbogado/0f362cb62818efaf05917f43ef53ff26 to your computer and use it in GitHub Desktop.
<!-- Replace header nav with this -->
<nav class="navbar navbar-expand-lg navbar-light bg-transparent">
<div class="container">
<a class="navbar-brand px-4" href="#">
<img src="assets/yp-tryp-logo_155x53.svg" width="155" height="53" alt="The Real Yellow Pages"/>
</a>
<button class="d-none d-sm-none navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto"></ul>
<div class="my-2 my-lg-0">
<div class="d-flex justify-content-end">
<svg-icon class="svg-icon p-2 mr-3">
<src href="assets/icons/phone-filled.svg" />
</svg-icon>
<h3 class="font-weight-bold">&#40;800&#41; 573-0059</h3>
</div>
<p class="supportTime text-right">8 AM - 8 PM CST Monday - Friday</p>
</div>
</div>
</div>
</nav>
<!-- End of navbar -->
<!-- Replace footer with this -->
<section class="bg-light border-top">
<div class="container py-5">
<div class="row pb-4">
<div class="col text-center">
<img src="assets/yp-tryp-logo_155x53.svg" width="155" height="53" alt="The Real Yellow Pages">
</div>
</div>
<div class="row justify-content-center">
<div class="my-2 my-lg-0">
<div class="d-flex justify-content-end">
<svg-icon class="svg-icon p-2 mr-3">
<src href="assets/icons/phone-filled.svg" />
</svg-icon>
<h3 class="font-weight-bold">&#40;800&#41; 573-0059</h3>
</div>
<p class="supportTime text-center">8 AM - 8 PM CST Monday - Friday</p>
</div>
</div>
<div class="row justify-content-md-center">
<div class="col-xs-12 col-md-6">
<p class="text-secondary text-center"><small>© 2018 DexYP LLC. All rights reserved. DexYP, the DexYP logo and all other Thryv marks contained herein are trademarks of DexYP LLC and/or DexYP affiliated companies. All other marks contained herein are the property of their respective owners.</small></p>
</div>
</div>
</div>
</section>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment