-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchina2018.html
More file actions
51 lines (45 loc) · 1.62 KB
/
china2018.html
File metadata and controls
51 lines (45 loc) · 1.62 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
<!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">AUTOMATION IN AGRICULTURAL COMPETITION IN CHINA 2018</h1>
<div id="img">
<img
src="../../images/participations/china2018.jpg"
id="image"
alt="Error Loading Image"
/>
<h2>
In year 2018 for the first time Purwanchal Campus has participated
in the international competition. With the concept of Automation in
the field of Agriculture China has organized a competition and
invited many nation, from which one nation is Nepal. Agricultural
Department of Purwanchal Campus participated in the competition in
association with Robotics Club Purwanchal Campus.
</h2>
</div>
</div>
</main>
<footer></footer>
</body>
</html>