-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
231 lines (191 loc) · 9.24 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>YAAS- Bot</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="Bot to repost popular posts from VIT Club & Chapters acting as a one stop platform keeping everyone updated about happenings in VIT University.">
<meta name="keywords" content="VIT,Team,YAAS,Bot,Vellore Institute of Technology,Insta,Instagram,Repost">
<meta name="author" content="Akshat Gupta">
<meta name="copyright" content="Team YAAS">
<meta name="language" content="en">
<meta name="url" content="https://bot.teamyaas.tech">
<meta name="category" content="Bot Project Page">
<meta name="coverage" content="Worldwide">
<meta name="rating" content="General">
<meta name="og:email" content="akshatvg23@gmail.com">
<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="Bot to repost popular posts from VIT Club & Chapters acting as a one stop platform keeping everyone updated about happenings in VIT University.">
<meta property="og:url" content="https://bot.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="Bot to repost popular posts from VIT Club & Chapters acting as a one stop platform keeping everyone updated about happenings in VIT University.">
<meta name="twitter:creator" content="@akshatvg">
<meta itemprop="name" content="Team YAAS">
<meta itemprop="description"
content="Bot to repost popular posts from VIT Club & Chapters acting as a one stop platform keeping everyone updated about happenings in VIT University.">
<link rel="canonical" href="https://bot.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">
<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>YAAS- Bot</span></a></h1>
</div>
<nav class="main-nav float-right d-none d-lg-block">
<ul>
<li><a href="https://teamyaas.tech">Team Page</a></li>
<li><a href="#about">About</a></li>
<li><a href="#projects">Bots</a></li>
</ul>
</nav><!-- .main-nav -->
</div>
</header><!-- #header -->
<!--==========================
About Us Section
============================-->
<section id="about" class="clearfix" style="margin-top: 50px;">
<div class="container">
<header class="section-header">
<h3>About YAAS- Bot</h3>
</header>
<div class="row about-extra">
<div class="col-lg-6 wow fadeInUp text-center">
<img src="img/about-img.png" class="img-fluid"
style="border-radius: 50px;box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);" alt="">
</div>
<div class="col-lg-6 wow fadeInUp pt-5 pt-lg-0">
<h4>What is YAAS- Bot?</h4>
<p>
YAAS- Bot is a bot to repost popular posts from VIT Club & Chapters acting as a one stop
platform keeping
everyone updated about happenings in VIT University.
</p>
<h4>Advantages of following our page:</h4>
<ul>
<li>Know all active and exisiting club & chapters.</li>
<li>Follow just one page to view posts for all domains.</li>
<li>Know similar events as yours you might've missed.</li>
<li>Extra publicity for clubs & chapters.</li>
</ul>
</div>
</div>
</div>
</section><!-- #about -->
<!--==========================
Projects Section
============================-->
<section id="projects" class="section-bg" style="padding-bottom: 20px;">
<div class="container">
<header class="section-header" style="padding-top: 20px;">
<h3>Our Bots</h3>
<p></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://www.instagram.com/yaas_bot/" target="_blank">Technical
Bot</a>
</h4>
<p class="description">Bot for all technical posts</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="#" data-toggle="modal" data-target="#myModal">Cultural
Bot</a>
</h4>
<p class="description">Bot for all non-technical posts</p>
</div>
</div>
</div>
<div class="modal fade" id="myModal" role="dialog">
<div class="modal-dialog modal-lg modal-dialog-centered">
<div class="modal-content" style="background-color: rgba(0, 0, 0, 0.801)">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal"
style="color: whitesmoke;">×</button>
</div>
<div class="modal-body">
<p style="color: white;">The Cultural Bot is still under development. Stay tuned for the
official release!</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!--==========================
Footer
============================-->
<footer id="footer">
<div class="container">
<div class="copyright">
We are not associated with <b>VIT</b> in any way. All information provided in this website is for
general
information only and is not official information from <b>VIT</b>.<br>
© Copyright <a href="https://teamyaas.tech" style="color: whitesmoke;"><strong>Team
YAAS</strong></a>. All Rights Reserved
</div>
</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>