-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbio.html
More file actions
45 lines (38 loc) · 1.28 KB
/
bio.html
File metadata and controls
45 lines (38 loc) · 1.28 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Index</title>
<link href='http://fonts.googleapis.com/css?family=Rosarivo:400,400italic|Montserrat+Alternates:400,700|Montaga' rel='stylesheet' type='text/css'>
<style type="text/css" media="screen">
body {
background-color: whitesmoke;
font-family: 'Montaga', serif;
color: #444;
}
h1, h2 {
font-family: 'Montserrate Alternates', sans-serif;
font-weight: 700;
}
h3, h4 {
font-family: 'Montserrate Alternates', sans-serif;
font-weight: 400;
}
</style>
</head>
<body>
<header>
<h1 id="main-title">My Bio!</h1>
</header>
<article>
I am a doctoral student in the Department of English at the University of Virginia. I work on modern and contemporary literature and culture, with particular focuses on Anglophone modernism, music, sound studies, the novel, and digital humanities. On this site you will find more information about my work. Please contact me for more information.
Brandon Walsh
bmw9t@virginia.edu
@walshbr
</article>
<hr>
<footer>
<p><em>By Brandon Walsh (but stolen pretty heavily from Eric Rochester because lazy)</em></p>
</footer>
</body>
</html>