forked from anarc-nita/anarc-website
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathevents.html
145 lines (125 loc) · 6.84 KB
/
events.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
<!DOCTYPE html>
<html lang="en">
<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">
<link rel="icon" href="img/logo.png">
<title>Events</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/events.css">
</head>
<body>
<section class="about-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>
<h1 id="header-name">Our Club Events</h1>
</section>
<!-- Events List -->
<section class="project">
<h1>Student Orientation & Registration Program (SOAR)</h1>
<p style="font-size: 16px;">SOAR aims to introduce the freshers to our robotics club.
Orientation Program is addressed by Director and Faculty Advisor.
The working body of ANARC present their several completed and ongoing projects.
You are welcome to witness the glorious journey of our club.
Following are the details of upcoming classes:
Programming
Electronic Circuits & Sensors
Course Completion Projects</p>
<div class="row">
<div class="project-col">
<img src="img/soar-1.JPG" alt="">
<h3>SOAR</h3>
<p>Every Year Soar is organised to include freshers into the club with a key initiative to learn Robotics</p>
</div>
<div class="project-col">
<img src="img/soar-class.jpg" alt="">
<h3>SOAR Class</h3>
<p>You Need Not to be a pro in Robotics!!! Our Faculty and Top Senior Members of the Club are always there to guide you</p>
</div>
<div class="project-col">
<img src="img/soar-2.JPG" alt="">
<h3>SOAR Event</h3>
<p>SOAR Event is backed by top Faculty Members of Our College</p>
</div>
</div>
</section>
<section class="project">
<h1>Technical Fest AAYAM</h1>
<p style="font-size: 16px;">Aayam is arguably the biggest and most pompous of the technical events conducted during the fest.
It is organised by ASIMOV NIT-Agartala Robotics Club (ANARC), Aayam is a paradise for the tech-savvy which is full of enthusiasm.
It features competitions like:
Robowar,
Line Follower,
Prick-O-Blast,
Tech Expo, etc</p>
<div class="row">
<div class="project-col">
<img src="img/aayam-1.jpg" alt="">
<h3>AAYAM</h3>
<p>Aayam is the most waited Tech Fest of NIT Agartala</p>
</div>
<div class="project-col">
<img src="img/line-follower.jpg" alt="">
<h3>Line Follower</h3>
<p>An Automated Robot Following the line marked on the Road</p>
</div>
<div class="project-col">
<img src="img/robo-war.jpg" alt="">
<h3>RoboWar</h3>
<p>A 2v2 Battle Between two teams with their bots fiting for Victory</p>
</div>
</div>
</section>
<section class="project">
<h1>Special Event TECHTOUR</h1>
<p style="font-size: 16px;">Tech Tour is one of the most awaited events of ANARC which is organized during the month of March and April every year. Several technical activities are conducted and projects are performed under the supervision of allotted mentors. The tour aims to enhance technical and management skills and develop teamwork. List of competitions: DeathRace, Prick-O-Blast, Circuit-o-Geeks, Quiz, Tech Talk Afterward Winners are awarded and Top projects presented during Tech Talk are selected for funding through the club.</p>
<div class="row">
<div class="project-col">
<img src="img/tech1.jpg" alt="">
<h3>DeathRace</h3>
<p>A Robotic Race in which the BOT has to overcome Obstacles during its running time</p>
</div>
<div class="project-col">
<img src="img/tech2.jpg" alt="">
<h3>Working Team</h3>
<p>Team of 4 to 5 Members work day and night giving their best for the Competitions</p>
</div>
<div class="project-col">
<img src="img/tech3.jpg" alt="">
<h3>Planning Starts Here</h3>
<p>The Planning of The Contest starts 6 months before with all the interested members</p>
</div>
</div>
</section>
<!-- Footer -->
<section class="footer">
<h3>Connect With Our Socials</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>