Skip to content

Instantly share code, notes, and snippets.

@mmerriweather
Created January 23, 2015 18:13
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 mmerriweather/5c29e653ce66724b0979 to your computer and use it in GitHub Desktop.
Save mmerriweather/5c29e653ce66724b0979 to your computer and use it in GitHub Desktop.
Header Snippett
<section class="header-11-sub bg-midnight-blue">
<div class="background">
&nbsp;
</div>
<div class="container">
<div class="row">
<div class="col-sm-4">
<h3>Features of Startup Framework</h3>
<p>
You have the design, you have the code. We’ve created the product that will help your startup to look even better.
</p>
<div class="signup-form">
<form>
<div class="form-group">
<input class="form-control" type="text" placeholder="Your E-mail">
</div>
<div class="form-group">
<div>
<input type="password" class="form-control" placeholder="Password">
</div>
<div>
<input type="password" class="form-control" placeholder="Confirmation">
</div>
</div>
<div class="form-group">
<button type="submit" class="btn btn-block btn-info">Sign Up</button>
</div>
</form>
</div>
<div class="additional-links">
By signing up you agree to <a href="#">Terms of Use</a> and <a href="#">Privacy Policy</a>
</div>
</div>
</div>
</div>
</section>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment