<!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>