Skip to content

Instantly share code, notes, and snippets.

@G3zz
Last active August 29, 2015 14:06
Show Gist options
  • Save G3zz/3e18c7e2136218e7cf28 to your computer and use it in GitHub Desktop.
Save G3zz/3e18c7e2136218e7cf28 to your computer and use it in GitHub Desktop.
BootStrap : starter
<!DOCTYPE html>
<html>
<head>
<title>Geraint Ballinger | Cellist</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Bootstrap -->
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css">
<!-- Optional theme -->
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-theme.min.css">
<link type="text/css"; rel="stylesheet"; href="css\stylesheet.css" />
<link type="text/css"; rel="stylesheet"; href="css\font-awesome.css" />
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="../../assets/js/html5shiv.js"></script>
<script src="../../assets/js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div id="wrapper">
<div id="container">
<header>
<nav>
<ul>
<li class="News"><a href="News.html">News</a></li>
<li class="About"><a href="About.html">About</a></li>
<li class="Concerts"><a href="Concerts.html">Concerts</a></li>
<li class="Contact"><a href="Contact.html">Contact</a></li>
<li class="Blog"><a href="Blog.html">Blog</a></li>
</ul>
</nav>
</header>
<div id="main">
<div id="content"></div>
</div>
<footer>
<ul>
<li class="footer-icons"><a href="http://www.facebook.com/geraintb"><i class="fa fa-facebook fa-lg"></i></a></li>
<li class="footer-icons"><a href="http://www.twitter.com/gballinger"><i class="fa fa-twitter fa-lg"></i></a></li>
<li class="footer-icons"><a href="http://www.soundcloud.com/white-balance"><i class="fa fa-soundcloud fa-lg"></i></a></li>
</ul>
</footer>
</div>
</div>
<!-- Here is the model website : http://www.pocopeople.com.au/news -->
</body>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="http://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script>
<!-- Latest compiled and minified JavaScript -->
<script src="http://netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
<script src="app.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment