-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdashboard.html
36 lines (36 loc) · 1.7 KB
/
dashboard.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Evan Anderson Portfolio</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Abel&family=Arsenal:ital,wght@0,400;0,700;1,400;1,700&family=Cambay:ital,wght@0,400;0,700;1,400;1,700&family=Jaldi:wght@400;700&family=News+Cycle:wght@400;700&family=Oswald:[email protected]&family=Prociono&family=Share:ital,wght@0,400;0,700;1,400;1,700&family=Sofia+Sans+Condensed:ital,wght@0,1..1000;1,1..1000&family=Sulphur+Point:wght@300;400;700&family=Sunflower:wght@300&display=swap" rel="stylesheet"><link rel="icon" href="favicon.ico">
</head>
<body>
<div>
<h1 class="title">Evan Marlo Anderson</h1>
<hr>
<h1 class="subtitle">Undergraduate Computer Science Student</h1>
</div>
<ul style="background-color: rgb(214, 214, 214);">
<li class="inactive"><a href="/">Home</a></li>
<li class="inactive"><a href="resume">Resume</a></li>
<li class="inactive"><a href="gaspacs">GASPACS</a></li>
<li class="inactive"><a href="dispenser">ITLS 4270 Dispenser</a></li>
<li class="inactive"><a href="reclamation">License Reclamation</a></li>
<li class="inactive"><a href="tutor">Typing Trainer</a></li>
<li class="active"><a href="dashboard">SOAR Inventory</a></li>
</ul>
<div class="custom_PDF">
<embed class="responsive-iframe" src="2024 Signature Project Summary.pdf#zoom=FitH"/>
</div>
<p>
<center>
<a href="./2024 Signature Project Summary.pdf" download="Dashboard">Download PDF</a>
</center>
</p>
</body>
</html>