File tree 5 files changed +27
-2
lines changed
5 files changed +27
-2
lines changed Original file line number Diff line number Diff line change
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 >
Original file line number Diff line number Diff line change 4
4
< meta charset ="utf-8 ">
5
5
< meta http-equiv ="Content-Type " content ="text/html; charset=utf-8 ">
6
6
< 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 ">
8
8
< link rel ="stylesheet " href ="TemplateData/style.css ">
9
9
< script src ="TemplateData/UnityProgress.js "> </ script >
10
10
< script src ="Build/UnityLoader.js "> </ script >
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ <h1>Scot Nielson</h1>
13
13
< main class ="main ">
14
14
< h2 > For Employers:</ h2 >
15
15
< ul >
16
- < li > < a href ="./resume.html "> Resume</ a > </ li >
16
+ < li > < a href ="./resume.pdf "> Resume</ a > </ li >
17
17
</ ul >
18
18
19
19
< h2 > Statistics and Programming</ h2 >
@@ -37,6 +37,7 @@ <h2>Miscellaneous</h2>
37
37
< li > Radio/Podcasts</ li >
38
38
< li > Photography</ li >
39
39
< li > Painting</ li >
40
+ < li > < a href ="./DigHT 250/index.html "> DigHT 250</ a > </ li >
40
41
</ ul >
41
42
42
43
</ main >
You can’t perform that action at this time.
0 commit comments