Created
May 15, 2013 23:33
-
-
Save fedor/5588288 to your computer and use it in GitHub Desktop.
Pesonal page layout
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
/** | |
* Pesonal page layout | |
*/ | |
background: #f06; | |
background: linear-gradient(45deg, #f06, yellow); | |
min-height: 100%; |
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>fedor korshunov page</title> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<link href="http://twitter.github.com/bootstrap/assets/css/bootstrap.css" rel="stylesheet" media="screen"> | |
</head> | |
<body> | |
<div class="navbar navbar-fixed-top"> | |
<div class="navbar-inner"> | |
<div class="container-fluid"> | |
<a class="brand" href="#main">страничка Федора</a> | |
<div class="nav-collapse"> | |
<ul class="nav"> | |
<li><a href="/blog/">blog</a></li> | |
<li><a href="/pages/page_name">page title</a></li> | |
</ul> | |
</div> | |
</div> | |
</div> | |
</div> | |
<div class="container-fluid"> | |
<div class="row-fluid"> | |
<div class="span4 offset1"> | |
<h3>Post title</h3> | |
post content | |
</div><!--/span--> | |
</div> | |
<hr> | |
<footer><p>© Company 2012</p></footer> | |
</div> | |
<script src="http://code.jquery.com/jquery.min.js"></script> | |
<script src="http://twitter.github.com/bootstrap/assets/js/bootstrap.min.js"></script> | |
</body> | |
</html> |
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
// alert('Hello world!'); |
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
{"view":"separate","fontsize":"80","seethrough":"","prefixfree":"1","page":"javascript"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment