forked from GDSC-RTU/gdsc-rtu.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
324 lines (272 loc) · 13.4 KB
/
index.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
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="author" content="M_Adnan" />
<!-- Document Title -->
<title>Developer Student Club & RTU Kota</title>
<!-- Favicon -->
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<link rel="icon" href="images/favicon.ico" type="image/x-icon">
<!-- StyleSheets -->
<link rel="stylesheet" href="css/ionicons.min.css">
<link rel="stylesheet" href="css/bootstrap/bootstrap.min.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/responsive.css">
<!-- Fonts Online -->
<link
href="https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900|Playfair+Display:400,700,900&subset=cyrillic,latin-ext"
rel="stylesheet">
<!-- COLORS -->
<link rel="stylesheet" id="color" href="css/default.css">
<!-- JavaScripts -->
<script src="js/vendors/modernizr.js"></script>
<!-- HTML5 Shim and Respond.js 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>
<!-- LOADER -->
<div id='loader'>
<div class='preload-juggle'>
<div class='ball'></div>
<div class='ball'></div>
<div class='ball'></div>
</div>
</div>
<!-- Page Wrapper -->
<div id="wrap">
<!-- Header -->
<header class="header">
<div class="sticky">
<div class="container">
<div class="logo"> <a href="index.html"><img src="images/logo.png" alt=""></a> </div>
<!-- Nav -->
<!-- Nav -->
<nav class="navbar ownmenu">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#nav-open-btn"
aria-expanded="false"> <span><i class="fa fa-navicon"></i></span> </button>
</div>
<!-- NAV -->
<div class="collapse navbar-collapse" id="nav-open-btn">
<ul class="nav">
<li class="dropdown active"> <a href="index.html">HOME </a>
</li>
<li class="dropdown"> <a href="workshops.html">Workshops</a>
</li>
<!-- <li> <a href="about.html">ABOUT </a> </li> -->
<!-- <li class="dropdown "> <a href="services-1.html" class="dropdown-toggle" data-toggle="dropdown">team</a>
</li> -->
<!-- <li class="dropdown"> <a href="index_mp-3a.html" class="dropdown-toggle" data-toggle="dropdown">Projects</a>
</li> -->
<li class="dropdown"> <a href="blog.html">blog </a>
</li>
<li> <a href="contact.html">CONTACT US</a> </li>
</ul>
</div>
</nav>
</div>
</div>
</header>
<!-- End Header -->
<!--======= SU Banner =========-->
<div class="sub-bnr-home">
<div class="position-center-center">
<div class="container">
<div class="ag-text">
<h2>DSC</h2>
<h1>RTU Kota</h1>
<h2>Bridging the gap between People and Tech! <br>
</h2>
</div>
</div>
</div>
</div>
<!-- Content -->
<div id="content" class="inner-pages">
<!-- Services -->
<section class="services web padding-top-150 padding-bottom-100">
<div class="container">
<!-- Services Icon Image -->
<div class="media-left media-middle">
<div class="icon-larger-img animate fadeInLeft" data-wow-delay="0.4s"> <img src="images/icon-services-1.png"
alt=" "> </div>
</div>
<!-- Services Content -->
<div class="media-body">
<!-- HEADING BLOCK -->
<div class="heading-block-2">
<h5>Welcome</h5>
<h3 class="letter-space-5">About Us</h3>
<p class="margin-top-20">starting .</p>
</div>
<!-- Services List -->
<ul class="services-list">
<!-- Interface and Web Design -->
<li> <span>What is</span>
<h5>Google DSC</h5>
<p> Google Developer Student Clubs are university based community groups for students interested in
Google developer technologies. By joining a GDSC, students grow their knowledge in a peer-to-peer
learning environment. </p>
</li>
<!-- HTML/CSS Development -->
<li> <span>Speaking specifically about</span>
<h5>GDSC RTU</h5>
<p> At GDSC RTU we focus on empowering the students to lend a hand to communities via technology. The
basic idea is to provide them with native knowledge of app and web development skills, in order to
help them work towards employability. </p>
</li>
<!-- Interface and Web Design -->
<li> <span>What you may</span>
<h5>Expect</h5>
<p> To make every student as profound as other we consistently organize worshops moving all the way from
basic ideas to advanced ones. Students solve community problems with tech. And get to participate in
an annual, global contest 'The Google Solutions Challenges'. </p>
</li>
</ul>
</div>
</div>
</section>
<!-- Services -->
<section class="services brand padding-top-150 padding-bottom-100">
<div class="container">
<!-- Services Content -->
<div class="media-body">
<!-- HEADING BLOCK -->
<div class="heading-block-2">
<h5>DSC</h5>
<h3 class="letter-space-5">Goals</h3>
<p class="margin-top-20">placeholder is a character, word, or string of characters that temporarily takes
the place of the final data. </p>
</div>
<!-- Services List -->
<ul class="services-list">
<!-- Interface and Web Design -->
<li> <span>DSC</span>
<h5>Collabarate</h5>
<p>placeholder is a character, word, or string of characters that temporarily takes the place of the
final data. </p>
</li>
<!-- HTML/CSS Development -->
<li> <span>DSC</span>
<h5>Learn</h5>
<p>placeholder is a character, word, or string of characters that temporarily takes the place of the
final data. </p>
</li>
<!-- Interface and Web Design -->
<li> <span>DSC</span>
<h5>Build</h5>
<p> placeholder is a character, word, or string of characters that temporarily takes the place of the
final data. </p>
</li>
</ul>
</div>
<!-- Services Icon Image -->
<div class="media-right media-middle">
<div class="icon-larger-img text-right animate fadeInRight" data-wow-delay="0.4s"> <img
src="images/icon-services-2.png" alt=" "> </div>
</div>
</div>
</section>
<!-- Services -->
<section class="services web padding-top-150 padding-bottom-100">
<div class="container">
<!-- Services Icon Image -->
<div class="media-left media-middle">
<div class="icon-larger-img animate fadeInLeft" data-wow-delay="0.4s"> <img src="images/icon-services-3.png"
alt=" "> </div>
</div>
<!-- Services Content -->
<div class="media-body">
<!-- Footer -->
<div class="home-2">
<footer class="footer footer-sub light-top padding-top-200 padding-bottom-200">
<div class="container">
<!-- Rights -->
<div class="rights col-md-9 margin-top-50"> <a href="services-1.html#."
class="mail-to">dsc.rtukota@gmail.com</a>
<h3>1.800.00.0000</h3>
<div class="social-icons"> <a href="services-1.html#."><i class="icon-social-facebook"></i></a> <a
href="services-1.html#."><i class="icon-social-twitter"></i></a> <a href="services-1.html#."><i
class="icon-social-dribbble"></i></a> <a href="services-1.html#."><i
class="icon-social-tumblr"></i></a> </div>
<p>placeholder is a character, word, or string of characters that temporarily takes the place of the
final data. . </p>
<p class="margin-top-30"><small> Copyright © 2020 DSC RTU Kota </small></p>
<a href="services-1.html#." class="subcribe">SUBSCRIBE VIA EMAIL</a>
</div>
</div>
</footer>
</div>
<!-- End Footer -->
<!-- GO TO TOP -->
<a href="services-1.html#" class="cd-top center"><svg viewBox="0 0 24 24" width="24" height="24"
stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"
class="css-i6dzq1">
<line x1="12" y1="19" x2="12" y2="5"></line>
<polyline points="5 12 12 5 19 12"></polyline>
</svg></a>
<!-- GO TO TOP End -->
</div>
<!-- End Page Wrapper -->
<!--Style Switcher===========================================-->
<div class="color-switcher" id="choose_color"> <a href="services-1.html#." class="picker_close"><i
class="ion-gear-a"></i></a>
<div class="theme-colours">
<p class="font-crimson font-italic">Choose Colour style</p>
<ul>
<li><a href="services-1.html#." class="blue" id="blue"></a></li>
<li><a href="services-1.html#." class="green" id="green"></a></li>
<li><a href="services-1.html#." class="red" id="red"></a></li>
<li><a href="services-1.html#." class="yellow" id="yellow"></a></li>
<li><a href="services-1.html#." class="brown" id="brown"></a></li>
<li><a href="services-1.html#." class="cyan" id="cyan"></a></li>
<li><a href="services-1.html#." class="purple" id="purple"></a></li>
<li><a href="services-1.html#." class="sky-blue" id="sky-blue"></a></li>
<li><a href="services-1.html#." class="gray" id="gray"></a></li>
<li><a href="services-1.html#." class="peter-river" id="peter-river"></a></li>
<li><a href="services-1.html#." class="nephritis" id="nephritis"></a></li>
<li><a href="services-1.html#." class="amethyst" id="amethyst"></a></li>
<li><a href="services-1.html#." class="wet-asphalt" id="wet-asphalt"></a></li>
<li><a href="services-1.html#." class="night-shade" id="night-shade"></a></li>
<li><a href="services-1.html#." class="sun-flowers" id="sun-flowers"></a></li>
<li><a href="services-1.html#." class="orange" id="orange"></a></li>
<li><a href="services-1.html#." class="carrot" id="carrot"></a></li>
<li><a href="services-1.html#." class="alizarin" id="alizarin"></a></li>
<li><a href="services-1.html#." class="sliver" id="sliver"></a></li>
<li><a href="services-1.html#." class="green-sea" id="green-sea"></a></li>
</ul>
<div class="layouts no-padding">
<p class="font-italic margin-top-20">Layout Mode</p>
<a href="services-1.html#." id="boxed">BOX LAYOUT</a> <a href="services-1.html#." id="wide">WIDE
LAYOUT</a>
</div>
<div class="layouts no-padding">
<p class=" font-italic margin-top-20">Dark/Light Version</p>
<a href="services-1.html#." id="dark-night">DARK VERSION</a> <a href="services-1.html#."
id="light-day">LIGHT VERSION</a>
</div>
</div>
</div>
<!-- JavaScripts -->
<script src="js/vendors/jquery/jquery.min.js"></script>
<script src="js/vendors/wow.min.js"></script>
<script src="js/vendors/bootstrap.min.js"></script>
<script src="js/vendors/jquery.cubeportfolio.min.js"></script>
<script src="js/vendors/own-menu.js"></script>
<script src="js/vendors/jquery.sticky.js"></script>
<script src="js/vendors/owl.carousel.min.js"></script>
<script src="js/vendors/color-switcher.js"></script>
<!-- SLIDER REVOLUTION 4.x SCRIPTS -->
<script type="text/javascript" src="rs-plugin/js/jquery.tp.t.min.js"></script>
<script type="text/javascript" src="rs-plugin/js/jquery.tp.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>