Skip to content

Commit 4e73cac

Browse files
committedSep 21, 2021
add new resume
2 parents f0de844 + bc62add commit 4e73cac

File tree

5 files changed

+27
-2
lines changed

5 files changed

+27
-2
lines changed
 

‎.DS_Store

0 Bytes
Binary file not shown.

‎DigHT 250/index.html

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<!DOCTYPE html>
2+
<html>
3+
4+
<head>
5+
<link rel="icon" href="./assets/images/profile.png" type="image/png">
6+
<title>DigHT 250</title>
7+
<link rel="stylesheet" href="../css/style.css">
8+
</head>
9+
10+
<body>
11+
<main>
12+
<p>These are projects built for DigHT 250 with basic HTML & CSS</p>
13+
<ul>
14+
<li><a target="_blank" href="./typography/index.html">typography</a></li>
15+
<li><a target="_blank" href="./momentous/index.html">momentous</a></li>
16+
<li><a target="_blank" href="./minimal-expression/index.html">minimal-expression</a></li>
17+
<li><a target="_blank" href="./Digital Humanities Blog/index.html">DigHT Blog</a></li>
18+
</ul>
19+
</main>
20+
<footer>built by scot nielson 2020</footer>
21+
22+
</body>
23+
24+
</html>

‎Emery&Scot/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8">
55
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
66
<title>Unity WebGL Player | E&S</title>
7-
<link rel="shortcut icon" href="engaged_favicon.ico">
7+
<link rel="shortcut icon" href="engaged_favicon.png">
88
<link rel="stylesheet" href="TemplateData/style.css">
99
<script src="TemplateData/UnityProgress.js"></script>
1010
<script src="Build/UnityLoader.js"></script>

‎Resume.pdf

50.4 KB
Binary file not shown.

‎index.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ <h1>Scot Nielson</h1>
1313
<main class="main">
1414
<h2>For Employers:</h2>
1515
<ul>
16-
<li><a href="./resume.html">Resume</a></li>
16+
<li><a href="./resume.pdf">Resume</a></li>
1717
</ul>
1818

1919
<h2>Statistics and Programming</h2>
@@ -37,6 +37,7 @@ <h2>Miscellaneous</h2>
3737
<li>Radio/Podcasts</li>
3838
<li>Photography</li>
3939
<li>Painting</li>
40+
<li><a href="./DigHT 250/index.html">DigHT 250</a></li>
4041
</ul>
4142

4243
</main>

0 commit comments

Comments
 (0)
Please sign in to comment.