forked from patkhai/Personal-Portfolio
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsingle-blog.html
More file actions
280 lines (246 loc) · 15.1 KB
/
single-blog.html
File metadata and controls
280 lines (246 loc) · 15.1 KB
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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<title>OAK - HTML Theme</title>
<meta name="description" content="">
<meta name="msapplication-tap-highlight" content="yes" />
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1, minimum-scale=1.0, maximum-scale=1.0" />
<!-- Google Web Font -->
<link href='http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Lekton:400,700,400italic' rel='stylesheet' type='text/css'>
<!-- Bootstrap 3-->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- OWL Carousel -->
<link rel="stylesheet" href="css/owl.carousel.css">
<link rel="stylesheet" href="css/owl.theme.css">
<!-- Slider -->
<link rel="stylesheet" href="css/jquery.kenburnsy.css">
<!-- Animate -->
<link rel="stylesheet" href="css/animate.css">
<!-- Web Icons Font -->
<link rel="stylesheet" href="css/pe-icon-7-stroke.css">
<link rel="stylesheet" href="css/iconmoon.css">
<link rel="stylesheet" href="css/et-line.css">
<link rel="stylesheet" href="css/ionicons.css">
<!-- Magnific PopUp -->
<link rel="stylesheet" href="css/magnific-popup.css">
<!-- Tabs -->
<link rel="stylesheet" type="text/css" href="css/tabs.css" />
<link rel="stylesheet" type="text/css" href="css/tabstyles.css" />
<!-- Loader Style -->
<link rel="stylesheet" href="css/loader-1.css">
<!-- Costum Styles -->
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/responsive.css">
<!-- Favicon -->
<link rel="icon" type="image/ico" href="favicon.ico">
<!-- Modernizer & Respond js -->
<script src="js/vendor/modernizr-2.8.3-respond-1.4.2.min.js"></script>
</head>
<body>
<!-- Preloader -->
<div class="cover"></div>
<div class="header">
<div class="container">
<div class="logo">
<a href="index.html">
<img src="img/logo.png" alt="Logo">
</a>
</div>
<!-- Menu Hamburger (Default) -->
<button class="main-menu-indicator" id="open-button">
<span class="line"></span>
</button>
<div class="menu-wrap" style="background-image: url(img/nav_bg.jpg)">
<div class="menu-content">
<div class="navigation">
<span class="pe-7s-close close-menu" id="close-button"></span>
<div class="search-wrap js-ui-search">
<input class="js-ui-text" type="text" placeholder="Search Here...">
<span class="eks js-ui-close"></span>
</div>
</div>
<nav class="menu">
<div class="menu-list">
<ul>
<li class="menu-item-has-children"><a href="#">Home</a>
<ul class="sub-menu">
<li><a href="index.html">- Default</a></li>
<li><a href="index-architecture.html">- Architecture</a></li>
<li><a href="index-full-slider.html">- Slider Full Width</a></li>
</ul>
</li>
<li><a href="about.html">About</a></li>
<li class="menu-item-has-children"><a href="#">Portfolio</a>
<ul class="sub-menu">
<li><a href="portfolio-2column.html">-Portfolio 2 Column</a></li>
<li><a href="portfolio-3column.html">-Portfolio 3 Column</a></li>
<li><a href="portfolio-masonry.html">-Portfolio Masonry</a></li>
<li><a href="portfolio-dribbble.html">-Portfolio Dribbble</a></li>
</ul>
</li>
<li class="menu-item-has-children"><a href="#">Blog</a>
<ul class="sub-menu">
<li><a href="blog.html">Blog Default</a></li>
<li><a href="blog-timeline.html">Blog Timeline</a></li>
<li><a href="single-blog.html">Blog Single</a></li>
</ul>
</li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</nav>
<div class="hidden-xs">
<div class="menu-social-media">
<ul>
<li><a href="#"><i class="iconmoon-facebook"></i></a></li>
<li><a href="#"><i class="iconmoon-twitter"></i></a></li>
<li><a href="#"><i class="iconmoon-dribbble3"></i></a></li>
<li><a href="#"><i class="iconmoon-pinterest"></i></a></li>
<li><a href="#"><i class="iconmoon-linkedin2"></i></a></li>
</ul>
</div>
<div class="menu-information">
<ul>
<li><span>T:</span> 003 124 115</li>
<li><span>E:</span> info@mail.com</li>
</ul>
</div>
</div>
</div>
</div>
<!-- End of Menu Hamburger (Default) -->
</div>
</div>
<div class="container">
<div class="header-page ef-parallax-bg" style="background-image:url(img/blog-header.jpg)">
<div class="col-md-6 col-md-offset-6">
<div class="row">
<div class="inner-content">
<div class="header-content">
<h1>Single Blog</h1>
<hr>
<p>Everything created in simple way</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container margin-top">
<div class="single-blog-wrapper">
<div class="row">
<div class="col-md-9">
<h1>Pain of itself,but because and occasionally circumstances occur those who do not know how to pursue pleasure rationally encounter</h1>
</div>
</div>
<div class="blog-post">
<div class="blog-front-image">
<div class="row">
<div class="col-md-6 wow animated fadeInUp" data-wow-delay="0.10s">
<img src="img/blog/img_1.jpg" alt="Blog Image">
</div>
<div class="col-md-5 col-md-offset-1">
<div class="blog-front-content wow animated fadeInUp" data-wow-delay="0.20s">
<div class="blog-front-content-inner">
<span class="post-single-date">14 Jun - 2015</span>
<div class="share-buttons">
<span class="info-title">Share:</span>
<ul>
<li><a href="#"><i class="iconmoon-facebook"></i></a></li>
<li><a href="#"><i class="iconmoon-twitter"></i></a></li>
<li><a href="#"><i class="iconmoon-google-plus"></i></a></li>
<li><a href="#"><i class="iconmoon-pinterest"></i></a></li>
</ul>
</div>
<div class="blog-tags">
<span class="info-title">Tags:</span>
<ul>
<li><a href="#">clean</a></li>
<li><a href="#">modern</a></li>
<li><a href="#">beauty</a></li>
<li><a href="#">fashion</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="full-blog-content">
<p>Desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it.who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain advantage.
The master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there.</p>
<blockquote>Mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness.who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Expound the actual teachings of the great explorer of the truth, account of the system the master-builder of human happiness.</blockquote>
<p><b>Avoids pleasure itself, because it is pleasure,</b> but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some.
Totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia undertakes laborious physical exercise, except
Totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia. great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that extremely.</p>
</div>
</div>
</div>
</div>
</div>
<div class="footer margin-top">
<div class="container">
<div class="row">
<div class="col-md-2 col-sm-4 col-xs-12">
<div class="footer-inner">
<div class="footer-content">
<h4>O.A.K THEME</h4>
<address>
City 35 AM <br>
Street 1395 p.n <br>
your Country
</address>
</div>
</div>
</div>
<div class="col-md-2 col-md-push-8 col-sm-4 col-xs-12">
<div class="footer-inner">
<div class="footer-content">
<h4>CONTACT INFO</h4>
<p>
T:003 124 115 <br>
E:info@mail.com <br>
W:www.website.com
</p>
</div>
</div>
</div>
<div class="col-md-4 col-sm-4 col-xs-12">
<div class="footer-inner">
<div class="footer-content">
<ul class="social-media">
<li><a href="#"><i class="iconmoon-facebook"></i></a></li>
<li><a href="#"><i class="iconmoon-twitter"></i></a></li>
<li><a href="#"><i class="iconmoon-flickr2"></i></a></li>
<li><a href="#"><i class="iconmoon-dribbble3"></i></a></li>
<li><a href="#"><i class="iconmoon-pinterest"></i></a></li>
<li><a href="#"><i class="iconmoon-linkedin2"></i></a></li>
</ul>
<span class="copyright-mark">© 2015 OAK, ALL RIGHTS RESERVED</span>
</div>
</div>
</div>
</div>
</div>
</div>
<a href="javascript:void(0)" class="scroll-top" id="scroll-top"><i class="pe-7s-angle-up"></i></a>
<script src="js/vendor/jquery-1.11.2.min.js"></script>
<script data-pace-options='{ "ajax": false }' src="js/vendor/pace.min.js"></script>
<script src="js/vendor/bootstrap.min.js"></script>
<script src="js/vendor/classie.js"></script>
<script src="js/vendor/isotope.pkgd.min.js"></script>
<script src="js/vendor/jquery.velocity.min.js"></script>
<script src="js/vendor/jquery.kenburnsy.min.js"></script>
<script src="js/vendor/textslide.js"></script>
<script src="js/vendor/imagesloaded.pkgd.min.js"></script>
<script src="js/vendor/tabs.js"></script>
<script src="js/ef-slider.js"></script>
<script src="js/vendor/owl.carousel.min.js"></script>
<script src="js/vendor/jquery.magnific-popup.min.js"></script>
<script src="js/vendor/jquery.social-buttons.min.js"></script>
<script src="js/vendor/wow.min.js"></script>
<script src="js/main.js"></script>
<script src="js/ajax.js"></script>
</body>
</html>