-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
44 lines (43 loc) · 1.86 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
<!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">
<link href="style.css" rel="stylesheet" type="text/css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="icon" href="icon.png">
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap" rel="stylesheet">
<script src="script.js"></script>
<title>Specialization Matcher</title>
</head>
<body>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<div class="navbar">
<img class="active" id="dbhimage" src="UCI17_Bren_ICS_2L_white-1200.png" alt ="UCI Donald Bren School of Information & Computer Sciences"/>
<div id="myLinks" class="links">
<a href="index.html">Home</a>
<a href="quiz.html">Matcher</a>
<a href="specializations.html">Specializations</a>
<a href="resources.html">Resources</a>
<a href="aboutus.html">About Us</a>
</div>
<a href="javascript:void(0);" class="icon" onclick="dropdown()">
<i class="fa fa-bars"></i>
</a>
</div>
<h1 class="title">Specialization Matcher</h1>
<div class="petrcontainer" style="text-align: center;">
<img class="petr" id="petrimage" src="petr.png" alt="Petr On Computer">
</div>
<section>
<div class="fatbuttons">
<a href="quiz.html" onclick="loadquiz()">Matcher</a>
<a href="specializations.html">Specializations</a>
<a href="resources.html">Resources</a>
<a href="aboutus.html">About Us</a>
</div>
</section>
</body>
</html>