forked from anarc-nita/anarc-website
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
202 lines (173 loc) · 9.33 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
<!DOCTYPE html>
<html lang="en"> <!-- Made By Pratik Das &
Simran Kumari new anarc-website -->
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Welcome to Asimov NIT Agartala Robotics Club | ANARC">
<meta name="keywords" content="NIT Agartala Robotics Club, NIT Agartala, ANARC, NITA">
<link rel="icon" href="img/logo.png">
<title>Anarc</title>
<!-- All Fonts Here-->
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;600;700&display=swap" rel="stylesheet">
<!-- All CSS Here-->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/index.css">
</head>
<body>
<!-- Pop-Up Message -->
<!-- <div class="popup-screen">
<div class="popup-box">
<i class="fa fa-times close-btn"></i>
<h2>Join ANARC!</h2>
<p>Hola Visitor! S. O. A. R Test is here. Click Below to Know More</p>
<a href="EventRegistration.html" class="popup-btn">SOAR Test</a>
</div>
</div> -->
<section class="header">
<nav>
<a href="index.html"> <img src="img/logo.png" alt="" id="header-img"></a>
<div class="nav-links" id="navLinks">
<i class="fa fa-times" onclick="hideMenu()"></i>
<ul>
<li><a href="events.html">Events</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="members.html">Team</a></li>
<li><a href="alumni.html">Alumni</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<i class="fa fa-bars" onclick="showMenu()"></i>
</nav>
<div class="text-box"><br><br><br><br><br>
<h1>Asimov NIT Agartala Robotics Club</h1>
<h3>Where we build Together</h3>
<p>
The official Robotics club of NIT Agartala "ANARC", is a very profound students organization...</p>
<a href="about.html" class="first-btn">Know More about ANARC</a>
<!-- <a style="text-decoration: none;" href="EventRegistration.html"><h3 id = "upcomming-event"> Join Team ANARC <img src="img/right arrow.png" alt=""></h3></a>
-->
</div>
</section>
<!-- hsjach -->
<section class="acti">
<h1>Club Activities</h1>
<p style="font-size: 16px;">ANARC Robotics Club has one of the best Teams in NIT Agartala</p>
<div class="row">
<div class="acti-col">
<h3>Robotics</h3>
<p>The Robotics Team works on Making Robotics Projects, Organizing Robo-War, takes part in Robotics Competitions, and many more</p>
</div>
<div class="acti-col">
<h3>Development</h3>
<p>This Team is the backbone of what you are seeing, Developers in our club includes - Web developers, App Developers, CP/DSA Experts, etc</p>
</div>
<div class="acti-col">
<h3>Designing</h3>
<p>We have the best Designers in the club, all the banners and posters that you see on socials are the creations of these Designers</p>
</div>
</div>
</section>
<!-- Highlited Projects -->
<section class="project">
<h1>Highlighted Projects of ANARC</h1>
<p style="font-size: 16px;">We believe, Making as many Projects as we can, helps a person to understand the concepts clearly & its application in the Real World</p>
<div>
<center><h1 style="font-size: 20px; margin-top: 20px;"><a href="projects.html" style="text-decoration: none; font-size: 20px; margin-top: 20px;">Click Here </a> To see all our Projects</h1></center>
<center><h1 style="font-size: 20px; margin-top: 20px;"><a href="NewProject.html" style="text-decoration: none; font-size: 20px; margin-top: 20px;">Click Here </a> To Propose A New Project</h1></center>
</div>
<div class="row">
<div class="project-col">
<img src="img/hand.jpg" alt="">
<h3>Robotic hand</h3>
<p>A Gesture Based Robotics hand that is capable of doing simple arithematic Operations</p>
</div>
<div class="project-col">
<img src="img/picabot.PNG" alt="">
<h3>Pica Bot</h3>
<p>A Self-Moving Robot that resemble human behavior with face gestures</p>
</div>
<div class="project-col">
<img src="img/SMARTDUSTBIN.PNG" alt="">
<h3>Smart Dustbin</h3>
<p>Based on Arduino and Powered by servo motor, the smart dustbin automatically open its lid</p>
</div>
</div>
</section>
<!-- Events -->
<section class="events">
<h1>Special Events</h1>
<p style="font-size: 16px;">We organize the biggest Tech-Fest (AAYAM) in the North-East</p>
<div class="row">
<div class="events-col">
<img src="img/aayam-3.jpg" alt="">
<div class="layer">
<h4>AAYAM is arguably the biggest and most pompous of the technical events conducted during the fest</h4>
</div>
</div>
<div class="events-col">
<img src="img/soar.JPG" alt="">
<div class="layer">
<h4>SOAR aims to introduce the freshers to our robotics club.</h4>
</div>
</div>
<div class="events-col">
<img src="img/techtour.jpeg" alt="">
<div class="layer">
<h4>TECHTOUR aims to enhance technical and management skills and develop team work.</h4>
</div>
</div>
</div>
</section><br><br>
<!--Faculty Avdisor & Team Highlights-->
<section class="faculty-advisor">
<h1>Meet our Faculty Advisor</h1><br>
<img src="img/SUMAN DEB SIR.png" alt=""><br><br>
<h3 style="font-size: 30px;">Suman Deb</h3>
<p>Assistant Professor <br>
Department of Computer Science & Engineering <br>
National Institute of Technology Agartala
</p>
<a href="https://orcid.org/0000-0002-1457-4713" target="_blank"><img src="img/ORCID.png" alt="" style ="width: 30px; height: 30px; padding: 0px 20px 0px 20px;"></a>
<a href="https://www.researchgate.net/profile/Suman-Deb-3" target="_blank"><img src="img/rgate.png" alt="" style ="width: 30px; height: 30px; padding: 0px 20px 0px 20px;"></a>
<a href="https://www.sumandeb.com/" target="_blank"><img src="img/web-logo.png" alt="" style ="width: 30px; height: 30px; padding: 0px 20px 0px 20px;"></a>
</section>
<section class="team-highlights">
<h1>Highlighted Members of ANARC</h1><br>
<div class="row">
<div class="team-col">
<img src="img/active_team/rishab.jpg" alt="" style="margin-top: 0;">
<h3>Senior Advisor ANARC <br>Rishab Navneet</h3>
</div>
<div class="team-col">
<img src="img/active_team/IMG_20210115_121424__01__02 - 20UEI018 HARSHITHA.jpg" alt="">
<h3>President ANARC <br>Achanta Harshitha</h3>
</div>
<div class="team-col">
<img src="img/active_team/arun.png" alt="">
<h3>Vice President ANARC <br>Arun Sai</h3>
</div>
</div>
</section>
<!-- some random introssssss -->
<section class="ran">
<h1>Excited to Know more about our Club ANARC???</h1>
<a href="contact.html" class="first-btn">Contact Us</a>
</section>
<!-- Footer -->
<section class="footer">
<h3>About Us</h3>
<p>This club provides an excellent platform for the students who want to plant their interests in the field of ROBOTICS and ARTIFICIAL INTELLIGENCE. The robotics club at NIT Agartala is an interdisciplinary club whose gate is open for all who want to pursue their interests in the mechanical, electronics, automation, control, and software field. ANARC offers myriad opportunities to learn more about designing, construction, programming, and characterization of ROBOTICS and CONTROL SYSTEM throughout the year.</p>
<div class="icons">
<a href="https://www.facebook.com/anarcnit/"><i class="fa fa-facebook"></i></a>
<a href="https://www.instagram.com/anarc_nita/"><i class="fa fa-instagram"></i></a>
<a href="https://www.linkedin.com/company/asimov-nit-agartala-robotics-club"><i class="fa fa-linkedin"></i></a>
<a href="https://github.com/anarc-nita"><i class="fa fa-github"></i></a>
</div><br>
<p>Made with <i class="fa fa-heart-o"></i> by Team ANARC <br> All Copyrights © Reserved </p>
</section>
<script src="js/onclick.js"></script>
</body>
</html>