-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
262 lines (219 loc) · 10.6 KB
/
index.html
File metadata and controls
262 lines (219 loc) · 10.6 KB
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">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="google-site-verification" content="kfzlElUGBls2lhz-IQ8565hTEZ71YGO1MVGEb3LnX-o" />
<!-- meta tags -->
<meta name="description" content="Hyperloop IIT Bombay">
<meta name="hyperloop" content="Hyperloop india">
<meta name="Bombay" content="HYPERLOOP IIT Bombay">
<meta name="Mumbai" content=" HYPERLOOP IIT B">
<meta name="IIT Bomabay" content="HYPERLOOP IIT B">
<meta name="author" content="HYPERLOOP IIT Bombay">
<!-- -->
<link rel="icon" href="./images/hyperloop logo reqw.png">
<title>Hyperloop IIT Bombay | official website</title>
<link rel="stylesheet" href="home.css" />
<!-- linked style sheet -->
<link
rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"
/>
<!-- bootstrp -->
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN"
crossorigin="anonymous"
/>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<!-- aos init -->
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet" />
<script>
$(window).on('load', function() {
AOS.init({
duration: 1000,
once: true
});
});
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-CCPBY9LFC9"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-CCPBY9LFC9');
</script>
<script src="./js/index.js"></script>
<style>
body{
background:
url("./bg/home-bg.svg");
background-position: center;
background-attachment: fixed;
background-repeat: no-repeat;
background-size: cover;
z-index: 0;
margin: 0 0;
position:relative;
font-family: 'Segoe UI Regular';
}
</style>
</head>
<body>
<!-- pre-loader -->
<!-- <div id="loading"></div> -->
<!-- navigation-bar -->
<nav class="navbar navbar-expand-md fixed-top">
<a class="navbar-brand " href="#">
<img src="images/hyperloop logo webw.png"class="navbar-logo" height="40">
</a>
<span class="navbar-toggler" data-toggle="collapse" data-target="#collapsibleNavbar">
<!-- <i class="fa fa-bars" aria-hidden="true" style="font-size: 25;color:rgb(218, 209, 209)"></i> -->
<div class="nav-icon" title="Menu">
<div class="bar1"></div>
<div class="bar2"></div>
<div class="bar3"></div>
</div>
</span>
<div class="collapse navbar-collapse" id="collapsibleNavbar">
<ul class="navbar-nav ml-auto">
<li class="nav-item mx-3">
<a class="nav-link button-nav" href="https://hyperloopiitb.github.io/">HOME</a>
</li>
<li class="nav-item mx-3">
<a class="nav-link button-nav" href="./event.html">EVENTS</a>
</li>
<li class="nav-item mx-3">
<a class="nav-link button-nav" href="./team.html">TEAM</a>
</li>
<li class="nav-item mx-3">
<a class="nav-link button-nav" href="./contact.html">CONTACT US</a>
</li>
</ul>
</div>
</nav>
<!--
logo and all
-->
<div class="logo-redifine">
<div class="header" >
<div >
<img data-aos="zoom-in" src="images/hyperloop logo reqw.png" id="logo">
<br>
<div data-aos="fade-up" id="logo-tag">Redefining Speed</div>
<br>
</div>
<div data-aos="fade-up" class="arrow" onclick="javascript: window.scrollTo(0,screen.availHeight)">
<span></span>
<span></span>
<span></span>
</div>
</div>
</div>
<!--
header bar
-->
<!--
content and all
-->
<!-- home -->
<div class="container home-section" >
<div class="section text-center" >
<div class="section-header " >
<center>
<div id="about-line">
<h3 ><b>Hyperloop</b></h3>
<div></div>
</div>
</center>
</div>
<div class="container-fluid " id="section-1" data-aos="fade-right" data-aos-delay="150">
<p style="text-align:justify;">
Hyperloop, envisioned as the ‘fifth mode of transportation’, is the brainchild of the great
innovator Elon Musk. It is believed to revolutionize the world of transport by moving faster than
airplanes, being environmentally friendly, requiring almost null maintenance and being
completely safe.
The concept of the Hyperloop is a sealed tube through which a pod may travel
free of air resistance or friction, on super magnets without touching the ground.It can truly
eliminate the barrier of distance and time and bring to life supersonic travel.<br><br>
What’s more is that this project has been open sourced by SpaceX, giving young engineers like
us the opportunity to ideate and innovate further.<br><br>
Currently, this technology is being built in Maharashtra by the Virgin Group, connecting the
cities of Mumbai and Pune. It is estimated to reduce the time of travel from 2 hrs in trains to 20
minutes in Hyperloop.
</p>
</div>
</div>
<!-- vertical gap -->
<div style="height: 150px;">
</div>
<div class="section text-center" id="scroll" >
<div class="cotainer-fluid">
<div class="section-header ">
<center>
<div id="about-line">
<h3 ><b>Hyperloop IITB</b></h3>
<div></div>
</div>
</center>
</div>
<div class="content container" id="section-2" data-aos="fade-left" data-aos-delay="150">
<p style="text-align:justify;">
Hyperloop IITB is a student organization incubated in IIT Bombay with the goal of reinventing and revolutionizing terrestrial transport. We are a team of 60 highly enthusiastic technocrats working towards designing and engineering our own independent Hyperloop prototype.<br><br>
We participated in the Inter IIT Engineers’ Conclave held in IIT Roorkee in December 2019, in which we received numerous accolades. We also took part in the Desert Competition organized by the Arizona State University in February 2020 and got selected for the final round of the competition, stepping in the league of the top 5 Hyperloop teams of the world.<br><br>
Our ultimate goal is the SpaceX Hyperloop Pod Competition, which is to be held in SpaceX headquarters, California in early 2021. <br>
</p>
</div>
</div>
</div>
</div>
<a id="scroller" class="shadow-lg" href="#" style="transform: scale(0);">
<i class="fa fa-chevron-up shadow-lg " aria-hidden="true"></i>
</a>
<footer class="">
<center>
<div class="row footer_top">
<div class="footer-left col-sm-12 col-md-6">
<p class="footer-company-about d-flex justify-content-center ">
Follow Us On
</p>
<div class="footer-icons d-flex justify-content-center">
<a href="https://www.facebook.com/hyperloopiitb/"><i class="fa fa-facebook"></i></a>
<a href="https://www.instagram.com/hyperloop_iitb/"><i class="fa fa-instagram"></i></a>
<a href="https://www.linkedin.com/company/hyperloop-iitb/"><i class="fa fa-linkedin"></i></a>
</div>
</div>
<div class="footer-right col-sm-12 col-md-6">
<div class="d-flex justify-content-center">
<i class="fa fa-envelope"></i>
<p class="d-flex align-self-center"><a href="mailto:hyperloopiitb@gmail.com">hyperloopiitb@gmail.com</a></p>
</div>
</div>
</div>
</center>
<center>
<div class="footer_bottom">
<p class="text-muted"> Hyperloop IIT Bombay © 2020 </p>
</div>
</center>
</footer>
</body>
<script>
$(document).ready(function(){
if ($(window).width() < 800){
$("#section-1").attr("data-aos","zoom-in")
$("#section-2").attr("data-aos","zoom-in")
}
else {
$("#section-1").attr("data-aos","fade-right")
$("#section-2").attr("data-aos","fade-left")
}
});
</script>
</html>