-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
303 lines (280 loc) · 20.6 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
<!DOCTYPE html>
<html>
<head>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<title>A Plan | IITG</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
css for carousal
<link rel="stylesheet" type="text/css" href="slick/slick.css"/>
<link rel="stylesheet" type="text/css" href="slick/slick-theme.css"/>
<style>
body,
h1,
h2,
h3,
h4,
h5,
h6 { font-family: "Raleway", sans-serif}
body,
html {
height: 100%;
line-height: 1.8;
}
/* Full height image header */
.bgimg-1 {
background-position: center;
background-size: cover;
background-image: url("/w3images/mac.jpg");
min-height: 100%;
}
.w3-bar .w3-button {
padding: 16px;
}
</style>
</head>
<body>
<script src="https://fobi.io/embed.js"></script>
<div id="embed-fobi" data-fobi-id="IjpoIma" data-bot-title= "Chat" data-hd-bg= "#2980B9" data-hd-ti-clr= "#FFF" data-ct-pm= "#2980B9" data-ct-sc= "#FFF" data-ct-bot-img= "https://fobi.io/head.png" data-btn-offset= "Right: 30px" data-cb-offset= "Right: 30px" data-btn-img= "https://fobi.io/icon.png" data-btn-bg= "#2980B9" data-cb-height= "400px" data-cb-width= "330px" ></div>
<!-- Navbar (sit on top) done final-->
<div class="w3-top">
<div class="w3-bar w3-white w3-card" id="myNavbar">
<!-- logo -->
<a style="text-decoration:none" href="#home"><img src="files/A plan Logo.png" width="59px" height="59px"></a>
<!-- Right-sided navbar links -->
<div class="w3-right w3-hide-small">
<a style="text-decoration:none" href="#about" class="w3-bar-item w3-button"><i class="fa fa-address-book"></i> ABOUT US</a>
<a style="text-decoration:none" href="#timeline" class="w3-bar-item w3-button"><i class="fa fa-calendar"></i> TIMELINE</a>
<a style="text-decoration:none" href="#result" class="w3-bar-item w3-button"><i class="fa fa-star"></i> RESULT</a>
<a style="text-decoration:none" href="#structure" class="w3-bar-item w3-button"><i class="fa fa-cubes"></i> STRUCTURE</a>
<a style="text-decoration:none" href="#incentives" class="w3-bar-item w3-button"><i class="fa fa-diamond"></i> INCENTIVES</a>
<a style="text-decoration:none" href="files/faq.pdf" class="w3-bar-item w3-button"><i class="fa fa-life-bouy"></i> FAQ</a>
<a style="text-decoration:none" href="files/rulebook.pdf" class="w3-bar-item w3-button"><i class="fa fa-balance-scale"></i> RULEBOOK</a>
<a style="text-decoration:none" href="https://docs.google.com/forms/d/e/1FAIpQLSdIcZwR3hPANUfgkZ9Z3LWo87eSIeCJdhH_Vrwt15Qgj59iTw/viewform?usp=sf_link" class="w3-bar-item w3-button"><i class="fa fa-pencil-square-o"></i> REGISTER</a>
<a style="text-decoration:none" href="#team" class="w3-bar-item w3-button"><i class="fa fa-users"></i> TEAM</a>
</div>
<!-- Hide right-floated links on small screens and replace them with a menu icon -->
<a style="text-decoration:none" href="javascript:void(0)" class="w3-bar-item w3-button w3-right w3-hide-large w3-hide-medium" onclick="w3_open()">
<i class="fa fa-bars"></i>
</a>
</div>
</div>
<!-- Sidebar on small screens when clicking the menu icon done final -->
<nav class="w3-sidebar w3-bar-block w3-black w3-card w3-animate-left w3-hide-medium w3-hide-large" style="display:none" id="mySidebar">
<a style="text-decoration:none" href="javascript:void(0)" onclick="w3_close()" class="w3-bar-item w3-button w3-large w3-padding-16">Close ×</a>
<a style="text-decoration:none" href="#about" onclick="w3_close()" class="w3-bar-item w3-button">ABOUT US</a>
<a style="text-decoration:none" href="#timeline" onclick="w3_close()" class="w3-bar-item w3-button">TIMELINE</a>
<a style="text-decoration:none" href="#result" onclick="w3_close()" class="w3-bar-item w3-button">RESULT</a>
<a style="text-decoration:none" href="#structure" onclick="w3_close()" class="w3-bar-item w3-button">STRUCTURE</a>
<a style="text-decoration:none" href="#incentives" onclick="w3_close()" class="w3-bar-item w3-button">INCENTIVES</a>
<a style="text-decoration:none" href="files/faq.pdf" onclick="w3_close()" class="w3-bar-item w3-button">FAQ</a>
<a style="text-decoration:none" href="files/rulebook.pdf" onclick="w3_close()" class="w3-bar-item w3-button">RULEBOOK</a>
<a style="text-decoration:none" href="https://docs.google.com/forms/d/e/1FAIpQLSdIcZwR3hPANUfgkZ9Z3LWo87eSIeCJdhH_Vrwt15Qgj59iTw/viewform?usp=sf_link" onclick="w3_close()" class="w3-bar-item w3-button">REGISTER</a>
<a style="text-decoration:none" href="#team" onclick="w3_close()" class="w3-bar-item w3-button">TEAM</a>
</nav>
<!-- Header with full-height image -->
<!--//Javascript code for header
<script type="text/javascript" src="//code.jquery.com/jquery-1.11.0.min.js"></script>
<script type="text/javascript" src="//code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
<script type="text/javascript" src="slick/slick.min.js"></script>
//initialize the script tag he says keep it in external js file
<script type="text/javascript">
$(document).ready(function(){
$('.carousal').slick({
setting-name: setting-value
});
});
</script>
-->
<header class="bgimg-1 w3-display-container w3-grayscale-min carousal" id="home"></header>
<!-- About Section -->
<div class="w3-container" style="padding:128px 16px" id="about">
<h3 class="w3-center">Action Plan -IIT Guwahati Chapter</h3>
<p class="w3-center w3-large"> A leap towards promoting and supporting social innovation</p>
<div class="w3-row-padding w3-center" style="margin-top:64px">
<div class="w3-quarter">
<i class="fa fa-desktop w3-margin-bottom w3-jumbo w3-center"></i>
<p class="w3-large">Responsive</p>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore.</p>
</div>
<div class="w3-quarter">
<i class="fa fa-heart w3-margin-bottom w3-jumbo"></i>
<p class="w3-large">Passion</p>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore.</p>
</div>
<div class="w3-quarter">
<i class="fa fa-diamond w3-margin-bottom w3-jumbo"></i>
<p class="w3-large">Design</p>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore.</p>
</div>
<div class="w3-quarter">
<i class="fa fa-cog w3-margin-bottom w3-jumbo"></i>
<p class="w3-large">Support</p>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore.</p>
</div>
</div>
</div>
<!-- Timeline Section -->
<div class="w3-container w3-light-grey" style="padding:128px 16px" id="timeline">
<h3 align="center">Timeline</h3>
<div class="wrapper" style="width:80%;height:100%;margin:0 auto;background:#CCC">
<div class="h_iframe" style="position:relative;" >
<!-- a transparent image is preferable -->
<img class="ratio" style="display:block;width:100%;height:auto;" src="http://placehold.it/16x9"/>
<iframe style="position:absolute;top:0;left:0;width:100%; height:100%;" src="https://docs.google.com/spreadsheets/d/e/2PACX-1vRpyAfIsQgaUobgcYK0MBvl5nyA4urQHGC_VO39X4YHRdu3sq-dfDTBvSQF6263lrnW8HHcv6tdKXmM/pubhtml?gid=0&single=true&widget=true&headers=false" frameborder="0" allowfullscreen></iframe>
</div>
</div>
</div>
<!-- Results and Updates section -->
<div class="w3-container w3-row w3-center w3-dark-grey w3-padding-64" id="result">
<!-- <div class="w3-quarter">
<span class="w3-xxlarge">14+</span>
<br>Partners
</div>
<div class="w3-quarter">
<span class="w3-xxlarge">55+</span>
<br>Projects Done
</div>
<div class="w3-quarter">
<span class="w3-xxlarge">89+</span>
<br>Happy Clients
</div>
<div class="w3-quarter">
<span class="w3-xxlarge">150+</span>
<br>Meetings
</div> -->
<h5>Results are not declared yet</h5>
</div>
<!-- Structure Section -->
<div class="w3-container" style="padding:128px 16px" id="structure">
<h3 class="w3-center">Structure of the competition</h3>
<p class="w3-center w3-large">THis competition will be held in 3 rounds:</p>
<div class="w3-row-padding w3-col l3 m6" style="margin-top:64px">
//round 1
</div>
<div class="w3-row-padding w3-col l3 m6" style="margin-top:64px">
//round 2
</div>
<div class="w3-row-padding w3-col l3 m6" style="margin-top:64px">
//round 3
</div>
</div>
<!-- Incentives Section -->
<div class="w3-container w3-center w3-dark-grey" style="padding:128px 16px" id="incentives">
<h3>INCENTIVES</h3>
<div class="w3-row-padding" style="margin-top:64px">
<div class="w3-quarter w3-section">
<ul class="w3-ul w3-white w3-hover-shadow">
<li class="w3-black w3-xlarge w3-padding-32">### heading ###</li>
<li class="w3-padding-16">
<h2 class="w3-wide">$ 50</h2>
<span class="w3-opacity">per month</span>
</li>
</ul>
</div>
<div class="w3-quarter w3-section">
<ul class="w3-ul w3-white w3-hover-shadow">
<li class="w3-black w3-xlarge w3-padding-32">### heading ###</li>
<li class="w3-padding-16">
<h2 class="w3-wide">$ 50</h2>
<span class="w3-opacity">per month</span>
</li>
</ul>
</div>
<div class="w3-quarter w3-section">
<ul class="w3-ul w3-white w3-hover-shadow">
<li class="w3-black w3-xlarge w3-padding-32">### heading ###</li>
<li class="w3-padding-16">
<h2 class="w3-wide">$ 50</h2>
<span class="w3-opacity">per month</span>
</li>
</ul>
</div>
<div class="w3-quarter w3-section">
<ul class="w3-ul w3-white w3-hover-shadow">
<li class="w3-black w3-xlarge w3-padding-32">### heading ###</li>
<li class="w3-padding-16">
<h2 class="w3-wide">$ 50</h2>
<span class="w3-opacity">per month</span>
</li>
</ul>
</div>
</div>
</div>
<!-- Contact Section done final-->
<div class="w3-container" style="padding:128px 16px" id="team">
<h3 class="w3-center">CONTACT</h3>
<div class="w3-row-padding w3-grayscale" style="margin-top:64px">
<!-- Convener-->
<div class="w3-col l3 m6 w3-margin-bottom">
<div class="w3-card">
<div class="w3-container">
<img src="files/photo_for_team/convener.jpg" style="width:100%; padding:5px ">
<h3>Hrishabh Raghuwanshi</h3>
<p class="w3-opacity">Convener, A - Plan</p>
<p>
<a style="text-decoration:none" href="https://www.facebook.com/profile.php?id=100004645185251"><button class="w3-button w3-light-grey w3-block"><i class="fa fa-envelope"></i>Contact</button></a>
</p>
</div>
</div>
</div>
<!--secyssc-->
<div class="w3-col l3 m6 w3-margin-bottom">
<div class="w3-card">
<div class="w3-container">
<img src="files/photo_for_team/secyssc.jpg" style="width:100%; padding:5px ">
<h3>Ayush Chaudhary</h3>
<p class="w3-opacity">Secretary, SSC, IITG</p>
<p>
<a style="text-decoration:none" href="https://www.facebook.com/profile.php?id=100012976899621"><button class="w3-button w3-light-grey w3-block"><i class="fa fa-envelope"></i> Contact</button></a>
</p>
</div>
</div>
</div>
<!--secyyec-->
<div class="w3-col l3 m6 w3-margin-bottom">
<div class="w3-card">
<div class="w3-container">
<img src="files/photo_for_team/secyyec.jpg" style="width:100%; padding:5px ">
<h3>Rajendra Gedappu</h3>
<p class="w3-opacity">Secretary, YEC, IITG</p>
<a style="text-decoration:none" href="https://www.facebook.com/rajendra.rock.12"><button class="w3-button w3-light-grey w3-block"><i class="fa fa-envelope"></i> Contact</button></a>
<p>
</div>
</div>
</div>
<!--other people-->
<div class="w3-col l3 m6 w3-margin-bottom">
<div class="w3-card">
<div class="w3-container">
<img src="files/photo_for_team/jsad.png" style="width:100%; padding:5px ">
<h3>lorem ipsum</h3>
<p class="w3-opacity">lorem ipsum dolor etc</p>
<p>
<a style="text-decoration:none" href="https://www.facebook.com/yo.ItsAD"><button class="w3-button w3-light-grey w3-block"><i class="fa fa-envelope"></i> Contact</button></a> </p>
</div>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer class="w3-center w3-black w3-padding-64">
<a style="text-decoration:none" href="#home" class="w3-button w3-light-grey"><i class="fa fa-arrow-up w3-margin-right"></i>To the top</a>
<div class="w3-section" align="left">
<ul>
<li><a style="text-decoration:none" href="https://www.facebook.com/sociowelfarefestiitg/"><i class="fa fa-facebook-official w3-hover-opacity"></i>Like our Facebook page </a></li>
<li><a style="text-decoration:none" href="https://www.youtube.com/channel/UCHw6hI5u-d_s1mPkYYyv8Dg"><i class="fa fa-youtube-play w3-hover-opacity"></i>Watch us on Youtube</a></li>
<li><a style="text-decoration:none" href="http://www.iitg.ernet.in/stud/gymkhana/welfareBoard/welfareboard.html"><i class="fa fa-globe w3-hover-opacity"></i>Welfare board, IITG</a></li>
<li><a style="text-decoration:none" href="https://www.facebook.com/iitg.ssc/"><i class="fa fa-facebook-official w3-hover-opacity"></i>Social Service Club, IITG</a></li>
<li><a style="text-decoration:none" href="https://www.facebook.com/Youth-Empowerment-Club-IITG-1603886546568114/"><i class="fa fa-facebook-official w3-hover-opacity"></i>Youth Empowerment Club, IITG</a></li>
<li><a style="text-decoration:none" href="intranet.iitg.ernet.in"><i class="fa fa-server w3-hover-opacity"></i>Intranet</a></li>
</ul>
</div>
<p>Developed and maintained by<a style="text-decoration:none" href="https://www.linkedin.com/in/anmoldeep1" title="Anmol Deep" target="_blank" class="w3-hover-text-green"> Anmol Deep</a></p>
</footer>
-->
</body>
</html>