Skip to content

Instantly share code, notes, and snippets.

@fedor
Created May 15, 2013 23:33
Show Gist options
  • Save fedor/5588288 to your computer and use it in GitHub Desktop.
Save fedor/5588288 to your computer and use it in GitHub Desktop.
Pesonal page layout
/**
* Pesonal page layout
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
<!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>
// alert('Hello world!');
{"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