-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
100 lines (99 loc) · 5.48 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<!DOCTYPE html><!--[if lt IE 7]>
<html class="no-js lt-ie9 lt-ie8 lt-ie7"></html><![endif]--><!--[if IE 7]>
<html class="no-js lt-ie9 lt-ie8"></html><![endif]--><!--[if IE 8]>
<html class="no-js lt-ie9"></html><![endif]--><!--[if gt IE 8]>
<html class="no-js"></html><![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Миха-ха</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<!--Place favicon.ico and apple-touch-icon.png in the root directory-->
<link rel="stylesheet" href="../assets/css/normalize.css">
<!--bootstrap link-->
<link href="../assets/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="../assets/bootstrap/css/bootstrap-responsive.min.css" rel="stylesheet">
<!--=====================================================================================-->
<!--darkstrap-->
<link href="../assets/css/darkstrap.css" rel="stylesheet" type="text/css" media="all">
<!--=====================================================================================-->
<link href="../assets/css-social-buttons/css/zocial.stripped.css" rel="stylesheet" type="text/css" media="all">
<link rel="stylesheet" href="../assets/css/main.css">
<script src="../assets/js/vendor/modernizr-2.6.1.min.js"></script>
<!--prettify-->
<link href="../assets/prettify/prettify.css" rel="stylesheet" type="text/css">
<script src="../assets/prettify/prettify.js"></script>
<!--=====================================================================================-->
</head>
<body onload="prettyPrint()"><!--[if lt IE 7]>
<p class="chromeframe">You are using an outdated browser.<a href="http://browsehappy.com/"> Upgrade your browser today</a> or<a href="http://www.google.com/chromeframe/?redirect=true"> install Google Chrome Frame</a> to better experience this site.</p><![endif]-->
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<div class="container"><a data-toggle="collapse" data-target=".nav-collapse" class="btn btn-navbar"><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span></a><a href="/" class="brand">Миха-ха</a>
<div class="nav-collapse collapse">
<ul class="nav">
<li class="active"><a href="#">Категории</a></li>
<li><a href="#">Тэги</a></li>
<li><a href="#">Обо мне</a></li>
</ul>
<ul class="nav pull-right social visible-desktop">
<li class="divider-vertical"></li>
<li><a href="https://www.github.com/Miha-ha" target="_blank" class="zocial github icon"><span class="hidden-desktop">Github</span></a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="container">
<div class="sidebar">sidebar</div>
<div class="content">
<section class="post-list-item"><a href="posts/Второй_пост.html">
<h3>Второй пост</h3></a>
<div class="post-info clearfix">
<div style="float: left;" class="post-date">23 сентября 2012г.</div>
</div>
<p></p><a href="posts/Второй_пост.html" class="btn">Читать</a>
</section>
<section class="post-list-item"><a href="posts/Первый_пост.html">
<h3>Первый пост</h3></a>
<div class="post-info clearfix">
<div style="float: left;" class="post-date">23 сентября 2012г.</div>
<div style="float: right; margin-left: 5px;" class="label post-tag"><i class="icon-tag"></i>tag1
</div>
<div style="float: right; margin-left: 5px;" class="label post-tag"><i class="icon-tag"></i>tag2
</div>
</div>
<p> Раскрывая часть интриги я завладеваю вниманием читателя...</p><a href="posts/Первый_пост.html" class="btn">Читать</a>
</section>
<section class="post-list-item"><a href="posts/Третий_пост.html">
<h3>Третий пост</h3></a>
<div class="post-info clearfix">
<div style="float: left;" class="post-date">23 сентября 2012г.</div>
<div style="float: right; margin-left: 5px;" class="label post-tag"><i class="icon-tag"></i>tag2
</div>
<div style="float: right; margin-left: 5px;" class="label post-tag"><i class="icon-tag"></i>tag1
</div>
</div>
<p>Это первый абзац третьего поста</p><a href="posts/Третий_пост.html" class="btn">Читать</a>
</section>
</div>
<div class="container-buffer"></div>
</div>
<footer>
<hr>
<p>© Рубцов Михаил 2012</p>
</footer>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="/js/vendor/jquery-1.8.0.min.js"><\/script>')</script>
<script src="../assets/bootstrap/js/bootstrap.min.js"></script>
<script src="../assets/js/plugins.js"></script>
<script src="../assets/js/main.js"></script>
<!--Google Analytics: change UA-XXXXX-X to be your site's ID.-->
<script>
var _gaq=[['_setAccount','UA-34689415-1'],['_trackPageview']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));
</script>
</body>