-
Notifications
You must be signed in to change notification settings - Fork 21
/
whyjoin.html
262 lines (239 loc) · 11.8 KB
/
whyjoin.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
<!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>Why Join</h1>
<ol class="breadcrumb">
<li><a href="#">Home</a><span></span></li>
<li class="active"><a href="#">Why Join</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>LARGEST TECHNICAL SOCIETY OF DTU</h2>
<p>SD-DTU is the only society in DTU that is completely development oriented. The society promotes development culture to the fullest. The only place students are given classes by senior members so that all the students can get familiar with the new development culture. It is the only society to give have active projects all throughout the year with a majority projects being given to 1st years. This is 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>
<h3> <a href="https://goo.gl/forms/e6vw5PHEc1HT4dM23">APPLY NOW TO BE A PART OF THE ONLY DEVELOPMENT ORIENTED SOCIETY OF DTU </a></h3>
</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/why-join.jpg" alt="">
</div>
</div>
<!-- column End -->
</div>
</div>
</div>
<!-- ==========================================================
4
<!-- ==================================================
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>