forked from robosocnith/robosocnith.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrobocon.html
More file actions
108 lines (104 loc) · 5.33 KB
/
robocon.html
File metadata and controls
108 lines (104 loc) · 5.33 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Activities-RoboCon</title>
<link href="css/robocon.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono|Roboto+Slab" rel="stylesheet">
</head>
<body>
<nav>
<div class="branding">
<figure>
<img class="logo" src="img/robosoc.png">
</figure>
<div class="brand">
<h3><span>ROBOTICS SOCIETY</span><br/>NIT-Hamirpur</h3>
</div>
</div>
<div class="nav-links">
<a href="index2.html">Home</a>
<a href="activities.html">Activities</a>
<a href="projects.html">Projects</a>
<a>Sponsor Us</a>
<a>Blog</a>
<a href="members.html">Members</a>
<a>Gallery</a>
</div>
</nav>
<section class="head">
<div class="head-content">
<h3>Asia-Pacific Broadcasting Union's</h3>
<h1>ROBOCON</h1>
<p>The ABU Asia-Pacific Robot Contest (ABU Robocon) is an Asian Oceanian College robot competition, founded in 2002 by Asia-Pacific Broadcasting Union. In the competition robots compete to complete a task within a set period of time. The contest aims to create friendship among young people with similar interests who will lead their countries in the 21st century, as well as help advance engineering and broadcasting technologies in the region.</p>
</div>
</section>
<article class="robocon">
<div class="robocon-content">
<h2>ROBOCON 2k18</h2>
<div class="rank">
<span>25</span>
</div>
<p class="content">RoboCon India 2k18 was held in MIT Pune on 25th Feb 2018. Our First match was against IIT Indore wherein we won with a great margin in score. Unfortunately, due to technical faults we were knocked out by ____________. Even though we were able to bag the 25th position. In the upcoming years we are looking forward to improve our position and to represent our country in Abu RoboCon.</p>
<iframe class="youtube" src="https://www.youtube.com/embed/CLrFQ_9nDXw" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<div class="slider">
<div class="pic">1</div>
<div class="pic">2</div>
<div class="pic">3</div>
<div class="pic">4</div>
</div>
</div>
</article>
<article class="robocon">
<div class="robocon-content">
<h2>ROBOCON 2k17</h2>
<div class="rank">
<span>86</span>
</div>
<p class="content">RoboCon India 2k18 was held in MIT Pune on 25th Feb 2018. Our First match was against IIT Indore wherein we won with a great margin in score. Unfortunately, due to technical faults we were knocked out by ____________. Even though we were able to bag the 25th position. In the upcoming years we are looking forward to improve our position and to represent our country in Abu RoboCon.</p>
<iframe class="youtube" src="https://www.youtube.com/embed/CLrFQ_9nDXw" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<div class="slider">
<div class="pic">1</div>
<div class="pic">2</div>
<div class="pic">3</div>
<div class="pic">4</div>
</div>
</div>
</article>
<article class="robocon">
<div class="robocon-content">
<h2>ROBOCON 2k16</h2>
<div class="rank">
<span>112</span>
</div>
<p class="content">RoboCon India 2k18 was held in MIT Pune on 25th Feb 2018. Our First match was against IIT Indore wherein we won with a great margin in score. Unfortunately, due to technical faults we were knocked out by ____________. Even though we were able to bag the 25th position. In the upcoming years we are looking forward to improve our position and to represent our country in Abu RoboCon.</p>
<iframe class="youtube" src="https://www.youtube.com/embed/CLrFQ_9nDXw" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<div class="slider">
<div class="pic">1</div>
<div class="pic">2</div>
<div class="pic">3</div>
<div class="pic">4</div>
</div>
</div>
</article>
<footer>
<img src="img/robosoc.png" width=200px>
<div>
<ul>
<a><li>Top</li></a>
<li>Activities</li>
<li>Projects</li>
<li>Sponsor Us</li>
</ul>
<ul>
<li>Blog</li>
<li>People</li>
<li>Gallery</li>
<a><li></li></a>
</ul>
</div>
</footer>
</body>
</html>