-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
308 lines (282 loc) · 12 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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">-->
<script src="https://kit.fontawesome.com/75578d0f7f.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/boxicons.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" />
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/flickity.min.css" media="screen">
<script src="js/flickity.pkgd.min.js"></script>
<title>Makerspace</title>
<link rel="shortcut icon" type="image/jpg" href="img/gearHiRes.png" />
</head>
<body>
<!-- NAVBAR -->
<nav class="navbar navbar-expand-lg py-3 sticky-top navbar-dark bg-white" id="home">
<div class="container">
<a class="navbar-brand" href="https://www.robotix.in/">
<img class="logo" src="img/Robotix Logo_1.png" alt="">
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a class="nav-link" href="./index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#projects">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#rules">Rules</a>
</li>
</ul>
<button class="conbtn btn btn-primary ms-lg-3 navbar-btn" onclick="window.open('Contact Form/form.html');">Have
an Idea?</button>
</div>
</div>
</nav><!-- //NAVBAR -->
<div class="ftco-section">
<div id="loader"><img src="img/loader.gif"></div>
<!-- HERO -->
<div class="hero vh-100 d-flex align-items-center" id="home">
<div class="container">
<div class="row">
<div class="col-lg-7 mx-auto text-center">
<div class="animated-title pos">
<div class="text-top">
<div class="display-4 text-white">Welcome to <span style="font-size: 10vmin;">MAKERSPACE</span></div>
</div>
<div class="text-bottom">
<div>
<p class="font-new text-white my-3">A Technology Robotix Society Initiative</p>
</div>
</div>
</div>
<div class="pos">
<div><a href="#" class="play-btn" data-vbtype="video" data-autoplay="true"
onclick="window.open('https://youtu.be/oB5hk6ui3gA');"></a></div>
<div><a href="#about">
<div class="arrow-container">
<div class="arrow-down"></div>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
</div><!-- //HERO -->
</div>
<!-- About -->
<section id="about" class="row w-100 py-0">
<div class="row mb-5 pad">
<div class="container py-5 mx-auto text-center">
<h1>ABOUT US</h1>
<p>Makerspace is a novel initiative taken by the Technology Robotix Society, IIT Kharagpur to promote the
culture of working on robotics-related projects among the students of IIT Kharagpur. Makerspace supports and
provides mentorship to new
and innovative project ideas. So, what are you waiting for? Propose your project idea today!</p>
<section class="counters">
<div class="container">
<div>
<i class="fas fa-users fa-2x"></i>
<div class="counter" data-target="60">0</div>
<h3>Project Members</h3>
</div>
<div>
<i class="fas fa-clock fa-2x"></i>
<div class="counter" data-target="500">0</div>
<h3>Hours of work</h3>
</div>
<div>
<i class="fas fa-briefcase fa-2x"></i>
<div class="counter" data-target="9">0</div>
<h3>Successful Projects</h3>
</div>
</div>
</section>
</div>
</div>
</section>
<!-- Projects-->
<section class="wrapper" id="projects">
<div class="container">
<div class="text-center">
<h1>PROJECTS</h1>
</div>
<div class="carousel" data-flickity='{"autoPlay": 4000, "freeScroll": true, "wrapAround": true }'>
<div class="carousel-cell">
<a href="Fields/CV.html"><img class="overlay" src="img/compVision.jpg" alt="Computer Vision" />
<div class="centered text-center">COMPUTER VISION</div>
</a>
</div>
<div class="carousel-cell">
<a href="Fields/Auto.html"><img class="overlay" src="img/auto.jpg" alt="Autonomous Robotics" />
<div class="centered text-center">AUTONOMOUS ROBOTICS</div>
</a>
</div>
<div class="carousel-cell">
<a href="Fields/IOT.html"><img class="overlay" src="img/iot.png" alt="IoT" />
<div class="centered">IoT</div>
</a>
</div>
</div>
</div>
</section>
<!-- Rules-->
<section class="container py-5 py-md-6 py-lg-7 mx-auto" id="rules">
<div class="text-center mb-5 pt-3 pt-lg-4">
<h1>RULES AND REGULATIONS</h1>
</div>
<div class="row pt-3 pt-lg-4">
<div class="col-md-6">
<div class="d-flex mb-4 pb-2"><i class="fas fa-hand-point-right points text-success"></i>
<div class="ps-3">
<p>Applications can be made through the portal on the homepage. Details about your project and requirements
need to be submitted.</p>
</div>
</div>
<div class="d-flex mb-4 pb-2"><i class="fas fa-hand-point-right points text-success"></i>
<div class="ps-3">
<p>Applications will be evaluated by Technology Robotix Society(TRS) based on the feasibility and scope of
the project. Once approved, one can avail the full benefits of the Makerspace Lab.</p>
</div>
</div>
<div class="d-flex mb-4 pb-2"><i class="fas fa-hand-point-right points text-success"></i>
<div class="ps-3">
<p>Projects will be reviewed regularly by TRS, through allotted mentors. Projects may be discontinued based
on current status and progress.</p>
</div>
</div>
</div>
<div class="col-md-6">
<div class="d-flex mb-4 pb-2"><i class="fas fa-hand-point-right points text-success"></i>
<div class="ps-3">
<p>A strict record of inventory used and borrowed is to be maintained. Any item(s) borrowed from the lab
must be documented in the Records Book.</p>
</div>
</div>
<div class="d-flex mb-4 pb-2"><i class="fas fa-hand-point-right points text-success"></i>
<div class="ps-3">
<p>Only students of IIT Kharagpur will be allowed to avail the facilities of the Makerspace Lab.</p>
</div>
</div>
<div class="d-flex mb-4 pb-2"><i class="fas fa-hand-point-right points text-success"></i>
<div class="ps-3">
<p>The components required for the project will be ordered by TRS for one of the students of the team(<span
style="color: red;">*</span>).</p>
</div>
</div>
</div>
</section>
<footer class="footer">
<div class="container">
<div class="row">
<div class="footer-col">
<a href="./index.html">
<h4>Makerspace</h4>
</a>
<ul>
<li><a href="#about">about us</a></li>
<li><a href="Fields/CV.html">computer vision</a></li>
<li><a href="Fields/Auto.html">autonomous robotics</a></li>
<li><a href="Fields/IOT.html">IoT</a></li>
<li><a href="#rules">rules and regulations</a></li>
</ul>
</div>
<div class="footer-col">
<button class="conbtn btn btn-primary ms-lg-3 navbar-btn centering"
onclick="window.open('Contact Form/form.html');">Have an Idea?</button>
</div>
<div class="footer-col">
<h4>follow us</h4>
<div class="social-links">
<a href="https://www.facebook.com/robotixiitkgp/"><i class="fab fa-facebook-f"></i></a>
<a href="https://twitter.com/robotixiitkgp"><i class="fab fa-twitter"></i></a>
<a href="https://www.instagram.com/robotix_iitkgp/"><i class="fab fa-instagram"></i></a>
<a href="https://www.linkedin.com/company/technology-robotix-society/"><i
class="fab fa-linkedin-in"></i></a>
<a href="https://robotix.typeform.com/to/USirXsoq?typeform-source=makerspace.robotix.in"><i
class="far fa-envelope"></i></a>
</div>
</div>
</div>
</div>
</footer>
<div class="text-center text-dark p-3" style="background-color: rgba(0, 0, 0, 0.2);">
© 2020 Copyright:
<a class="text-dark" href="https://2020.robotix.in">Technology Robotix Society</a>
</div>
<!-- Copyright -->
<script src="js/bootstrap.bundle.min.js"></script>
<script src="js/wow.js"></script>
<script>
new WOW().init();
</script>
<!--
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous">
</script>-->
<script>
document.onreadystatechange = function () {
if (document.readyState !== "complete") {
document.querySelector(
"body").style.visibility = "hidden";
document.querySelector(
"#loader").style.visibility = "visible";
} else {
document.querySelector(
"#loader").style.display = "none";
document.querySelector(
"body").style.visibility = "visible";
}
};
</script>
<script>
const counters = document.querySelectorAll('.counter');
const speed = 2000; // The lower the slower
counters.forEach(counter => {
const updateCount = () => {
const target = +counter.getAttribute('data-target');
const count = +counter.innerText;
// Lower inc to slow and higher to slow
const inc = target / speed;
// console.log(inc);
// console.log(count);
// Check if target is reached
if (count < target) {
// Add inc to count and output in counter
counter.innerText = Math.ceil(count + inc);
// Call function every ms
setTimeout(updateCount, 1);
} else {
counter.innerText = target;
}
};
updateCount();
});
</script>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"></script>
</body>
</html>