-
Notifications
You must be signed in to change notification settings - Fork 0
/
generic.html
91 lines (78 loc) · 4.36 KB
/
generic.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
<html>
<head>
<title>Technocrats Robotics</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Page Wrapper -->
<div id="page-wrapper">
<!-- Header -->
<header id="header">
<h1><a href="index.html">TEAM TECHNOCRATS ROBOTICS</a></h1>
<nav id="nav">
<ul>
<li class="special">
<a href="#menu" class="menuToggle"><span>Menu</span></a>
<div id="menu">
<ul>
<li><a href="index.html">Home</a></li>
<!-- coz we dont need a about section -->
<li><a href="generic.html">Robocon</a></li>
<li><a href="rover.html">Indian Rover Challenge</a></li>
<li><a href="Gallery/index.html">Gallery</a></li>
<li><a href="contactus.html">Contact Us</a></li> </ul>
</div>
</li>
</ul>
</div>
</li>
</ul>
</nav>
</header>
<!-- Main -->
<article id="main">
<header>
<h2>ROBOCON</h2>
<p>THE ZENITH FOR ROBOTIC COMPETITIONS</p>
</header>
<section class="wrapper style5">
<div class="inner">
<h3>ABOUT ROBOCON</h3>
<p>
Robocon (short for Robotics Contest) is organised by Asia-Pacific Broadcasting Unit (ABU), a collection of over 20 countries in the Asia Pacific Region.NHK,Japan have been collectively organising such contests at the national level and also became the host of the first ABU Robocon in 2002. Since then, every year one of the member broadcasters hosts the international event Robocon India 2009 View of Arena.
</p>
<hr />
<h4>UNDERSTANDING ROBOCON</h4>
<p>The broadcasters of each participant country are responsible for the code of conduct of their national contests to select the team which will represent the country in the international contest. Teams from Engineering and Technical colleges from across the country are eligible to participate. Participating teams are expected to design and fabricate their own robots and organize the teams including an Instructor, Team Leader, Manual Robot Operator and a Automatic Robot Operator.</p>
<p>The Team has shown excellent performance in the recent years in the Robocon Event. It made a good debut securing 5th position among 24 new teams in Robocon 2013. It stood 22nd out of 100 teams in the consecutive year. In 2016, we stood 20th out of 110 teams and were also awarded with a Best Rookie Award. In 2018 it was the 2nd best team in Southern India and the 3rd best team in Southern India in 2019.</p>
</div>
</section>
</article>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="https://www.youtube.com/channel/UC43tBHNpVNYZA1MQjVQeMDA" class="icon brands fa-youtube"><span class="label">Youtube</span></a></li>
<li><a href="https://www.facebook.com/technocratsrobotics/" class="icon brands fa-facebook-f"><span class="label">Facebook</span></a></li>
<li><a href="https://www.instagram.com/technocratsrobotics/" class="icon brands fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="https://github.com/technocrats-robotics" class="icon brands fa-github"><span class="label">Github</span></a></li>
<li><a href="
contactus.html" class="icon solid fa-envelope"><span class="label">Email</span></a></li>
</ul>
<ul class="copyright">
<li>© Untitled</li><li>Design: <a href="https://github.com/ecm-hackers">ECM-HACKERS</a></li>
</ul>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>