-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
364 lines (313 loc) · 13.1 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>DSC AUCE</title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="author" content="">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/owl.carousel.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<!-- MAIN CSS -->
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/preloader.css">
<link rel="icon" href="images/Homepage/favicon.png" type="image/icon type">
<style>
.wow{
padding: 10px;
}
</style>
</head>
<body>
<!-- PRE LOADER -->
<div id="loader"></div>
<div id="content">
<!-- MENU -->
<section class="navbar custom-navbar navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon icon-bar"></span>
<span class="icon icon-bar"></span>
<span class="icon icon-bar"></span>
</button>
<!-- lOGO TEXT HERE -->
<a class="navbar-brand" href="index.html"><img src="images/Homepage/dsclogo.png" alt="logo" height="40px" width="300px"></a>
</div>
<!-- MENU LINKS -->
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-nav-first" style="float: right;">
<li><a href="#home" class="smoothScroll">Home</a></li>
<li><a href="#about" class="smoothScroll">About</a></li>
<li><a href="events.html" class="smoothScroll">Events</a></li>
<li><a href="team.html" class="smoothScroll">Team</a></li>
<li><a href="#contact" class="smoothScroll">Contact Us</a></li>
</ul>
</div>
</div>
</section>
<!-- HOME -->
<section id="home" class="slider" data-stellar-background-ratio="0.5">
<div class="row">
<div class="owl-carousel owl-theme">
<div class="carousel-item item-first active" data-interval="6000">
<video plays inline autoplay muted loop id="myVideo">
<source src="images/Homepage/carousel.mp4" type="video/mp4">
</video>
</div>
</div>
</section>
<!-- ABOUT -->
<section id="about" data-stellar-background-ratio="0.5">
<div class="container">
<div class="row">
<div class="col-md-6 col-sm-12">
<div class="about-info">
<div class="section-title wow fadeInUp" data-wow-delay="0.2s">
<h4>Read our story</h4>
<h2>What we do?</h2>
</div>
<div class="wow fadeInUp" data-wow-delay="0.4s">
<p>Google collaborates with university students who are passionate about growing developer communities.</p>
<p>Developer Student Club powered by Google Developers is an initiative to grow their knowledge on developer technologies and more through peer to peer workshops and events, and gain relevant industry experience.</p>
<p> <a href="https://developers.google.com/community/dsc" target="_parent">Learn more about the program.</a></p>
</div>
</div>
</div>
<div class="col-md-6 col-sm-12">
<div class="wow fadeInUp about-image" data-wow-delay="0.6s">
<img src="images/Homepage/About.png" style="display: block; margin: 15px auto; height:300px; width:400px;" class="img-responsive" alt="">
</div>
</div>
</div>
</div>
</section>
<!-- EVENTS -->
<section id="event" data-stellar-background-ratio="0.5">
<div class="container">
<div class="row">
<div class="col-md-6 col-sm-12">
<div class="wow fadeInUp about-image" data-wow-delay="0.6s">
<img src="images/events/events.jpg" style="display: block; margin: 15px auto; height:400px; width:400px;" class="img-responsive" alt="">
</div>
</div>
<div class="col-md-6 col-sm-12">
<div class="about-info">
<div class="section-title wow fadeInUp" data-wow-delay="0.2s">
<h2>Our Events</h2>
</div>
<div class="wow fadeInUp" data-wow-delay="0.4s" style="text-align: left;">
<p>Our aim is to make this archive of events every aspiring tech geeks dream portal of knowledge.</p>
<p>The first step to which has been taken in the LAUNCH event followed by the fabulous Google
CLOUD program, and following the legacy is the ongoing ANDROID STUDY JAMS, an
opportunity for every app dev enthusiast. </p>
<p>Stay tuned for our coming events, which will be from different Technical domains.</p>
<p> <a href="events.html" target="_blank">View all the events.</a></p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- TEAMS -->
<section id="home" data-stellar-background-ratio="0.5">
<div class="container" style="padding: 40px 10px 60px 10px;">
<div class="row">
<div class="col-md-6 col-sm-12">
<div class="about-info">
<div class="section-title wow fadeInUp" data-wow-delay="0.2s">
<h2>Our Team</h2>
</div>
<div class="wow fadeInUp" data-wow-delay="0.4s" style="text-align: left;">
<p>"Coming together is a beginning, keeping together is progress and working together is success" .</p>
<p>Following the words of Henry Ford, we present you with this amazing amalgamation of talent who are working hard to create an opportunity for students to learn, build, and grow. </p>
<p><a href="team.html" target="_blank">Meet our Team.</a></p>
</div>
</div>
</div>
<div class="col-md-6 col-sm-12">
<div class="wow fadeInUp about-image" data-wow-delay="0.6s">
<img src="images/Homepage/teams.png" style="display: block; margin: 15px auto; height:300px;width: auto;" class="img-responsive" alt="">
</div>
</div>
</div>
</div>
</section>
<hr>
<!-- CONTACT -->
<section id="contact" data-stellar-background-ratio="0.5">
<div class="container">
<div class="row">
<!-- How to change your own map point
1. Go to Google Maps
2. Click on your location point
3. Click "Share" and choose "Embed map" tab
4. Copy only URL and paste it within the src="" field below
-->
<div class="wow fadeInUp col-md-6 col-sm-12" data-wow-delay="0.4s">
<div id="google-map">
<iframe
src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d15201.34269129679!2d83.320085!3d17.728816!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x2444fb31dbaa10a3!2sAndhra%20University%20College%20of%20Engineering!5e0!3m2!1sen!2sin!4v1609495063123!5m2!1sen!2sin"
width="600" height="450" frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false" tabindex="0"></iframe>
</div>
</div>
<div class="col-md-6 col-sm-12">
<div class="col-md-12 col-sm-12">
<div class="section-title wow fadeInUp" data-wow-delay="0.1s">
<h2>Contact Us</h2>
</div>
</div>
<!-- CONTACT FORM -->
<form action="#" method="post" class="wow fadeInUp" id="contact-form" role="form" data-wow-delay="0.8s">
<!-- IF MAIL SENT SUCCESSFUL // connect this with custom JS -->
<h6 class="text-success">Your message has been sent successfully.</h6>
<!-- IF MAIL NOT SENT -->
<h6 class="text-danger">E-mail must be valid and message must be longer than 1 character.</h6>
<div class="col-md-6 col-sm-6">
<input type="text" class="form-control" id="cf-name" name="name" placeholder="Full name">
</div>
<div class="col-md-6 col-sm-6">
<input type="email" class="form-control" id="cf-email" name="email" placeholder="Email address">
</div>
<div class="col-md-12 col-sm-12">
<input type="text" class="form-control" id="cf-subject" name="subject" placeholder="Subject">
<textarea class="form-control" rows="6" id="cf-message" name="message" placeholder="Let's talk but you first!""></textarea>
<button type="submit" class="form-control" id="cf-submit" name="submit">Send Message</button>
</div>
</form>
</div>
</div>
</div>
</section>
<!-- FOOTER -->
<footer id="footer" data-stellar-background-ratio="0.5">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6">
<div class="footer-info">
<div class="section-title">
<h2 class="wow fadeInUp" data-wow-delay="0.2s">
General Guidelines
</h2>
</div>
<address class="wow fadeInUp" data-wow-delay="0.4s">
<!-- <p>123 nulla a cursus rhoncus,<br> augue sem viverra 10870<br>id ultricies sapien</p> -->
<p><a href="">Code Of Conduct</a></p>
</address>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="footer-info">
<div class="section-title">
<h2 class="wow fadeInUp" data-wow-delay="0.2s">Community</h2>
</div>
<address class="wow fadeInUp" data-wow-delay="0.4s">
<p><a href="">Google Developers Program</a></p>
<p>
<a href="mailto:[email protected]">Developer Students Club</a>
</p>
<p><a href=""></a></p>
</address>
</div>
</div>
<div class="col-lg-3 col-md-6">
<h2 class="wow fadeInUp" data-wow-delay="0.2s">Keep In Touch</h2>
<ul class="wow fadeInUp social-icon" data-wow-delay="0.4s">
<li>
<a
href="https://www.facebook.com/pages/category/Community/DSC-AUCE-101465691691643/"
class="fa fa-facebook-square"
attr="facebook icon"
></a>
</li>
<li>
<a
href="https://www.youtube.com/channel/UCw2vDOLYKTyNxA4m91QhMCQ"
class="fa fa-youtube-play"
></a>
</li>
<li>
<a
href="https://www.instagram.com/dscauce/?hl=en"
class="fa fa-instagram"
></a>
</li>
<li>
<a
href="https://www.linkedin.com/company/dsc-auce"
class="fa fa-linkedin"
></a>
</li>
</ul>
<ul class="wow fadeInUp footer-contact-info" data-wow-delay="0.4s">
<li>
<i class="fa fa-envelope" aria-hidden="true"></i> :
<a href="mailto:[email protected]"> [email protected]</a>
</li>
<li></li>
</ul>
</div>
<div class="col-lg-3 col-md-6">
<div class="footer-info wow fadeInUp" data-wow-delay="0.2s">
<a href="#" class="logo"
><img
src="images/Homepage/dsclogo.png"
alt="Logo"
height="40px"
width="300px"
/></a>
</div>
</div>
</div>
</div>
</footer>
<!--Copyright-->
<div id="copyright-area" class="container">
<div class="row">
<div class="col-lg-12 col-md-12">
<div class="wow fadeInUp" data-wow-delay="0.8s">
<p>Copyright © 2021 DSC AUCE | All rights reserved</p>
</div>
</div>
</div>
</div>
</div>
<!-- SCRIPTS -->
<script>
var loader;
function loadNow(opacity) {
if (opacity <= 0) {
displayContent();
} else {
loader.style.opacity = opacity;
window.setTimeout(function() {
loadNow(opacity - 0.05);
}, 50);
}
}
function displayContent() {
loader.style.display = 'none';
document.getElementById('content').style.display = 'block';
}
document.addEventListener("DOMContentLoaded", function() {
loader = document.getElementById('loader');
loadNow(1);
});
</script>
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.stellar.min.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/smoothscroll.js"></script>
<script src="js/custom.js"></script>
</div>
</body>
</html>