-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
33 lines (33 loc) · 2.39 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
<!DOCTYPE html>
<html>
<head>
<title>QUICK LINKS - NITRR</title>
<meta charset="UTF-8">
<meta name="description" content="A cloud based service for NIT Raipur students. Find contacts, syllabi and other useful resources in seconds.">
<meta name="keywords" content="NITRR Quick Links Raipur Students Syllabus Fee Department Contacts Free Books Technology Institute">
<meta name="author" content="Aman Bhaskar">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="QuickLinksLogo16.png" type="image/gif" sizes="16x16">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="navbar">
<div><h6>QUICK LINKS</h6></div>
<div><p>National Institute of Technology, Raipur</p></div>
</div>
<div id="boxes">
<div class="link-box" id="link1"><a href="http://nitrr.ac.in/" target="blank"><span class="material-icons">language</span><p>Official Website</p></a></div>
<div class="link-box"><a href="https://results.nitrr.ac.in/" target="blank"><span class="material-icons">emoji_events</span><p>Result</p></a></div>
<div class="link-box"><a href="syllabus.html"><span class="material-icons">style</span><p>Syllabus</p></a></div>
<div class="link-box"><a href="http://nitrr.ac.in/onlinepay.php" target="blank"><span class="material-icons">paid</span><p>Fee<br/>Payment</p></a></div>
<div class="link-box"><a href="contact.html"><span class="material-icons">perm_contact_calendar</span><p>Contacts</p></a></div>
<div class="link-box"><a href="http://tpo.nitrr.ac.in/stats.html" target="blank"><span class="material-icons">trending_up</span><p>Placement<br/>Statistics</p></a></div>
<div class="link-box"><a href="resources.html"><span class="material-icons">folder</span><p>Resources</p></a></div>
</div>
<script src="script.js"></script>
</body>
</html>