-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexam.html
144 lines (122 loc) · 4.65 KB
/
exam.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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
<!DOCTYPE html>
<html lang="en">
<head>
<title>Academic Calendar</title>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width,initial-scale=1.0, maximum-scale=1.0"
/>
<!-- Add the evo-calendar.css for styling -->
<link
rel="stylesheet"
type="text/css"
href="https://cdn.jsdelivr.net/npm/[email protected]/evo-calendar/css/evo-calendar.min.css"
/>
<link rel="stylesheet" type="text/css" href="css/evo-calendar.midnight-blue.css" />
<link rel="stylesheet" href="styleHeader.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" />
<link rel="stylesheet" href="styleFooter.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="stylesheet" href="exam.css">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@1,100&display=swap" rel="stylesheet">
<!-- Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Source+Sans+Pro&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Pacifico&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Fira+Mono&display=swap"
rel="stylesheet"
/>
</head>
<body>
<body>
<header>
<nav>
<label class="logo">TechCoders</label>
<ul>
<li><a class="active" href="index.html">Home</a></li>
<li><a class="active" href="index1.html">Calendar</a></li>
<li>
<a href="#">Stream
<i class="fas fa-caret-down"></i>
</a>
<ul>
<li><a href="engineering.html">Engineering</a></li>
<li><a href="medical.html">Medical</a></li>
</ul>
</li>
<li><a href="exam.html">Exam links</a></li>
</ul>
</nav>
<div class="break"></div>
</header>
<div class="heading">
<br>
<p class="heading-p" ><strong>Find links to important examinations here.</strong></p>
<br>
</div>
<div class="neet">
<br>
<p class="neet-p">Want to register for NEET?</p>
<a href="https://neet.nta.nic.in/" target="_blank"
><button class="btn">Click here</button></a
>
<hr />
</div>
<div class="jeemain">
<br>
<p class="jm-p">Want to register for JEE Mains?</p>
<a href="https://jeemain.nta.nic.in/about-jeemain-2022/" target="_blank"
><button class="btn">Click here</button></a
>
<hr />
</div>
<div class="jeeadv">
<br>
<p class="jm-p">Want to register for JEE Advanced?</p>
<a href="https://jeeadv.ac.in/" target="_blank"
><button class="btn">Click here</button></a
>
<hr />
</div>
<div class="gate">
<br>
<p class="gate-p">Want to register for GATE?</p>
<a href="https://gate.iitkgp.ac.in/" target="_blank"
><button class="btn">Click here</button></a
>
<hr />
</div>
<footer class="footer-distributed">
<h1 style="color: white;" >Academic<span>Calendar</span></h1>
<div class="footer-right">
<p class="footer-company-about">
<span>About the company</span><br>
<h5>We, the techcoders, are first year students, who are aiming to build an integrated annual academic calendar website for the ease of students and all the Indian Universities.</h5><br>
</p>
<a href="https://www.facebook.com" target="_blank"><img src="Logos/fb.png" width="40px" alt=""></a>
<a href="https://twitter.com/" target="_blank"><img src="Logos/twitter.png" width="40px" alt=""></a>
<a href="https://www.linkedin.com/" target="_blank"><img src="Logos/Linkedin-logo-on-transparent--background-PNG.png" width="40px" alt=""></a>
<a href="https://github.com/" target="_blank"><img src="Logos/github.png" width="40px" alt=""></a>
</div>
<div class="footer-left">
<div class="footer-left">
<p class="footer-links">
<a class="link-1" href="index.html">Home</a>
<a href="#">Blog</a>
<a href="feedback.html">Feedback</a>
<a href="aboutus.html">About Us</a>
<a href="contactUs.html">Contact</a>
</p>
<p>TechCoders © 2021</p>
</div>
</footer>
</body>
</body>