-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrobocon2018.html
More file actions
50 lines (44 loc) · 1.54 KB
/
Copy pathrobocon2018.html
File metadata and controls
50 lines (44 loc) · 1.54 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
<!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" />
<title>Robotics Club IOEPC</title>
<link rel="stylesheet" href="./lib/main.css" />
<link rel="stylesheet" href="./participate.css" />
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.13.0/css/all.css"
integrity="sha384-Bfad6CLCknfcloXFOyFnlgtENryhrpZCe29RTifKEixXQZ38WheV+i/6YWSzkz3V"
crossorigin="anonymous"
/>
<script src="./lib/jquery-3.6.0.min.js"></script>
<script src="./lib/main.js"></script>
</head>
<body>
<!-- <loader></loader> -->
<navbar></navbar>
<main id="main">
<div class="container">
<!-- Title of the page -->
<h1 id="title">IOE ROBOCON 2018</h1>
<div id="img">
<img
src="./images/participations/robocon2018.jpg"
id="image"
alt="Error Loading Image"
/>
<h2>
Robotics Club Pulchowk Campus and Center for Applied Research and
Development (CARD) has organized Robocon. Again in year 2018, our
club has participated and the theme for Robotic Contest was “UJYALO
NEPAL” . Special Thanks To our Mentor ‘Er. Om Prasad Dhakal’, ‘Er.
Bhoras Yadav’, ‘FSU Purwanchal Campus’ and Whole ERC Family.∟
</h2>
</div>
</div>
</main>
<footer></footer>
</body>
</html>