-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
353 lines (298 loc) · 13.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Team YAAS || Home</title>
<!--Meta Tags-->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description"
content="Team YAAS is a team consisting of Yashraj Motwani, Akshat Gupta, Anand Suresh and Sai Sandeep. This is the official website for the team.">
<meta name="keywords" content="VIT,Team,YAAS,magiCode,Wheeler,Bot,Vellore Institute of Technology,Hackathon">
<meta name="author" content="Akshat Gupta">
<meta name="copyright" content="Team YAAS">
<meta name="language" content="en">
<meta name="url" content="https://teamyaas.tech">
<meta name="category" content="Team Page">
<meta name="coverage" content="Worldwide">
<meta name="rating" content="General">
<meta name="og:email" content="[email protected]">
<meta name="og:phone_number" content="+919600093179">
<meta name="og:country-name" content="India">
<meta name="og:region" content="Tamil Nadu">
<meta name="og:site_name" content="Team YAAS">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta property="og:type" content="website">
<meta property="og:title" content="Team YAAS">
<meta property="og:description"
content="Team YAAS is a team consisting of Yashraj Motwani, Akshat Gupta, Anand Suresh and Sai Sandeep. This is the official website for the team.">
<meta property="og:url" content="https://teamyaas.tech">
<meta property="og:site_name" content="Team YAAS">
<meta name="twitter:card" content="website">
<meta name="twitter:site" content="Team YAAS">
<meta name="twitter:title" content="Team YAAS">
<meta name="twitter:description"
content="Team YAAS is a team consisting of Yashraj Motwani, Akshat Gupta, Anand Suresh and Sai Sandeep. This is the official website for the team.">
<meta name="twitter:creator" content="@akshatvg">
<meta itemprop="name" content="Team YAAS">
<meta itemprop="description"
content="Team YAAS is a team consisting of Yashraj Motwani, Akshat Gupta, Anand Suresh and Sai Sandeep. This is the official website for the team.">
<link rel="canonical" href="https://teamyaas.tech">
<!-- Favicons -->
<link href="img/favicon.png" rel="icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i|Montserrat: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">
<link href="lib/ionicons/css/ionicons.min.css" rel="stylesheet">
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="lib/lightbox/css/lightbox.min.css" rel="stylesheet">
<!-- Main Stylesheet File -->
<link href="css/style.css" rel="stylesheet">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-143300488-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-143300488-1');
</script>
<script>
$(document).keydown(function (e) {
if (e.which === 123) {
return false;
}
});
$(document).bind("contextmenu", function (e) {
e.preventDefault();
});
</script>
</head>
<body oncontextmenu="return false" onkeydown="return false;" onmousedown="return false;">
<!--==========================
Header
============================-->
<header id="header" class="fixed-top">
<div class="container">
<div class="logo float-left">
<h1 class="text-light"><a href="#header"><span>Team YAAS</span></a></h1>
</div>
<nav class="main-nav float-right d-none d-lg-block">
<ul>
<li class="active"><a href="#intro">Home</a></li>
<li><a href="#about">About Us</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#team">Team</a></li>
<li><a href="#contact">Contact Us</a></li>
</ul>
</nav><!-- .main-nav -->
</div>
</header><!-- #header -->
<!--==========================
Intro Section
============================-->
<section id="intro" class="clearfix">
<div class="container">
<div class="intro-img">
<img src="img/intro-img.svg" alt="" class="img-fluid">
</div>
<div class="intro-info">
<h2>We develop<br>solutions to<br><span>unsolvable</span><br>problems!</h2>
<div>
<a href="#about" class="btn-get-started scrollto">About Us</a>
<a href="#projects" class="btn-services scrollto">Our Projects</a>
</div>
</div>
</div>
</section><!-- #intro -->
<main id="main">
<!--==========================
About Us Section
============================-->
<section id="about">
<div class="container">
<header class="section-header">
<h3>About Us</h3>
<p>Eager to know more about us?</p>
</header>
<div class="row about-extra">
<div class="col-lg-6 wow fadeInUp">
<img src="img/about-img.svg" class="img-fluid" alt="">
</div>
<div class="col-lg-6 wow fadeInUp pt-5 pt-lg-0">
<h4>Know Our Team Composition</h4>
<p>
The team consists of 4 people: Yashraj Motwani
(Iot Specialist and Android App Developer), Anand Suresh (Python Backend and iOS App Developer with a dash
of Designing skills), Sai Sandeep
(Python Backend Developer and Iot Specialist with a pinch of ML) and Akshat Gupta (Web Developer,
Entrepreneur
and Pitcher).
</p>
<h4>Background Information</h4>
<p>
We are four VIT sophomore students pursuing Bachelor of Technology degrees each with a few of us studying
Information Technology and the rest
studying Electronics and Communication Engineering- Specialising in IoT.
</p>
</div>
</div>
</div>
</section><!-- #about -->
<!--==========================
Projects Section
============================-->
<section id="projects" class="section-bg">
<div class="container">
<header class="section-header" style="padding-top: 20px;">
<h3>Projects</h3>
<p>We have developed really wonderful stuff</p>
</header>
<div class="row" style="padding-bottom: 20px;">
<div class="col-md-6 col-lg-5 offset-lg-1 wow bounceInUp" data-wow-duration="1.4s">
<div class="box">
<h4 class="title"><a href="https://github.com/team-yaas/magiCode" target="_blank">magiCode</a></h4>
<p class="description">An educative technology which helps students learn, migrate to new programming
languages, compete and earn.</p>
</div>
</div>
<div class="col-md-6 col-lg-5 wow bounceInUp" data-wow-duration="1.4s">
<div class="box">
<h4 class="title"><a href="https://github.com/team-yaas/AAGS-Wheeler" target="_blank">AAGS- Wheeler</a>
</h4>
<p class="description">A virtual assistant for the elderly & handicapped – a containerized and unified
solution to tackle some of the daily challenges faced by millions worldwide.</p>
</div>
</div>
<div class="col-md-6 col-lg-5 offset-lg-1 wow bounceInUp" data-wow-delay="0.1s" data-wow-duration="1.4s">
<div class="box">
<h4 class="title"><a href="https://bot.teamyaas.tech">YAAS- Bot</a></h4>
<p class="description">Bot to repost popular posts from VIT Club & Chapters acting as a one stop platform
keeping everyone updated about happenings in VIT University.</p>
</div>
</div>
<div class="col-md-6 col-lg-5 wow bounceInUp" data-wow-delay="0.1s" data-wow-duration="1.4s">
<div class="box">
<h4 class="title"><a href="#">Coming Soon....</a></h4>
<p class="description">Something special is coming soon. Stay tuned!</p>
</div>
</div>
<!--
<div class="col-md-6 col-lg-5 offset-lg-1 wow bounceInUp" data-wow-delay="0.2s" data-wow-duration="1.4s">
<div class="box">
<h4 class="title"><a href="">Nemo Enim</a></h4>
<p class="description">At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis
praesentium voluptatum deleniti atque</p>
</div>
</div>
<div class="col-md-6 col-lg-5 wow bounceInUp" data-wow-delay="0.2s" data-wow-duration="1.4s">
<div class="box">
<h4 class="title"><a href="">Eiusmod Tempor</a></h4>
<p class="description">Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum
soluta nobis est eligendi</p>
</div>
</div>
-->
</div>
</div>
</section><!-- #services -->
<!--==========================
Team Section
============================-->
<section id="team">
<div class="container">
<div class="section-header">
<h3>Team</h3>
<p>Meet the team that innovates</p>
</div>
</div>
<div class="container-fluid" style="margin-top : 10px">
<div class="row" style="padding-left: 23vw; padding-right: 23vw">
<div class="col-12 col-xl-3" style="margin-bottom: 30px">
<img src="img/team-4.jpg" class="circle">
<div class="text-center" style="padding-top: 10px">
<a href="#">Yashraj Motwani</a>
</div>
</div>
<div class="col-12 col-xl-3" style="margin-bottom: 30px">
<img src="img/team-3.jpg" class="circle">
<div class="text-center" style="padding-top: 10px">
<a href="https://akshatvg.com" target="_blank">Akshat Gupta</a>
</div>
</div>
<div class="col-12 col-xl-3" style="margin-bottom: 30px">
<img src="img/team-1.jpg" class="circle">
<div class="text-center" style="padding-top: 10px">
<a href="https://www.anandsure.tech" target="_blank">Anand Suresh</a>
</div>
</div>
<div class="col-12 col-xl-3" style="margin-bottom: 30px">
<img src="img/team-2.jpg" class="circle">
<div class="text-center" style="padding-top: 10px">
<a href="#">Sai Sandeep</a>
</div>
</div>
</div>
</div>
</section><!-- #team -->
<!--==========================
Contact Section
============================-->
<section id="contact">
<div class="container">
<div class="section-header">
<h3>Contact Us</h3>
</div>
</div>
<div class="row wow fadeInUp">
<div class="col-12">
<div class="row" style="left: 50%;transform: translate(10%);">
<div class="col-lg-4 info">
<i class="ion-ios-location-outline"></i>
<p>Vellore Institute of Technology, TN- 632014</p>
</div>
<div class="col-lg-4 info">
<i class="ion-ios-email-outline"></i>
<p>[email protected]</p>
</div>
<div class="col-lg-4 info">
<i class="ion-ios-telephone-outline"></i>
<p>+919600093179</p>
</div>
</div>
</div>
</div>
</section><!-- #contact -->
</main>
<!--==========================
Footer
============================-->
<footer id="footer">
<div class="container">
<div class="copyright">
© Copyright <strong><a href="https://teamyaas.tech">Team YAAS</a></strong> . All Rights Reserved
</div>
</footer><!-- #footer -->
<a href="#" class="back-to-top"><i class="fa fa-chevron-up"></i></a>
<div id="preloader"></div>
<!-- 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/mobile-nav/mobile-nav.js"></script>
<script src="lib/wow/wow.min.js"></script>
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="lib/counterup/counterup.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<script src="lib/isotope/isotope.pkgd.min.js"></script>
<script src="lib/lightbox/js/lightbox.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>