-
Notifications
You must be signed in to change notification settings - Fork 0
/
blog-1.html
415 lines (383 loc) · 26.2 KB
/
blog-1.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
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
<!DOCTYPE html>
<html class="no-js " lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>STSC-CSE</title>
<meta name="description" content="The Computerist Web">
<meta name="keywords" content="HTML, CSS, JavaScript">
<meta name="author" content="Rahat Ahmed">
<!-- Site Icons -->
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon" />
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700,900" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Droid+Serif:400,400i,700,700i" rel="stylesheet">
<!-- Custom & Default Styles -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/carousel.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="wrapper">
<!-- BEGIN # MODAL LOGIN -->
<div class="modal fade" id="login-modal" tabindex="-1" role="dialog" aria-hidden="true" style="display: none;">
<div class="modal-dialog">
<div class="modal-content">
<!-- Begin # DIV Form -->
<div id="div-forms">
<form id="login-form">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span class="flaticon-add" aria-hidden="true"></span>
</button>
<div class="modal-body">
<input class="form-control" type="text" placeholder="What you are looking for?" required>
</div>
</form><!-- End # Login Form -->
</div><!-- End # DIV Form -->
</div>
</div>
</div>
<!-- END # MODAL LOGIN -->
<header class="header">
<div class="topbar clearfix">
<div class="container">
<div class="row-fluid">
<div class="col-md-6 col-sm-6 text-left">
<p>
<strong><i class="fa fa-phone"></i></strong> +8801745767476
<strong><i class="fa fa-envelope"></i></strong> <a href="mailto:#">edu@stsccse.com</a>
</p>
</div><!-- end left -->
<div class="col-md-6 col-sm-6 hidden-xs text-right">
<div class="social">
<a class="facebook" href="#" data-tooltip="tooltip" data-placement="bottom" title="Facebook"><i class="fa fa-facebook"></i></a>
<a class="twitter" href="#" data-tooltip="tooltip" data-placement="bottom" title="Twitter"><i class="fa fa-twitter"></i></a>
<a class="google" href="#" data-tooltip="tooltip" data-placement="bottom" title="Google Plus"><i class="fa fa-google-plus"></i></a>
<a class="linkedin" href="#" data-tooltip="tooltip" data-placement="bottom" title="Linkedin"><i class="fa fa-linkedin"></i></a>
<a class="pinterest" href="#" data-tooltip="tooltip" data-placement="bottom" title="Pinterest"><i class="fa fa-pinterest"></i></a>
</div><!-- end social -->
</div><!-- end left -->
</div><!-- end row -->
</div><!-- end container -->
</div><!-- end topbar -->
<div class="container">
<nav class="navbar navbar-default yamm">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="logo-normal">
<a class="navbar-brand" href="index.html" style="color: #fff;">TSC-CSE-Logo<!-- <img src="images/logo.png" alt=""> --></a>
</div>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html">Home</a></li>
<li class="dropdown yamm-fw yamm-half"><a href="students.html">Student</a> </li>
<li><a href="events.html">Events</a></li>
<li class="dropdown hassubmenu">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Shop <span class="fa fa-angle-down"></span></a>
<ul class="dropdown-menu" role="menu">
<li><a href="shop.html">Shop Layout</a></li>
<li><a href="shop-single.html">Shop Single</a></li>
</ul>
</li>
<li class="dropdown hassubmenu">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Blog <span class="fa fa-angle-down"></span></a>
<ul class="dropdown-menu" role="menu">
<li><a href="blog.html">Blog Right Sidebar</a></li>
<li><a href="blog-1.html">Blog Left Sidebar</a></li>
<li><a href="blog-2.html">Blog Grid Sidebar</a></li>
<li><a href="blog-3.html">Blog Grid Fullwidth</a></li>
<li><a href="blog-single.html">Blog Single</a></li>
</ul>
</li>
<li><a href="page-contact.html">Contact</a></li>
<li class="iconitem"><a href="#" data-toggle="modal" data-target="#login-modal"><i class="fa fa-search"></i></a></li>
<li class="iconitem"><a class="shopicon" href="shop-cart.html"><i class="fa fa-shopping-basket"></i> (0)</a></li>
</ul>
</div>
</nav><!-- end navbar -->
</div><!-- end container -->
</header>
<!-- End here header section -->
<section class="section db p120">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="tagline-message page-title text-center">
<h3>Blog & News</h3>
<ul class="breadcrumb">
<li><a href="javascript:void(0)">TSC-CSE</a></li>
<li class="active">Blog</li>
</ul>
</div>
</div><!-- end col -->
</div><!-- end row -->
</div><!-- end container -->
</section><!-- end section -->
<section class="section gb nopadtop">
<div class="container">
<div class="boxed">
<div class="row">
<div class="sidebar col-md-4">
<div class="widget clearfix">
<div class="banner-widget">
<img src="upload/banner.jpeg" alt="" class="img-responsive img-rounded">
</div>
</div>
<div class="widget clearfix">
<h3 class="widget-title">Popular Posts</h3>
<div class="post-widget">
<div class="media">
<img src="upload/blog_small_01.jpg" alt="" class="img-responsive alignleft img-rounded">
<div class="media-body">
<h5 class="mt-0"><a href="blog-single.html">Learning English Like a Pro..</a></h5>
<div class="blog-meta">
<ul class="list-inline">
<li>4 days ago</li>
<li><span>by</span> <a href="#">TSC-CSE Team</a></li>
</ul>
</div><!-- end blog-meta -->
</div>
</div>
<div class="media">
<img src="upload/blog_small_02.jpg" alt="" class="img-responsive alignleft img-rounded">
<div class="media-body">
<h5 class="mt-0"><a href="blog-single.html">How to create a beautiful website with Bootstrap</a></h5>
<div class="blog-meta">
<ul class="list-inline">
<li>5 days ago</li>
<li><span>by</span> <a href="#">Boby DOE</a></li>
</ul>
</div><!-- end blog-meta -->
</div>
</div>
<div class="media">
<img src="upload/blog_small_03.jpg" alt="" class="img-responsive alignleft img-rounded">
<div class="media-body">
<h5 class="mt-0"><a href="blog-single.html">Don't forget to update your Google web master tools</a></h5>
<div class="blog-meta">
<ul class="list-inline">
<li>6 days ago</li>
<li><span>by</span> <a href="#">Martin</a></li>
</ul>
</div><!-- end blog-meta -->
</div>
</div>
</div><!-- end post-widget -->
</div><!-- end widget -->
<div class="widget clearfix">
<h3 class="widget-title">Subscribe Our Newsletter</h3>
<div class="newsletter-widget">
<p>You can opt out of our newsletters at any time. See our <a href="#">privacy policy</a>.</p>
<form class="form-inline" role="search">
<div class="form-1">
<input type="text" class="form-control" placeholder="Enter email here..">
<button type="submit" class="btn btn-primary"><i class="fa fa-paper-plane-o"></i></button>
</div>
</form>
</div><!-- end newsletter -->
</div><!-- end widget -->
<div class="widget clearfix">
<h3 class="widget-title">Popular Tags</h3>
<div class="tags-widget">
<ul class="list-inline">
<li><a href="#">course</a></li>
<li><a href="#">web design</a></li>
<li><a href="#">development</a></li>
<li><a href="#">language</a></li>
<li><a href="#">teacher</a></li>
<li><a href="#">speaking</a></li>
<li><a href="#">material</a></li>
<li><a href="#">css3</a></li>
<li><a href="#">html</a></li>
<li><a href="#">learning</a></li>
</ul>
</div><!-- end list-widget -->
</div><!-- end widget -->
</div><!-- end sidebar -->
<div class="col-md-8">
<div class="content blog-list">
<div class="blog-wrapper clearfix">
<div class="blog-meta">
<small><a href="#">Tips & Tricks</a></small>
<h3><a href="blog-single.html" title="">How to Hire Icon Designer for Your Next Project</a></h3>
<ul class="list-inline">
<li>6 hours ago</li>
<li><span>written by</span> <a href="#">TSC-CSE Team</a></li>
</ul>
</div><!-- end blog-meta -->
<div class="blog-media">
<a href="blog-single.html" title=""><img src="upload/blog_01.jpg" alt="" class="img-responsive img-rounded"></a>
</div><!-- end media -->
<div class="blog-desc-big">
<p class="lead">You can get all the icon versions by checking out our standard license that come with every free icons..</p>
<p>Integer eu urna sit amet dolor fringilla vulputate. Sed diam nunc, pellentesque sed lobortis non, tincidunt et sem. Sed sollicitudin elementum mi eget lobortis. Aliquam molestie rhoncus nisl, vitae molestie leo imperdiet ac. Aliquam diam est, aliquam vitae tristique nec, pretium a libero. Vivamus tempor sed turpis sit amet malesuada.</p>
<a href="blog-single.html" class="btn btn-primary">Read More</a>
</div><!-- end desc -->
</div><!-- end blog -->
</div><!-- end content -->
<div class="content blog-list">
<div class="blog-wrapper clearfix">
<div class="blog-meta">
<small><a href="#">Tips & Tricks</a></small>
<h3><a href="blog-single.html" title="">How to choose best color schemes for your web projects</a></h3>
<ul class="list-inline">
<li>2 days ago</li>
<li><span>written by</span> <a href="#">TSC-CSE Team</a></li>
</ul>
</div><!-- end blog-meta -->
<div class="blog-media">
<a href="blog-single.html" title=""><img src="upload/blog_02.jpg" alt="" class="img-responsive img-rounded"></a>
</div><!-- end media -->
<div class="blog-desc-big">
<p class="lead">If you don't know how to choose best color combinations for your web or graphic designs projects, right place here..</p>
<p> Curabitur ut eros orci. Mauris non egestas sem. Fusce mattis tortor sit amet blandit sodales. Nam finibus faucibus ante ut pulvinar. Pellentesque vitae sagittis dolor. Mauris auctor risus eu eros ornare, in pellentesque purus elementum. Etiam efficitur tempor justo. Nullam vel ante sapien.</p>
<a href="blog-single.html" class="btn btn-primary">Read More</a>
</div><!-- end desc -->
</div><!-- end blog -->
</div><!-- end content -->
<div class="content blog-list">
<div class="blog-wrapper clearfix">
<div class="blog-meta">
<small><a href="#">Tips & Tricks</a></small>
<h3><a href="blog-single.html" title="">Learn more about beautiful furniture web design combinations</a></h3>
<ul class="list-inline">
<li>4 days ago</li>
<li><span>written by</span> <a href="#">TSC-CSE Team</a></li>
</ul>
</div><!-- end blog-meta -->
<div class="blog-media">
<a href="blog-single.html" title=""><img src="upload/blog_03.jpg" alt="" class="img-responsive img-rounded"></a>
</div><!-- end media -->
<div class="blog-desc-big">
<p class="lead">Today we will teach you how to find professional materials for your furniture website design.</p>
<p> Curabitur ut eros orci. Mauris non egestas sem. Fusce mattis tortor sit amet blandit sodales. Nam finibus faucibus ante ut pulvinar. Pellentesque vitae sagittis dolor. Mauris auctor risus eu eros ornare, in pellentesque purus elementum. Etiam efficitur tempor justo. Nullam vel ante sapien.</p>
<a href="blog-single.html" class="btn btn-primary">Read More</a>
</div><!-- end desc -->
</div><!-- end blog -->
</div><!-- end content -->
<div class="content blog-list">
<div class="blog-wrapper clearfix">
<div class="blog-meta">
<small><a href="#">Tips & Tricks</a></small>
<h3><a href="blog-single.html" title="">Don't know where to start? Be relax, we are here to showcase you custom colors.</a></h3>
<ul class="list-inline">
<li>4 days ago</li>
<li><span>written by</span> <a href="#">TSC-CSE Team</a></li>
</ul>
</div><!-- end blog-meta -->
<div class="blog-media">
<a href="blog-single.html" title=""><img src="upload/blog_04.jpg" alt="" class="img-responsive img-rounded"></a>
</div><!-- end media -->
<div class="blog-desc-big">
<p class="lead">Colors are very important for web design. Read this article to build your own combinations..</p>
<p> Curabitur ut eros orci. Mauris non egestas sem. Fusce mattis tortor sit amet blandit sodales. Nam finibus faucibus ante ut pulvinar. Pellentesque vitae sagittis dolor. Mauris auctor risus eu eros ornare, in pellentesque purus elementum. Etiam efficitur tempor justo. Nullam vel ante sapien.</p>
<a href="blog-single.html" class="btn btn-primary">Read More</a>
</div><!-- end desc -->
</div><!-- end blog -->
</div><!-- end content -->
<div class="row">
<div class="col-md-12">
<ul class="pagination">
<li class="disabled"><a href="javascript:void(0)">«</a></li>
<li class="active"><a href="javascript:void(0)">1</a></li>
<li><a href="javascript:void(0)">2</a></li>
<li><a href="javascript:void(0)">3</a></li>
<li><a href="javascript:void(0)">...</a></li>
<li><a href="javascript:void(0)">»</a></li>
</ul>
</div><!-- end col -->
</div><!-- end row -->
</div><!-- end col -->
</div><!-- end row -->
</div><!-- end boxed -->
</div><!-- end container -->
</section>
<footer class="section footer noover">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-4">
<div class="widget clearfix">
<h3 class="widget-title">Subscribe Our Newsletter</h3>
<div class="newsletter-widget">
<p>You can opt out of our newsletters at any time.<br> See our <a href="#">privacy policy</a>.</p>
<form class="form-inline" role="search">
<div class="form-1">
<input type="text" class="form-control" placeholder="Enter email here..">
<button type="submit" class="btn btn-primary"><i class="fa fa-paper-plane-o"></i></button>
</div>
</form>
<img src="images/payments.png" alt="" class="img-responsive">
</div><!-- end newsletter -->
</div><!-- end widget -->
</div><!-- end col -->
<div class="col-lg-3 col-md-3">
<div class="widget clearfix">
<h3 class="widget-title">Join us today</h3>
<p>Would you like to earn your profits by joining our team? Join us without losing time.</p>
<a href="#" class="readmore">Became a Teacher</a>
</div><!-- end widget -->
</div><!-- end col -->
<div class="col-lg-3 col-md-3">
<div class="widget clearfix">
<h3 class="widget-title">Popular Tags</h3>
<div class="tags-widget">
<ul class="list-inline">
<li><a href="#">course</a></li>
<li><a href="#">web design</a></li>
<li><a href="#">development</a></li>
<li><a href="#">language</a></li>
<li><a href="#">teacher</a></li>
<li><a href="#">speaking</a></li>
<li><a href="#">material</a></li>
<li><a href="#">css3</a></li>
<li><a href="#">html</a></li>
<li><a href="#">learning</a></li>
</ul>
</div><!-- end list-widget -->
</div><!-- end widget -->
</div><!-- end col -->
<div class="col-lg-2 col-md-2">
<div class="widget clearfix">
<h3 class="widget-title">Support</h3>
<div class="list-widget">
<ul>
<li><a href="#">Terms of Use</a></li>
<li><a href="#">Copyrights</a></li>
<li><a href="#">Create a Ticket</a></li>
<li><a href="#">Pricing & Plans</a></li>
<li><a href="#">Carrier</a></li>
<li><a href="#">Trademark</a></li>
</ul>
</div><!-- end list-widget -->
</div><!-- end widget -->
</div><!-- end col -->
</div><!-- end row -->
</div><!-- end container -->
</footer><!-- end footer -->
<div class="copyrights">
<div class="container">
<div class="clearfix">
<ul class="list-inline">
<li class="designed">Designed By : Rahat Ahmed | Student of STSC-CSE</li>
</ul>
</div>
</div><!-- end container -->
</div><!-- end copy -->
</div><!-- end wrapper -->
<!-- jQuery Files -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/animate.js"></script>
<script src="js/custom.js"></script>
</body>
</html>