-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (42 loc) · 1.93 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>Rules and Regulations</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href='http://fonts.googleapis.com/css?family=Lato:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="index.css">
</head>
<body>
<div class="header">
<ul>
<li><a class="active" href="#home"><img src="img/ky.png"></a></li>
</ul>
</div>
<div class="heading">Rules & Regulations</div>
<center>
<div class="banner_content">
<ul>
<li>Any College Student with a valid College Student Identity Card.</li>
<li>All we need is your enthusiasm and zeal to come up with fresh ideas to help us make this edition of Kashiyatra splendorous.</li>
<li>Read and understand the program thoroughly</li>
<li>Connect us to the programming club and placement cells of your university.</li>
<li>Come up with innovative ideas on how Kashiyatra can associate with your university.</li>
<li>Conduct pre-placement challenges on your university.</li>
<li>Around the globe exposure for the events organized by you.</li>
<li>They will be the face of Spoken Tutorials in their colleges/campuses.</li>
<li>A list of participants, date, time and venue of the workshop should be mailed to the Spoken Tutorial team.</li>
<li>Within 15 days of attending a workshop, the provisional Campus Ambassadors are to create or dub a spoken tutorial.</li>
</ul>
</div>
</center>
</div>
<footer>
<center>
<div class="container">
<p>Copyright © Kashiyatra 2020 IIT(BHU) VARANASI</p>
</div>
</center>
</footer>
</body>
</html>