Last active
July 4, 2019 10:59
-
-
Save danfisher85/db3e66677038afeeee4de973f6b2a6c7 to your computer and use it in GitHub Desktop.
ncr-html-layout
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<body class="preloader-is--active bg-image bg-fixed bg--landing"> | |
<div class="site-wrapper site-layout--landing"> | |
<!-- Header | |
================================================== --> | |
<header id="header" class="site-header site-header--landing"> | |
<!-- Main Navigation Left --> | |
<nav class="main-nav"> | |
<ul class="main-nav__list"> | |
... | |
</ul> | |
</nav> | |
<!-- Main Navigation Right / End --> | |
</header> | |
<!-- Header / End --> | |
<!-- Content | |
================================================== --> | |
<main class="site-content text-center" id="wrapper"> | |
<div class="site-content__center"> | |
... | |
</div> | |
</main> | |
<!-- Footer | |
================================================== --> | |
<footer id="footer" class="footer text-center"> | |
<ul class="social-menu social-menu--landing social-menu--landing-glitch"> | |
... | |
</ul> | |
</footer> | |
<!-- Footer / End --> | |
</div> | |
</body> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment