Skip to content

Instantly share code, notes, and snippets.

@karlhepler
Created April 26, 2017 02:37
Show Gist options
  • Save karlhepler/d3ff60361f9daa5df027eb6140980937 to your computer and use it in GitHub Desktop.
Save karlhepler/d3ff60361f9daa5df027eb6140980937 to your computer and use it in GitHub Desktop.
<!--
This is what I'm thinking... there may be some additional containers around a few of these elements,
but overall, this is a representation of the components I'm planning on making from your html.
-->
<sticky-header>
<header>
<!-- LOGO -->
<profile-card></profile-card>
</header>
<navigation></navigation>
</sticky-header>
<hero></hero>
<quick-links></quick-links>
<!-- THE REST OF THE PAGE -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment