Skip to content

Instantly share code, notes, and snippets.

@danfisher85
Last active July 4, 2019 10:59
Show Gist options
  • Save danfisher85/db3e66677038afeeee4de973f6b2a6c7 to your computer and use it in GitHub Desktop.
Save danfisher85/db3e66677038afeeee4de973f6b2a6c7 to your computer and use it in GitHub Desktop.
ncr-html-layout
<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