Created
February 7, 2017 16:08
-
-
Save evanmwillhite/f7aa389bc0ba11804c8ef20d81a951b8 to your computer and use it in GitHub Desktop.
FP Homepage Masthead markup
This file contains 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
<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 & 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