-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
72 lines (69 loc) · 1.81 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
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
<!DOCTYPE html>
<html>
<head>
<title>Pratijja V16.0</title>
<style>
.center {
overflow: hidden;
background-color: rgb(61, 59, 60);
color: rgb(255, 255, 255);
border-radius: 10px;
width: 60%;
margin: auto;
padding: 2px;
font: sans-serif;
}
.p3 {
font-family: "Lucida Console", "Courier New", monospace;
}
a:link {
color: black;
}
/* visited link */
a:visited {
color: black;
}
/* mouse over link */
a:hover {
color: white;
}
/* selected link */
a:active {
color: black;
}
</style>
</head>
<body align = "center">
<img src="Kronicle_logo.png" alt = "Kronicle_logo" width="170px" height="150px">
<h2 class="p3">PRATIJJA V16.0</h2>
<a href = "https://docs.google.com/forms/d/e/1FAIpQLSdqEzwqmzqP7B8K41CLUfxEVdDf6ZDbXYS4nbWROks3lReHhQ/viewform?usp=sf_link" target="_blank">
<div class="center">
<h2>Institutional Team Registration</h2>
</div>
</a>
<br>
<a href = "https://docs.google.com/forms/d/e/1FAIpQLSd-iYXyI2UbjfTHr1x5ms-gYe8RGrSGE1vdeCADtipIepgubQ/viewform?usp=sf_link" target="_blank">
<div class="center">
<h2>Cross Team Registration</h2>
</div>
</a>
<br>
<a href = "https://docs.google.com/forms/d/e/1FAIpQLScQPxCXt0dP0PfcWhK4ujKkVQbCaR8vGLQwQMb0mC1QOsyFBw/viewform?usp=sf_link" target="_blank">
<div class="center">
<h2>Independent Adjudicator Registration</h2>
</div>
</a>
<br>
<a href = "https://www.instagram.com/kronicle_official/" target="_blank">
<div class="center">
<h2>Instagram</h2>
</div>
</a>
<br>
<a href = "https://www.facebook.com/kroniclekiit" target="_blank">
<div class="center">
<h2>Facebook</h2>
</div>
</a>
</body>
</html>