-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvector.html
More file actions
43 lines (35 loc) · 1.43 KB
/
vector.html
File metadata and controls
43 lines (35 loc) · 1.43 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
<!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">VECTOR 2.O</h1>
<div id="img">
<img src="./images/participations/vector.jpg" id="image" alt="Error Loading Image" />
<h2>
Vector – direct your vision is a national-level technical festival held at Paschimanchal campus annually. This
year, Vector organized many competitions on several engineering disciplines , like code camps, mapathons,
circuit designing competitions, roborace etc. We got chance to participate in robo-race with headline
‘Exploring Nepal’ and we were able to secured 2nd position.
</h2>
</div>
</div>
</main>
<footer></footer>
</body>
</html>