-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·393 lines (330 loc) · 14.3 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>ACM</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="" name="keywords">
<meta content="" name="description">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i|Poppins:300,400,500,700" rel="stylesheet">
<!-- Bootstrap CSS File -->
<link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Libraries CSS Files -->
<link href="lib/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="lib/animate/animate.min.css" rel="stylesheet">
<!-- Main Stylesheet File -->
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<!--==========================
Header
============================-->
<header id="header">
<div class="container">
<div class="pull-left">
<a href="#hero"><h2 style="color: white">
<img src="https://lnmiit.hosting.acm.org/wp-content/uploads/2018/01/acm-chapter-sym-hires.png" style="width: 80px; height: 80px">
</h2>
<a>
</div>
<nav id="nav-menu-container">
<ul class="nav-menu">
<li class="menu-active"><a href="#hero">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#photos">Gallery</a></li>
<li><a href="#download">Membership</a></li>
<li><a href="#team">Team</a></li>
<li><a href="#contact">Contact Us</a></li>
</ul>
</nav><!-- #nav-menu-container -->
</div>
</header><!-- #header -->
<!--==========================
Hero Section
============================-->
<section id="hero">
<div class="hero-container">
<h1>Welcome to ACM LNMIIT</h1>
<h2>The LNMIIT, Jaipur Student Chapter</h2>
<a href="#about" class="btn-get-started">Get Started</a>
</div>
</section><!-- #hero -->
<main id="main">
<!--==========================
About Us Section
============================-->
<section id="about">
<div class="container">
<div class="row about-container">
<div class="col-lg-6 content order-lg-1 order-2">
<h2 class="title">About</h2>
<p>
The Association for Computing Machinery (ACM) is an international learned society for computing. It was founded in 1947 and is the world’s largest scientific and educational computing society. It is a not-for-profit professional membership group. Its membership is more than 100,000 as of 2011. Its headquarters are in New York City.<br><br>
The ACM is an umbrella organization for academic and scholarly interests in computer science. Its motto is “Advancing Computing as a Science & Profession”.
</p>
</div>
<div class="col-lg-6 order-lg-3 order-3 wow fadeInRight">
<iframe width="560" height="315" src="https://www.youtube.com/embed/BHIbT0e7LTc" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
</div>
</section><!-- #about -->
<section id="about">
<div class="container">
<div class="row about-container">
<div class="col-lg-6 content order-lg-1 order-2">
<h2 class="title">Meet Our Chapter's Faculty Mentor</h2>
<p>
“ACM LNMIIT Student Chapter is all set to fly high. We have worked really hard preparing ourselves for resonating with the vibrancy of ACM. As of now, our focus is to establish a systematic way to impart knowledge from the ocean of ACM’s library. Our team is all set for a great start.
Let’s work for the best!”
</p>
</div>
<div class="col-lg-6 order-lg-3 order-3 wow fadeInCenter ">
<img id="mentor" src="/home/amitesh/ACM/img/pic3.jpg">
<h4>Mr. Mukesh K Jadon</h4>
<p></p>
</div>
</div>
</div>
</section><!-- #about -->
<!--==========================
Photos Section
============================-->
<section id="photos">
<div class="container wow fadeInUp">
<div class="section-header">
<h3 class="section-title">Photos</h3>
<p class="section-description"><br>Here are some photos of our events</p>
</div>
</div>
<div class="row" id="photos-wrapper">
<div class="col-lg-3 col-md-6 photos-item filter-app">
<img id="img1" src="img/pic1.jpg" alt="">
</a>
</div>
<div class="col-lg-3 col-md-6 photos-item filter-web">
<img id="img2" src="img/pic2.jpg" alt="">
</a>
</div>
<div class="col-lg-3 col-md-6 photos-item filter-app">
<img id="img3" src="img/pic3.jpg" alt="">
</div>
<div class="col-lg-3 col-md-6 photos-item filter-card">
<img id="img4" src="img/pic4.jpg" alt="">
</div>
</div>
</div>
<div>
<div class="alignbutton">
<button type="button" class="btn btn-outline-info align-middle " href="">More Photos</button>
</div>
</div>
</section><!-- #photos -->
<!--==========================
Download Section
============================-->
<section id="download">
<div class="container wow fadeIn">
<div class="row">
<div class="col-lg-9 text-center text-lg-left">
<h3 class="cta-title">Apply For Membership</h3>
<p class="cta-text">You can apply for membership by clicking button right side.
<br>
<br>
For any FAQ click <a href="https://lnmiit.hosting.acm.org/faqs/">here.</a>
<br>
<br>
All the private policy mentioned <a href="https://lnmiit.hosting.acm.org/privacy-policy/">here.</a></p>
</div>
<div class="col-lg-3 cta-btn-container text-center">
<a class="cta-btn align-middle" href="https://lnmiit.hosting.acm.org/apply-for-membership/">Membership</a>
</div>
</div>
</div>
</section>
<!--==========================
Team Section
============================-->
<section id="team">
<div class="container wow fadeInUp">
<div class="section-header">
<h3 class="section-title">Team</h3>
<p class="section-description">Meet the Team</p>
</div>
<div class="row">
<center>
<div class="col-lg-3 col-md-6">
<div class="member">
<div class="pic"><img src="https://i.ytimg.com/vi/SiVr9DM_EG0/maxresdefault.jpg" alt=""></div>
<h4>Jerry Rig</h4>
<div class="social">
<a href=""><i class="fa fa-twitter"></i></a>
<a href=""><i class="fa fa-facebook"></i></a>
<a href=""><i class="fa fa-google-plus"></i></a>
<a href=""><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="member">
<div class="pic"><img src="https://i.ytimg.com/vi/SiVr9DM_EG0/maxresdefault.jpg" alt=""></div>
<h4>Jerry Rig</h4>
<div class="social">
<a href=""><i class="fa fa-twitter"></i></a>
<a href=""><i class="fa fa-facebook"></i></a>
<a href=""><i class="fa fa-google-plus"></i></a>
<a href=""><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
</center>
</div>
</div>
<div>
<div class="alignbutton">
<button type="button" class="btn btn-outline-info align-middle " href="">Our Whole Team</button>
</div>
</div>
</section><!-- #team -->
<!--==========================
Contact Section
============================-->
<section id="contact">
<div class="container wow fadeInUp">
<div class="section-header">
<h3 class="section-title">Contact Us</h3>
<p class="section-description">Please fill out the quick form and we will be in touch with lightning speed.
</p>
</div>
</div>
<!-- <div id="google-map" data-latitude="26.933903" data-longitude="75.923660"></div>
-->
<div class="container wow fadeInUp">
<div class="row justify-content-center">
<div class="col-lg-3 col-md-4">
<div class="info">
<div>
<i class="fa fa-map-marker"></i>
<p>The LNM Institute of Information Technology<br>Jaipur, Raj. 302031</p>
</div>
<div>
<i class="fa fa-envelope"></i>
<p>E-MAIL HERE</p>
</div>
<div>
<i class="fa fa-phone"></i>
<p>NUMBER HERE,<br>NUMBER HERE</p>
</div>
</div>
<div class="social-links">
<a href="https://twitter.com/theofficialacm" class="twitter"><i class="fa fa-twitter"></i></a>
<a href="https://www.facebook.com/AssociationForComputingMachinery/"><i class="fa fa-facebook"></i></a>
<a href="https://plus.google.com/101763122146287444610"><i class="fa fa-google-plus"></i></a>
<a href="https://www.linkedin.com/company-beta/785681/"><i class="fa fa-linkedin"></i></a>
</div>
</div>
<div class="col-lg-5 col-md-8">
<div class="form">
<div id="sendmessage">Your message has been sent. Thank you!</div>
<div id="errormessage"></div>
<form action="" method="post" role="form" class="contactForm">
<div class="form-group">
<input type="text" name="name" class="form-control" id="name" placeholder="Your Name" data-rule="minlen:4" data-msg="Please enter at least 4 chars" />
<div class="validation"></div>
</div>
<div class="form-group">
<input type="email" class="form-control" name="email" id="email" placeholder="Your Email" data-rule="email" data-msg="Please enter a valid email" />
<div class="validation"></div>
</div>
<div class="form-group">
<input type="text" class="form-control" name="subject" id="subject" placeholder="Subject" data-rule="minlen:4" data-msg="Please enter at least 8 chars of subject" />
<div class="validation"></div>
</div>
<div class="form-group">
<textarea class="form-control" name="message" rows="5" data-rule="required" data-msg="Please write something for us" placeholder="Message"></textarea>
<div class="validation"></div>
</div>
<div class="text-center"><button type="submit">Send Message</button></div>
</form>
</div>
</div>
</div>
</div>
</section><!-- #contact -->
</main>
<!--==========================
Footer
============================-->
<section id="footer">
<div class="footer-top">
<div class="container">
</div>
</div>
<div class="container" >
<div class="row" >
<div class="col" style="text-align:center" >
<img src="https://lnmiit.hosting.acm.org/wp-content/uploads/2017/11/acm_logo_footer.png" alt="LNMIIT ACM STUDENT CHAPTER" title="LNMIIT ACM STUDENT CHAPTER">
<br>
<br>
</div>
</div>
<div class="row" >
<div class="col" style="text-align:center">
<a href="">Contact Us</a>
</div>
<div class="col" style="text-align:center">
<a href="">Our Team</a>
</div>
<div class="col" style="text-align:center">
<a href="">ACM</a>
</div>
<div class="col" style="text-align:center">
<a href="">LNMIIT,Jaipur</a>
</div>
<div class="col" style="text-align:center">
<a href="">Private Policy</a>
</div>
<div class="col" style="text-align:center">
<a href="">Membership</a>
</div>
<div class="col" style="text-align:center">
<a href="">FAQ</a>
</div>
</div>
<div class="row">
<div class="copyright col" style="text-align:center">
<p>© 2019 <strong>LNMIIT ACM Student Chapter</strong>. All Rights Reserved </p>
</div>
</div>
<div class="row">
<div class="col" style="text-align:center">
<img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png">
</div>
</div>
<div class="row">
<div class="col" style="text-align:center">
<p>This work is licensed under a <b>Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</b>.</p>
</div>
</div>
</div>
</section>
<!-- #footer -->
<a href="#" class="back-to-top"><i class="fa fa-chevron-up"></i></a>
<!-- JavaScript Libraries -->
<script src="lib/jquery/jquery.min.js"></script>
<script src="lib/jquery/jquery-migrate.min.js"></script>
<script src="lib/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/wow/wow.min.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyD8HeI8o-c1NppZA-92oYlXakhDPYR7XMY"></script>
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="lib/counterup/counterup.min.js"></script>
<script src="lib/superfish/hoverIntent.js"></script>
<script src="lib/superfish/superfish.min.js"></script>
<!-- Contact Form JavaScript File -->
<script src="contactform/contactform.js"></script>
<!-- Template Main Javascript File -->
<script src="js/main.js"></script>
</body>
</html>