-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
47 lines (44 loc) · 3.14 KB
/
index.html
File metadata and controls
47 lines (44 loc) · 3.14 KB
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
45
46
47
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Eric M. Dillon</title>
<link rel="stylesheet" href="/style/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=Fontdiner+Swanky&display=swap" rel="stylesheet">
<link rel="icon" href="images/favicon.ico" type="image/x-icon">
</head>
<body>
<div class="content">
<header>
<h1>Eric M. Dillon</h1>
<p class="subtitle">Appalachian Digital Humanist</p>
</header>
<div class="three-col">
<nav>
<a href="/"><div class="button home-button">Home</div></a>
<a href="/files/EricMDillon_CV.pdf"><div class="button cv-button">CV</div></a>
<a href="/contact/"><div class="button contact-button">Contact</div></a>
<a href="/teaching/"><div class="button teaching-button">Teaching</div></a>
<a href="/news/"><div class="button news-button">News</div></a>
<a href="/things/"><div class="button things-button">Things I Like</div></a>
</nav>
<main>
<h2>Homepage</h2>
<p><b>MA English student</b> and teaching assistant at Marshall University with an <b>MPhil in Digital Humanities</b> from the University of Cambridge.</p>
<p>I'm first and foremost a digital humanist. In stating that, I've often found it necessary to acknowledge what "digital humanities" is. To me, digital humanities is a recognition of the messy, convoluted relationship between technology and culture. In the information era, "culture" is spread through inconsistent modes of communication--social media, videogames, online communication, all existing in twisted, largely nonlinear formats--but also as a consequence of the disparity in digital access across communities and regions.</p>
<p>I am interested in several areas of this relationship. In completion of my Cambridge degree, my portfolio was focused on the medium of the videogame and its historical and continued dependencies on adaptation and appropriation. I am interested in digitally archiving and preserving Appalachian and southern literature, making underrepresented texts more accessible to a larger population. I am also interested in the concept of the "internet aesthetic," and how superficial categorizations of visuals and various media highlight or revive modes of digital production left in the past.</p>
<p>I am looking forward to applying to doctoral programs in English, Digital Humanities, Cultural Studies, Media Studies, or related programs with a Fall 2027 start date.</p>
</main>
<aside>
<img src="images/EricCyan.png" alt="photograph of Eric M. Dillon in a teal suit jacket.">
<img src="images/EricPink.png" alt="photograph of Eric M. Dillon in a pink button-up shirt and black academic dress.">
</aside>
</div>
<footer>
<p>© Copyright 2026 Eric M. Dillon. Site credits available <a href="/credits">here</a>.</p>
</footer>
</div>
</body>
</html>