-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (38 loc) · 1.48 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
<!DOCTYPE html>
<html>
<head>
<title> Courtney Peverley CSCI 5593 </title>
<link rel="stylesheet" type="text/css" href="index.css">
<link href="https://fonts.googleapis.com/css?family=Arvo|Saira+Condensed" rel="stylesheet">
<link rel="shortcut icon" type="image/x-icon" href="images/cookie1.png">
</head>
<body>
<h1>CSCI 5593: Courtney Peverley's Stuff</h1>
<p class = "centered">Welcome! Here are some items that may be of interest to you. Or not. [Bonus puppy!]</p>
<table>
<tr>
<td>
<div id="projectlist">
<h3>Literature Reports</h3>
<ol>
<li> <a download="report1.pdf" href="documents/fullreport1Peverley.pdf"> Report 1 </a> </li>
</ol>
<h3>Project</h3>
<ol>
<li> <a download="researchMooreMulkalwarPeverley.pptx" href = "documents/researchPresentation.pptx"> Research Presentation </a> </li>
<li> <a download="projectMooreMulkalwarPeverley.pptx" href = "documents/projectMooreMulkalwarPeverley.pptx"> Project Presentation </a> </li>
<li> <a download="docMooreMulkalwarPeverley.pdf" href = "documents/paper.pdf"> Final Documentation </a> </li>
<li> <a download="SPECConfigFiles.zip" href = "documents/SPEC_Configuration_Files-master.zip"> SPEC Config Files </a> </li>
<li> <a download="timetableMooreMulkalwarPeverley.pdf" href = "documents/timeline.pdf"> Timeline & Responsibilities </a> </li>
</ol>
</div>
</td>
<td>
<img id="daisy" src="images/IMG_2020.jpg" alt="Daisy Dog">
</td>
<td>
</td>
</tr>
</table>
</body>
</html>