-
Notifications
You must be signed in to change notification settings - Fork 3
/
blog-post.html
304 lines (292 loc) · 13.3 KB
/
blog-post.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
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
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
<html oncontextmenu="return false">
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>SOHAG MIA</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Template Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Poppins:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i"
rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700" rel="stylesheet">
<!-- Template CSS Files -->
<link type="text/css" media="all" href="css/bootstrap.min.css" rel="stylesheet">
<link type="text/css" media="all" href="css/font-awesome.min.css" rel="stylesheet">
<link type="text/css" media="all" href="css/style.css" rel="stylesheet">
<link type="text/css" media="all" href="css/skins/yellow.css" rel="stylesheet">
<!-- Live Style Switcher - demo only -->
<link rel="alternate stylesheet" type="text/css" title="blue" href="css/skins/blue.css" />
<link rel="alternate stylesheet" type="text/css" title="goldenrod" href="css/skins/goldrenrod.css" />
<link rel="alternate stylesheet" type="text/css" title="green" href="css/skins/green.css" />
<link rel="alternate stylesheet" type="text/css" title="magenta" href="css/skins/magenta.css" />
<link rel="alternate stylesheet" type="text/css" title="orange" href="css/skins/orange.css" />
<link rel="alternate stylesheet" type="text/css" title="red" href="css/skins/red.css" />
<link rel="alternate stylesheet" type="text/css" title="yellow" href="css/skins/yellow.css" />
<link rel="alternate stylesheet" type="text/css" title="yellowgreen" href="css/skins/yellowgreen.css" />
<link rel="stylesheet" type="text/css" href="css/styleswitcher.css" />
<!-- Template JS Files -->
<script src="js/modernizr.js"></script>
<!-- Favicon Start -->
<link rel="icon" href="img/favicon.png" />
<link rel="shortcut icon" href="img/favicon.png" />
<!-- Favicon End-->
</head>
<body class="dark blog">
<div class="page">
<!-- Live Style Switcher Starts - demo only -->
<div id="switcher" class="">
<div class="content-switcher">
<h4>STYLE SWITCHER</h4>
<ul>
<li>
<a href="#" onclick="setActiveStyleSheet('blue');" title="blue" class="color"><img
src="img/styleswitcher/blue.png" alt="blue" /></a>
</li>
<li>
<a href="#" onclick="setActiveStyleSheet('red');" title="red" class="color"><img
src="img/styleswitcher/red.png" alt="red" /></a>
</li>
<li>
<a href="#" onclick="setActiveStyleSheet('goldenrod');" title="goldenrod" class="color"><img
src="img/styleswitcher/goldenrod.png" alt="goldenrod" /></a>
</li>
<li>
<a href="#" onclick="setActiveStyleSheet('magenta');" title="magenta" class="color"><img
src="img/styleswitcher/magenta.png" alt="magenta" /></a>
</li>
<li>
<a href="#" onclick="setActiveStyleSheet('yellowgreen');" title="yellowgreen" class="color"><img
src="img/styleswitcher/yellowgreen.png" alt="yellowgreen" /></a>
</li>
<li>
<a href="#" onclick="setActiveStyleSheet('orange');" title="orange" class="color"><img
src="img/styleswitcher/orange.png" alt="orange" /></a>
</li>
<li>
<a href="#" onclick="setActiveStyleSheet('green');" title="green" class="color"><img
src="img/styleswitcher/green.png" alt="green" /></a>
</li>
<li>
<a href="#" onclick="setActiveStyleSheet('yellow');" title="yellow" class="color"><img
src="img/styleswitcher/yellow.png" alt="yellow" /></a>
</li>
</ul>
<h4>BODY SKIN</h4>
<label>
<input class="dark_switch" type="radio" name="color_style" id="is_light" value="light"
checked="checked" /> Light</label>
<label>
<input class="dark_switch" type="radio" name="color_style" id="is_dark" value="dark" /> Dark</label>
<br>
<a href="#" class="waves-effect waves-light btn font-weight-700 purchase hoverable"><i
class="fa fa-shopping-cart"></i> Purchase</a>
<div id="hideSwitcher">×</div>
</div>
</div>
<div id="showSwitcher" class="styleSecondColor"><i class="fa fa-cog fa-spin"></i></div>
<!-- Live Style Switcher Ends - demo only -->
<!-- Wrapper Starts -->
<div class="wrapper">
<div class="container-fluid page-title post-title">
<div class="content-banner">
<h2 class="text-center">
<span>how to be a successful freelancer</span>
</h2>
<div class="meta">
<span><i class="fa fa-user"></i> <a href="#">admin</a></span>
<span class="date"><i class="fa fa-calendar"></i> 9 January 2017</span>
<span><i class="fa fa-commenting"></i> <a href="blog-post.html">18</a></span>
<span><i class="fa fa-tags"></i> js, php, html</span>
<span class="permalink"><i class="fa fa-link"></i> <a href="blog-post.html">permalink</a></span>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="content">
<!-- Article Starts -->
<article>
<!-- Excerpt Starts -->
<div class="blog-excerpt">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor
incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud
exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute
irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia
deserunt mollit anim id est laborum.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor
incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud
exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute
irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia
deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur
adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip
ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit
esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor
incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud
exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute
irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia
deserunt mollit anim id est laborum.Lorem ipsum dolor sit amet, consectetur
adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip
ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit
esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<!-- Meta Starts -->
<div class="meta meta-post-content">
<span><i class="fa fa-user"></i> <a href="#">admin</a></span>
<span class="date"><i class="fa fa-calendar"></i> 9 January 2017</span>
<span><i class="fa fa-commenting"></i> <a href="blog-post.html">18</a></span>
<span><i class="fa fa-tags"></i> js, php, html</span>
<span class="permalink"><i class="fa fa-link"></i> <a
href="blog-post.html">permalink</a></span>
</div>
<!-- Meta Ends -->
</div>
<!-- Excerpt Ends -->
<!-- Comments Starts -->
<div class="comments">
<h3 class="comments-heading uppercase">3 Comments</h3>
<ul class="comments-list">
<li>
<!-- Comment Starts -->
<div class="comment">
<img class="comment-avatar pull-left" alt="" src="img/blog/user1.jpg">
<div class="comment-body">
<div class="meta-data">
<span class="comment-author">Dalel Boubaker</span>
<span class="comment-date pull-right">January 17, 2017</span>
</div>
<div class="comment-content">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut
enim ad minim veniam, quis nostrud exercitation ullamco laboris
nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor
in reprehen.</p>
</div>
<div>
<a class="comment-reply" href="#">Reply</a>
</div>
</div>
</div>
<!-- Comment Ends -->
<ul class="comments-reply">
<li>
<!-- Comment Starts -->
<div class="comment">
<img class="comment-avatar pull-left" alt=""
src="img/blog/user2.jpg">
<div class="comment-body">
<div class="meta-data">
<span class="comment-author">Lina Marzouki</span>
<span class="comment-date pull-right">January 17,
2017</span>
</div>
<div class="comment-content">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit,
sed do eiusmod tempor incididunt ut labore et dolore
magna aliqua. Ut enim ad minim veniam, quis nostrud
exercitation ullamco laboris nisi ut aliquip ex ea
commodo consequat. Duis aute irure dolor in reprehen.
</p>
</div>
<div>
<a class="comment-reply" href="#">Reply</a>
</div>
</div>
</div>
<!-- Comment Ends -->
</li>
</ul>
<!-- Comment Starts -->
<div class="comment last">
<img class="comment-avatar pull-left" alt="" src="img/blog/user3.jpg">
<div class="comment-body">
<div class="meta-data">
<span class="comment-author">Slim Hamdi</span>
<span class="comment-date pull-right">January 17, 2017</span>
</div>
<div class="comment-content">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut
enim ad minim veniam, quis nostrud exercitation ullamco laboris
nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor
in reprehen.</p>
</div>
<div>
<a class="comment-reply" href="#">Reply</a>
</div>
</div>
</div>
<!-- Comment Ends -->
</li>
</ul>
<h3 class="comments-heading uppercase add-comment">Add a comment</h3>
<!-- Comments Form Starts -->
<div class="comments-form">
<form role="form">
<!-- Name Field Starts -->
<div class="form-group col-12">
<i class="fa fa-user prefix"></i>
<input id="name" name="name" type="text" class="form-control"
placeholder="YOUR NAME" required>
</div>
<!-- Name Field Ends -->
<!-- Email Field Starts -->
<div class="form-group col-12">
<i class="fa fa-envelope prefix"></i>
<input id="email" name="email" type="text" class="form-control"
placeholder="YOUR EMAIL" required>
</div>
<!-- Email Field Ends -->
<!-- Comment Textarea Starts -->
<div class="form-group col-xl-12">
<i class="fa fa-comments prefix"></i>
<textarea id="comment" name="comment" class="form-control"
placeholder="YOUR COMMENT" required></textarea>
</div>
<!-- Comment Textarea Ends -->
<!-- Submit Form Button Starts -->
<div class="col s12 m12 l6 xl6 submit-form">
<button class="btn button-animated" type="submit" name="send">
<span><i class="fa fa-comment"></i> Add comment</span>
</button>
</div>
<!-- Submit Form Button Ends -->
</form>
</div>
<!-- Comments Form Ends -->
</div>
</article>
<!-- Article Ends -->
</div>
</div>
</div>
</div>
</div>
<!-- Wrapper Ends -->
<!-- Preloader Starts -->
<div class="preloader">
<div class="preloader-container">
<h1>SOHAG MIA</h1>
<div id="progress-line-container">
<div class="progress-line"></div>
</div>
<h1>KNOWN AS SOHAG360</h1>
</div>
</div>
<!-- Preloader Ends -->
<!-- Template JS Files -->
<script src="js/jquery-2.2.4.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/transition.js"></script>
<!-- Live Style Switcher JS File - only demo -->
<script src="js/styleswitcher.js"></script>
<!-- Main JS Initialization File -->
<script src="js/custom.js"></script>
</body>
</html>