Last active
August 29, 2015 14:27
-
-
Save tolkadot/9eee261eee9c18d148b1 to your computer and use it in GitHub Desktop.
tolkadot website
This file contains hidden or 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
<nav class="navbar navbar-default"> | |
<div class="container-fluid"> | |
<div class="navbar-header"> | |
<a class="navbar-brand" href="#">tolka dot</a> | |
</div> | |
<div> | |
<ul class="nav navbar-nav navbar-right"> | |
<li><a href="#">home</a></li> | |
<li><a href="#">about</a></li> | |
<li><a href="#">portfolio</a></li> | |
<li><a href="#">contact</a></li> | |
</ul> | |
</div> | |
</div> | |
</nav> | |
<div></div> | |
<h1 class=> tolka dot web design </h1> | |
<h3> clean useable websites </h3> |
This file contains hidden or 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
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script> |
This file contains hidden or 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
<a class="navbar-brand" href="#">home</a> | |
<a class="navbar-brand" href="#">about</a> | |
<a class="navbar-brand" href="#">portfolio</a> |
This file contains hidden or 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
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" rel="stylesheet" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment