Skip to content

Instantly share code, notes, and snippets.

@dannyvassallo
Created November 2, 2015 19:39
Show Gist options
  • Save dannyvassallo/231f20fa51248ae04ef4 to your computer and use it in GitHub Desktop.
Save dannyvassallo/231f20fa51248ae04ef4 to your computer and use it in GitHub Desktop.
Dreamweaver Bootstrap Boilerplate
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Jess's Bootstrap Dreamweaver Boiler</title>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" integrity="sha512-dTfge/zgoMYpP7QbHy4gWMEGsbsdZeCXz7irItjcC3sPUFtf0kuFbDz/ixG7ArTxmDjLXDmezHubeNikyKGVyQ==" crossorigin="anonymous">
</head>
<body>
<!--*************************** -->
<!--- BEGIN CONTENT -->
<!--*************************** -->
<div class="container">
<div class="row">
<div class="col-lg-3 col-lg-offset-3 col-md-3 col-md-offset-3 col-sm-3 col-sm-offset-3 col-xs-3 col-xs-offset-3">
<a href="#">
<img class="img-responsive nav-link" src="https://placehold.it/640/640">
</a>
</div>
<div class="col-lg-3 col-md-3 col-sm-3 col-xs-3">
<a href="#">
<img class="img-responsive nav-link" src="https://placehold.it/640/640">
</a>
</div>
</div>
<div class="row">
<div class="col-lg-3 col-lg-offset-3 col-md-3 col-md-offset-3 col-sm-3 col-sm-offset-3 col-xs-3 col-xs-offset-3">
<a href="#">
<img class="img-responsive nav-link" src="https://placehold.it/640/640">
</a>
</div>
<div class="col-lg-3 col-md-3 col-sm-3 col-xs-3">
<a href="#">
<img class="img-responsive nav-link" src="https://placehold.it/640/640">
</a>
</div>
</div>
<div class="row">
<div class="col-lg-3 col-lg-offset-3 col-md-3 col-md-offset-3 col-sm-3 col-sm-offset-3 col-xs-3 col-xs-offset-3">
<a href="#">
<img class="img-responsive nav-link" src="https://placehold.it/640/640">
</a>
</div>
<div class="col-lg-3 col-md-3 col-sm-3 col-xs-3">
<a href="#">
<img class="img-responsive nav-link" src="https://placehold.it/640/640">
</a>
</div>
</div>
</div>
<!--*************************** -->
<!--- END CONTENT -->
<!--*************************** -->
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js" integrity="sha512-K1qjQ+NcF2TYO/eI3M6v8EiNYZfA95pQumfvcVrTHtwQVDG+aHRqLi/ETn2uB+1JqwYqVG3LIvdm9lj6imS/pQ==" crossorigin="anonymous"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment