forked from Team-Challengers/team-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog-list.html
320 lines (271 loc) · 12.6 KB
/
blog-list.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Blogs | Team Challengers</title>
<!-- Stylesheets -->
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
<link href="css/responsive.css" rel="stylesheet">
<link rel="shortcut icon" href="images/add/challengers.png" type="image/x-icon">
<link rel="icon" href="images/add/challengers.png" type="image/x-icon">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800,800i,900&display=swap" rel="stylesheet">
<!-- Responsive -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
</head>
<body>
<div class="page-wrapper">
<!-- Preloader -->
<div class="preloader"></div>
<!-- Main Header / Header Style Two-->
<header class="main-header header-style-two">
<!--Header-Upper-->
<div class="header-upper">
<div class="auto-container">
<div class="clearfix">
<div class="pull-left logo-box">
<div class="logo"><a href="index.html"><img src="images/add/logo.png" alt="" title=""></a></div>
</div>
<div class="nav-outer clearfix">
<!-- Main Menu -->
<nav class="main-menu navbar-expand-md">
<div class="navbar-header">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="navbar-collapse collapse clearfix" id="navbarSupportedContent">
<ul class="navigation clearfix">
<li><a href="index.html">Home</a>
</li>
<li class="dropdown"><a href="#">About Us</a>
<ul>
<li><a href="about.html">About Us</a></li>
<li><a href="team.html">Our Team</a></li>
<li><a href="alumni.html">Alumnis</a></li>
<li><a href="testimonial.html">Testimonial</a></li>
</ul>
</li>
<li><a href="achievements.html">Achievements</a></li>
<!--<li><a href="splits.html">Splits</a>-->
</li>
<li class="current"><a href="blog-list.html">Blogs</a>
</li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="sponsors.html">Sponsors</a></li>
<li><a href="contact.html">Contact us</a></li>
</ul>
</div>
</nav>
</div>
</div>
</div>
</div>
<!--End Header Upper-->
<!--Sticky Header-->
<div class="sticky-header">
<div class="auto-container clearfix">
<!--Logo-->
<div class="logo pull-left">
<a href="index.html" class="img-responsive"><img src="images/add/logo1.png" alt="" title=""></a>
</div>
<!--Right Col-->
<div class="right-col pull-right">
<!-- Main Menu -->
<nav class="main-menu navbar-expand-md">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent1" aria-controls="navbarSupportedContent1" aria-expanded="false" aria-label="Toggle navigation">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="navbar-collapse collapse clearfix" id="navbarSupportedContent1">
<ul class="navigation clearfix">
<li><a href="index.html">Home</a>
</li>
<li class="dropdown"><a href="#">About Us</a>
<ul>
<li><a href="about.html">About Us</a></li>
<li><a href="team.html">Our Team</a></li>
<li><a href="alumni.html">Alumnis</a></li>
<li><a href="testimonial.html">Testimonial</a></li>
</ul>
</li>
<li><a href="achievements.html">Achievements</a></li>
<!--<li><a href="splits.html">Splits</a>-->
</li>
<li class="current"><a href="blog-list.html">Blogs</a>
</li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="sponsors.html">Sponsors</a></li>
<li><a href="contact.html">Contact us</a></li>
</ul>
</div>
</nav><!-- Main Menu End-->
</div>
</div>
</div>
<!--End Sticky Header-->
</header>
<!--End Main Header -->
<!-- Sidebar Page Container -->
<div class="sidebar-page-container">
<div class="auto-container">
<div class="row clearfix">
<!--Content Side-->
<div class="content-side col-lg-8 col-md-12 col-sm-12">
<div class="blog-list">
<!-- News Block Two -->
<div class="news-block-two">
<div class="inner-box">
<div class="images">
<a href="blog.html"><img src="images/add/blogs/ws9.png" alt="" /></a>
</div>
<div class="lower-content">
<ul class="post-meta">
<li class="style-two"><span class="icon fa fa-calendar"></span>September, 2018</li>
</ul>
<h4><a href="blog.html">Workshop for the students of the batch 2018-19</a></h4>
<div class="text">We conducted a Aeromodelling worshop at our college for two days spanning from 9-09-18 to 10-09-18 for all the enthusiastic students who wanted to be introduced to the wondrous world of aeronautics. The worshop was divided into two different halves, mainly theoretical and practical for the students to experience both ends of the spectrum. A huge pool of knowledge was shared among everybody and it was a two-way learning street. The main objective was to channel all their enthusiasm and transform it into something which actually is of value in the real world.</div>
<a href="blog.html" class="theme-btn btn-style-one">View more</a>
</div>
</div>
</div>
<!-- News Block Two -->
<div class="news-block-two">
<div class="inner-box">
<div class="images">
<a href="blog2.html"><img src="images/add/blogs/ws11.png" alt="" /></a>
</div>
<div class="lower-content">
<ul class="post-meta">
<li><span class="icon fa fa-calendar"></span>May, 2019</li>
</ul>
<h4><a href="blog2.html">Spectrum</a></h4>
<div class="text">We conducted a Summer Camp at VIBGYOR Group of Schools which spanned over 7 days for children of the age group 6-12 years. The main objective was to introduce the budding minds to our area of specialization being aero modelling. They witnessed the wonders of flight, colour and creativity. </div>
<a href="blog2.html" class="theme-btn btn-style-one">View more</a>
</div>
</div>
</div>
</div>
</div>
<!--Sidebar Side-->
<div class="sidebar-side col-lg-4 col-md-12 col-sm-12">
<aside class="sidebar">
<!-- Popular Post Widget-->
<div class="sidebar-widget popular-posts">
<div class="sidebar-title">
<h4>Upcoming News</h4>
</div>
<article class="post">
<figure class="post-thumb"><img src="images/add/blogs/aerop.jpg" alt=""><a href="blog-single.html" class="overlay-box"><span class="icon fa fa-link"></span></a></figure>
<div class="text"><a href="https://www.instagram.com/aerophilia2019/" target="_blank">Aerophilia-National level aeromodelling event</a></div>
<div class="post-info"> 2020</div>
</article>
<!--
<article class="post">
<figure class="post-thumb"><img src="images/add/blogs/isro.jpg" alt=""><a href="blog-single.html" class="overlay-box"><span class="icon fa fa-link"></span></a></figure>
<div class="text"><a href="https://www.instagram.com/aerophilia2019/" target="_blank">ISRO hackathon at Sahyadri</a></div>
<div class="post-info">September 20-21, 2019</div>
</article>
-->
</div>
<!--Archive Widget-->
<div class="sidebar-widget sidebar-blog-category archive-widget">
<div class="sidebar-title">
<h4>Archives</h4>
</div>
<ul class="blog-cat">
<li><a href=""> 2018 <span>( )</span></a></li>
<li><a href=""> 2017 <span>( )</span></a></li>
<li><a href=""> 2016 <span>( )</span></a></li>
</ul>
</div>
</aside>
</div>
</div>
</div>
</div>
<!-- End Sidebar Page Container -->
<!--Main Footer-->
<footer class="main-footer style-three">
<div class="auto-container">
<!--Widgets Section-->
<div class="widgets-section">
<div class="row clearfix">
<!--Column-->
<div class="big-column col-lg-12 col-md-12 col-sm-12">
<div class="row clearfix">
<!--Footer Column-->
<div class="footer-column col-lg-7 col-md-6 col-sm-12">
<div class="footer-widget logo-widget">
<div class="logo">
<a href="index.html"><img src="images/add/logo.png" alt="" /></a>
</div>
<div class="text">We are ready to assist you all the time. We are glad to let you know about us.</div>
<ul class="list-style-one">
<li><span class="icon fa fa-envelope"></span> [email protected] </li>
<li><span class="icon fa fa-home"></span>Sahyadri campus, Adyar<br> 575007 Karnataka</li>
</ul>
</div>
</div>
<!--Footer Column-->
<div class="footer-column col-lg-5 col-md-6 col-sm-12">
<div class="footer-widget links-widget">
<h4>Links</h4>
<ul class="list-link">
<li><a href="index.html">Home</a></li>
<li><a href="achievements.html">Achievements</a></li>
<li><a href="about.html">About us</a></li>
<li><a href="testimonial.html">Testimonials</a></li>
<li><a href="splits.html">Projects</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Footer Bottom -->
<div class="footer-bottom">
<div class="auto-container">
<div class="inner-container">
<div class="row clearfix">
<!-- Copyright Column -->
<div class="copyright-column col-lg-6 col-md-6 col-sm-12">
<div class="copyright">2019 © All rights reserved by <a href="#">Challengers</a></div>
</div>
<!-- Social Column -->
<div class="social-column col-lg-6 col-md-6 col-sm-12">
<ul>
<li class="follow">Follow us: </li>
<li><a href="https://www.facebook.com/teamchallengers.sahyadri/" target="_blank"><span class="fa fa-facebook-square"></span></a></li>
<li><a href="https://instagram.com/challengers.sahyadri?igshid=1x0o0longz5cr" target="_blank"><span class="fa fa-instagram"></span></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</footer>
</div>
<!--End pagewrapper-->
<!--Scroll to top-->
<div class="scroll-to-top scroll-to-target" data-target="html"><span class="fa fa-arrow-circle-up"></span></div>
<script src="js/jquery.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.mCustomScrollbar.concat.min.js"></script>
<script src="js/jquery.fancybox.js"></script>
<script src="js/appear.js"></script>
<script src="js/owl.js"></script>
<script src="js/wow.js"></script>
<script src="js/jquery-ui.js"></script>
<script src="js/script.js"></script>
</body>
<!-- Mirrored from themexriver.com/tfhtml/pixer/blog-list.html by HTTrack Website Copier/3.x [XR&CO'2014], Sun, 02 Jun 2019 01:23:02 GMT -->
</html>