-
Notifications
You must be signed in to change notification settings - Fork 0
/
index(with sidebar).html
executable file
·110 lines (95 loc) · 3.74 KB
/
index(with sidebar).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
101
102
103
104
105
106
107
108
109
110
<!DOCTYPE html>
<html lang="en">
<head>
<title>Blogin | beautiful and Minimal Blog Template Designed & Coded by pixelhint.com</title>
<meta charset="utf-8">
<meta name="author" content="pixelhint.com">
<link rel="stylesheet" type="text/css" href="css/reset.css">
<link rel="stylesheet" type="text/css" href="css/main.css">
</head>
<body>
<header>
<div class="wrapper">
<a href="#"><img src="img/logo.png" class="h_logo" alt="Blogin" title=""></a>
<nav>
<ul class="main_nav">
<li class="current"><a href="#">Journal</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Work</a></li>
<li><a href="#">Contact</a></li>
</ul>
</nav>
</div>
</header><!-- Header End -->
<section class="main2 wrapper">
<section class="content">
<article>
<div class="article_image">
<a href="#">
<img src="img/pic4.jpg" alt="" title="">
</a>
</div>
<div class="post">
<h1 class="title">
<a href="#">Duis aute irure dolor in henderit in voluptate.</a>
</h1>
<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commo doconsequat, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur...</p>
<a class="read_more" href="#">Continue Reading <i class="read_more_arrow"></i> </a>
</div>
</article>
<article>
<div class="article_image">
<a href="#">
<img src="img/pic5.jpg" alt="" title="">
</a>
</div>
<div class="post">
<h1 class="title">
<a href="#">Duis aute irure dolor in henderit in voluptate.</a>
</h1>
<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commo doconsequat, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur...</p>
<a class="read_more" href="#">Continue Reading <i class="read_more_arrow"></i> </a>
</div>
</article>
</section><!-- Content End -->
<aside class="sidebar">
<section class="widget">
<h3 class="widget-title">About Blogin.</h3>
<div class="textwidget">
<p>Duis aute irure dolor in rhenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. </p>
<p>Excepteur sint occaecat sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</div>
</section>
<section class="widget">
<h3 class="widget-title">Search.</h3>
<form class="search_widget">
<input type="text" id="search-field" class="search-field" placeholder="What are you looking for?"/>
</form>
</section>
<section class="widget">
<a href="#">
<img src="img/ads.jpg" alt="" title="">
</a>
</section>
</aside><!-- aside(sidebar) End -->
<nav class="pagination">
<a href="#" class="previous"><i></i>Previous</a>
<a href="#" class="next">Next<i></i></a>
</nav><!-- pagination End -->
</section><!-- Main2 End -->
<footer>
<div class="wrapper">
<img class="logo_footer" src="img/logo_footer.png" alt="Blogin" title="">
<p class="rights">© 2014 Blogin.com - All Rights Reserved - Find more free Templates at <a href="http://Pixelhint.com" target="_blink">Pixelhint.com</a> </p>
<ul class="social_profiles">
<li class="f"><a href="http://facebook.com/pixelhint" target="_blink"></a></li>
<li class="t"><a href="http://twitter.com/pixelhint" target="_blink"></a></li>
<li class="be"><a href="http://behance.net/pixelhint" target="_blink"></a></li>
<li class="d"><a href="http://dribbble.com/pixelhint" target="_blink"></a></li>
</ul>
</div>
</footer><!-- Footer End -->
</body>
</html>