Skip to content

Instantly share code, notes, and snippets.

@evanmwillhite
Created February 7, 2017 16:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save evanmwillhite/f7aa389bc0ba11804c8ef20d81a951b8 to your computer and use it in GitHub Desktop.
Save evanmwillhite/f7aa389bc0ba11804c8ef20d81a951b8 to your computer and use it in GitHub Desktop.
FP Homepage Masthead markup
<div class="home-masthead">
<div class="home-masthead__wrapper">
<h2 class="home-masthead__heading">The point where data is most valuable and most vulnerable<span>is right in front of you.</span></h2>
<a href="home-masthead__cta" class="button">Learn More</a>
<ul class="home-masthead__list">
<li class="home-masthead__list-item"></li>
<li class="home-masthead__list-item"><a class="home-masthead__link" href="">Cloud Security</a></li>
<li class="home-masthead__list-item"><a class="home-masthead__link" href="">Network Security</a></li>
<li class="home-masthead__list-item"><a class="home-masthead__link" href="">Data &amp; Insider Threat Security</a></li>
<li class="home-masthead__list-item"><a class="home-masthead__link" href="">Cross Domain</a></li>
<li class="home-masthead__list-item"></li>
</ul>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment