Skip to content

Instantly share code, notes, and snippets.

@foxydot
Created January 29, 2015 20:56
Show Gist options
  • Save foxydot/b3fc8d1d6ced2c446021 to your computer and use it in GitHub Desktop.
Save foxydot/b3fc8d1d6ced2c446021 to your computer and use it in GitHub Desktop.
<header class="row" id="header">
<div class="col-xs-12 top">
<div class="col-sm-6" id="logo">
<a href="/home.php">
<img src="http://pricedynamics.ro/images/logo-white.png">
</a>
</div>
<div class="col-sm-6">
<ul class="nav navbar-nav pull-right">
<li role="presentation"><a href="/signup">Sign Up</a></li>
<li role="presentation"><a href="/signin">Sign In</a></li>
<li role="presentation" class="dropdown"><a class="dropdown-toggle hamburger-menu" data-toggle="dropdown" href="#" role="button" aria-expanded="false">Menu</a>
<ul class="dropdown-menu" role="menu">
<li role="presentation"><a href="">About</a></li>
<li role="presentation"><a href="">Etc</a></li>
<li role="presentation"><a href="">Etc</a></li>
</ul>
</li>
</ul>
</div>
</div>
****IF IS LANDING PAGE ***
<div class="col-xs-12 content">
<div class="wrap">
<h1 class="section-title">Benchmark Metal Prices Now!</h1>
<p>Over <strong>[variable]</strong> Price Benchmarks from over <strong>[variable] Companies</strong> in <strong>[variable] Industries</strong></p>
<p><a class="button">Free Sign Up</a></p>
<p><a class="video-popup">Watch Our Video</a></p>
</div>
</div>
<div class="col-xs-12 widgets">
<div class="wrap">
<div class="col-md-4 widget-what">
<div class="widget">
<header>
<h4>What is it?</h4>
</header>
<div class="content">
A secure, anonymous and reliable way to accurately benchmark the prices you pay or have been quoted for metals.
</div>
</div>
</div>
<div class="col-md-4 widget-why">
<div class="widget">
<header>
<h4>Why use it?</h4>
</header>
<div class="content">
<ul>
<li>Leverage market price insights to make better sourcing decisions</li>
<li>Understand the factors influencing market prices</li>
<li>Identify new sources of supply</li>
<li>Determine the optimal size and quantity ranges for purchases</li>
</ul>
</div>
</div>
</div>
<div class="col-md-4 widget-who">
<div class="widget">
<header>
<h4>Who's it for?</h4>
</header>
<div class="content">
<ul>
<li>Metal Buyers</li>
<li>Commodity Managers</li>
<li>Product Cost Estimators</li>
<li>Market Analysts</li>
</ul>
</div>
</div>
</div>
</div>
</div>
*****END IF IS LANDING PAGE****
</header>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment