Created
May 18, 2017 18:00
-
-
Save evanmwillhite/773da8296e0fa146c807b130e1e97807 to your computer and use it in GitHub Desktop.
Forcepoint Capabilities Section 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
<section class="capabilities"> | |
<ul class="capabilities__list"> | |
<li class="capabilities__item"> | |
<a href="#" class="capabilities__link"> | |
<h2 class="capabilities__title">Cloud Security</h2> | |
<h3 class="capabilities__text">Keeping attackers out starts with better visibility into people's actions across the network, in data centers, branch offices and cloud environments.</h3> | |
<span class="capabilities__btn button btn-green btn-arrow btn-small">Learn More</span> | |
</a> | |
</li> | |
<li class="capabilities__item"> | |
<a href="#" class="capabilities__link"> | |
<h2 class="capabilities__title">Network Security</h2> | |
<h3 class="capabilities__text">Keeping attackers out starts with better visibility into people's actions across the network, in data centers, branch offices and cloud environments.</h3> | |
<span class="capabilities__btn button btn-green btn-arrow btn-small">Learn More</span> | |
</a> | |
</li> | |
<li class="capabilities__item"> | |
<a href="#" class="capabilities__link"> | |
<h2 class="capabilities__title">Data and Insider Threat Security</h2> | |
<h3 class="capabilities__text">Keeping attackers out starts with better visibility into people's actions across the network, in data centers, branch offices and cloud environments.</h3> | |
<span class="capabilities__btn button btn-green btn-arrow btn-small">Learn More</span> | |
</a> | |
</li> | |
<li class="capabilities__item"> | |
<a href="#" class="capabilities__link"> | |
<h2 class="capabilities__title">Global Government Security</h2> | |
<h3 class="capabilities__text">Keeping attackers out starts with better visibility into people's actions across the network, in data centers, branch offices and cloud environments.</h3> | |
<span class="capabilities__btn button btn-green btn-arrow btn-small">Learn More</span> | |
</a> | |
</li> | |
</ul> | |
</section> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment