-
Notifications
You must be signed in to change notification settings - Fork 21
/
about.html
394 lines (369 loc) · 18.7 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from crazycafe.net/demos/meet/about.html by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 04 Jan 2017 13:33:15 GMT -->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<!-- Title -->
<title>Software Developers DTU</title>
<!-- ================================================================
***Favicon***
================================================================= -->
<link rel="shortcut icon" type="image/png" href="images/fevicon.png">
<!-- ================================================================
***CSS File***
================================================================= -->
<!-- ================= *** Google Font-Poppins *** ======================= -->
<link href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700" rel="stylesheet">
<!-- ================= *** Animate CSS *** ======================= -->
<link href="css/animate.min.css" rel="stylesheet" type="text/css">
<!-- ================= *** Bootstrap CSS *** ===================== -->
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css">
<!-- ================= *** Font-awesome CSS *** ================== -->
<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css">
<!-- ================= *** icofont CSS *** ======================= -->
<link href="css/icofont.css" rel="stylesheet" type="text/css">
<!-- ================= *** Owl Carousel CSS *** ================== -->
<link href="css/owl.carousel.css" rel="stylesheet" type="text/css">
<!-- ================= *** Main CSS *** ========================== -->
<link href="css/custom/style.css" rel="stylesheet" type="text/css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body class="home">
<div id="preloader">
<div class="preloader_spinner"></div>
</div>
<!-- preloader end -->
<!-- ==========================================================
1.*Header_area start
============================================================ -->
<header>
<div class="romana_header_top">
<div class="container">
<div class="row">
<div class="col-md-7 col-sm-8">
<div class="romana_header_top_left">
<ul>
<li><a href="#"><i class="icofont icofont-envelope"></i>[email protected]</a></li>
<li><a href="#"><i class="icofont icofont-iphone"></i>+(91) 9717430033</a></li>
<li><a href="#"><i class="icofont icofont-clock-time"></i>Mon-sat(10am-4pm)</a></li>
</ul>
</div>
</div>
<!-- column End -->
<div class="col-md-5 col-sm-4">
<div class="romana_header_top_right text-right">
<a href="#">Contact Us</a>
</div>
</div>
<!-- column End -->
</div>
<!-- row End -->
</div>
<!-- container End -->
</div>
<!-- Header-Top End -->
<div class="romana_header_bottom">
<div class="container">
<div class="row">
<div class="col-sm-2 col-xs-6">
<div class="romana_logo">
<a href="index.html"><img src="images/logo-dark.png" alt=""></a>
</div>
</div>
<!-- column End -->
<div class="col-sm-10">
<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"></span>
<i class="fa fa-navicon"></i>
</button>
</div>
<nav id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li class=""><a href="index.html">Home</a></li>
<li class=""><a href="about.html">About</a></li>
<li class=""><a href="whyjoin.html">Why Join</a></li>
<li class=""><a href="team-detail.html">Team</a></li>
<li class=""><a href="service.html">Events</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
<!-- mega-menu End -->
</nav>
<!-- nav End -->
<form action="#" class="searchForm">
<i class="icofont icofont-close"></i>
<input type="search" placeholder="Search now">
<input type="submit" value="">
</form>
<!-- searchForm End -->
</div>
<!-- column End -->
</div>
<!-- row End -->
</div>
<!-- container End -->
</div>
<!-- Header Bottom End -->
</header>
<!-- ==========================================================
2.*Hero_area start
============================================================ -->
<div class="romana_allPage_area">
<div class="container">
<div class="row">
<div class="col-xs-12">
<div class="romana_allPage_text text-center">
<h1>about us</h1>
<ol class="breadcrumb">
<li><a href="#">Home</a><span></span></li>
<li class="active"><a href="#">about</a></li>
</ol>
</div>
</div>
<!-- column End -->
</div>
<!-- row End -->
</div>
<!-- container End -->
</div>
<!-- ==========================================================
3.*WoorksWith_area start
============================================================ -->
<div class="romana_worksWith_area romana_section_padding">
<div class="container">
<div class="row">
<div class="col-sm-6 col-xs-12">
<div class="romana_worksWith_text">
<h2>THE ONLY DEVELOPMENT ORIENTED SOCIETY IN DTU</h2>
<p>SD-DTU is the only society in DTU that is completely development oriented. The society promotes development culture to the fullest. At first, students are given classes by senior members so that all the students can get familiar with the new development culture. Then, projects are given in teams so that they get acquainted with the requirements of working in a team, as well as get going and start developing on their own!</p>
</div>
<!-- romana_worksWith_text End -->
</div>
<!-- column End -->
<div class="col-sm-6 col-xs-12">
<div class="romana_about_img romana_worksWith_img">
<img src="images/ab1.jpg" alt="">
</div>
</div>
<!-- column End -->
</div>
</div>
</div>
<!-- ==========================================================
4.*History_area start
============================================================ -->
<div class="romana_history_area">
<div class="container">
<div class="row">
<div class="col-sm-6">
<div class="romana_history_left_content">
<div class="romana_history_left_single_content">
<h3>Started with a small team</h3>
<p>Core-Team started its operations to promote our Motto across different streams in College.</p>
<div class="romana_history_left_single_date">
<p>2015</p>
</div>
</div>
<div class="romana_history_left_single_content">
<h3>First Orientation</h3>
<p>An orientation was organized to let students know more about the society and the things that they will experience in SD-DTU.The orientation received an overwhelming response from students of all streams in the college.</p>
<div class="romana_history_left_single_date">
<p>2016</p>
</div>
</div>
<div class="romana_history_left_single_content">
<h3>Era of Projects</h3>
<p>The students of SD-DTU along with the senior members completed various projects in different fields. 17 web based projects and 6 android projects were completed by 70 students </p>
<div class="romana_history_left_single_date">
<p>2016</p>
</div>
</div>
<div class="romana_history_left_single_content">
<h3>Student Got $1M Funding</h3>
<p>A student guided by the senior members of SD-DTU developed a project called dar.win which got a funding of a whopping $1 million from a New York based company. The student was given ideas on how to improve his idea and build upon it.</p>
<div class="romana_history_left_single_date">
<p>2016</p>
</div>
</div>
</div>
</div>
<!-- column End -->
<div class="col-sm-6">
<div class="romana_history_right_content">
<div class="romana_history_right_content_text">
<h3>Our History</h3>
<p>SD DTU was started due to the lack of promotion of development culture in our colleges. Our Team understood this problem and with the will to make a difference started the first society aimed at Promotion of Developemnt Culture.
The development culture not only among the students of the society but among the students of the whole college was promoted by the society which is the only development society in DTU. Many projects were given to all students and some lectures were also given highlighting the importance of this development culture.</p>
</div>
<div class="romana_history_right_content_img romana_about_img">
<img src="images/about4.jpg" alt="">
</div>
<div class="romana_history_right_content_text">
<h3>Our mission</h3>
<p>Software Developers- DTU or SD-DTU was created with the sole purpose of providing a platform to like-minded students who would like to hone their coding and developmental skills and take-on projects to create websites and iOS/android applications. The society aims to inculcate a learning environment in which students can come together, discuss ideas and solve problems.<p>
</div>
</div>
</div><!-- column End -->
</div>
<!-- row End -->
</div>
<!-- container End -->
</div>
<!-- ==========================================================
============================================================
<div class="romana_videos_area romana_section_padding">
<div class="container">
<div class="row ">
<div class="col-xs-12">
<div class="videos_title romana_section_title text-center">
<h2>Watch Our Videos</h2>
<p>Tiam nonummy nibh vulputate velit esse most
<br> vel illum dolore eu feugiat nulla facilisis</p>
</div>
</div>
<!-- column End
</div>
<!-- row End
<div class="row ">
<div class="col-md-10 col-md-offset-1">
<div class="romana_video">
<video id="videof">
<source src="video/video_play.mp4" type='video/webm;codecs="vp8, vorbis"' />
<source src="video/video.html" type='video/mp4;codecs="avc1.42E01E, mp4a.40.2"' />
<video src="video/video_play.mp4"></video>
</video>
<div class="service-video-play">
<a><img src="images/video_bg.jpg" alt="" /></a>
<a class="link-video-icon"><i class="icofont icofont-video-alt"></i></a>
<a class="link-pause diseabled"><i class="icofont icofont-pause"></i></a>
</div>
</div>
</div>
<!-- column End
</div>
<!-- row End
</div>
<!-- container End
</div>
<!-- ==================================================
7.*Brand_area start
=================================================== -->
<div class="romana_brand_area">
<div class="container">
<div class="row">
<div class="col-xs-12">
<div class="brand_crsl">
<div class="single_brand">
<a href="#"><img src="images/brand_img6.jpg" alt=""></a>
</div>
<div class="single_brand">
<a href="#"><img src="images/brand_img7.jpg" alt=""></a>
</div>
<div class="single_brand">
<a href="#"><img src="images/brand_img8.jpg" alt=""></a>
</div>
<div class="single_brand">
<a href="#"><img src="images/brand_img9.jpg" alt=""></a>
</div>
<div class="single_brand">
<a href="#"><img src="images/brand_img10.jpg" alt=""></a>
</div>
<div class="single_brand">
<a href="#"><img src="images/brand_img12.jpg" alt=""></a>
</div>
<div class="single_brand">
<a href="#"><img src="images/brand_img11.jpg" alt=""></a>
</div>
</div>
</div>
<!-- column end-->
</div>
<!-- row end -->
</div>
<!-- container end -->
</div>
<!-- ==================================================
8.*Footer_area start
=================================================== -->
<footer class="romana_footer_area">
<div class="romana_footer_top">
<div class="container">
<div class="row">
<div class="col-sm-4 col-xs-12">
<div class="romana_footer_left">
<div class="romna_footer_logo">
<a href="index.html"><img src="images/logo-dark.png" alt="footer logo"></a>
</div>
<p>Creating an environment for developers to prosper and be able to successfully implement ideas for it's not about having ideas but making ideas happen </p>
<div class="romana_footer_social_link">
<ul>
<li><a href="http://fb.com/sddtu"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://twitter.com/SynergyDTU"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://github.com/SD-DTU"><i class="fa fa-github"></i></a></li>
<li><a href="https://plus.google.com/u/0/102708048551503101057"><i class="fa fa-google-plus"></i></a></li>
<li><a href="https://www.instagram.com/sd_dtu/"><i class="fa fa-instagram"></i></a></li>
</ul>
</div>
</div>
</div>
<!-- column End -->
<div class="col-sm-4 col-xs-12">
<div class="romana_important_link">
<h2>important links</h2>
<ul>
<li><a href="index.html">home</a></li>
<li><a href="about.html">about us</a></li>
<li><a href="service-detail-1.html">Why Join</a></li>
</ul>
</div>
<div class="romana_important_link2">
<ul>
<li><a href="service.html">events</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="contact.html">contact</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- footer_top End -->
<div class="romana_footer_bottom">
<div class="container">
<div class="romana_footer_bottom_content text-center">
<div class="row">
<div class="col-xs-12">
<p>SD-DTU 2017 © All right reserved <span>Made With <i class="icofont icofont-heart-alt animated infinite zoomIn"></i> by SD-DTU</span></p>
</div>
<!-- column End -->
</div>
<!-- row End -->
</div>
</div>
<!-- container End -->
</div>
<!-- footer_bottom End -->
</footer>
<!-- ======================================================
***Js Files***
=========================================================== -->
<!-- ================= Main Js ==================== -->
<script src="js/jquery-3.1.0.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<!-- ================= Bootstrap min Js =========== -->
<script src="js/bootstrap.min.js"></script>
<!-- ================= owl carousel min Js ======== -->
<script src="js/owl.carousel.min.js"></script>
<!-- ================= Active Js ================== -->
<script src="js/active.js"></script>
</body>
<!-- Mirrored from crazycafe.net/demos/meet/about.html by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 04 Jan 2017 13:33:59 GMT -->
</html>