-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
47 lines (47 loc) · 3.17 KB
/
about.html
File metadata and controls
47 lines (47 loc) · 3.17 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>
<head>
<meta charset="UTF-8">
<title>Before the Sn@il</title>
<link href='https://fonts.googleapis.com/css?family=Monsieur+La+Doulaise' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/default.css">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css">
<link rel="stylesheet" type="text/css" href="stylesheets/trg.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script type="text/javascript" src="js/script.js"></script>
</head>
<body>
<header class="row">
<div class="logo col span-6-t">Before the Sn@il</div>
<div class="nav col span-6-t">
<ul>
<li id="tab-1"><a href="index.html">home</a></li>
<li id="tab-2"><a href="about.html">about Regina</a></li>
<li id="tab-3"><a href="projects/index.html">projects</a></li>
<li id="tab-4"><a href="blog/blog-template.html">blog</a></li>
<li id="tab-5"><a href="contact.html">contact</a></li>
</ul>
</div>
</header>
<main class="row">
<div class="text span-8">
<h1>Regina Compton</h1>
<h3>Code wrangler. Storyteller. Perennial student.</h3>
<p>Regina learned to code as an act of quiet defiance. The inflexibility of online, depressing drag-and-drop templates troubled Regina, who imagined more vibrant, more flexible, more beautiful ways to shape the web. So, she learned to code. Though a once self-proclaimed Luddite, Regina now enjoys the long stretches of time she spends having conversations with her Mac machine. Presently, Regina studies the art-of-talking-to-computers at <a href="http://devbootcamp.com/" target="_blank">Dev Bootcamp</a> in Chicago. </p>
<p class="img-position"><img src="imgs/reg-portrait.jpg" class="portrait"><p>
<p>Regina also likes to think about music, in particular opera. She dedicated the last three years of her life to the study of "simple recitative," a style of music that carries the dialogue in dramatic works. Scholars once ignored simple recitative, as though it were a stray dog or the last kid picked for dodge ball in gym class. Regina acknowledged the beauty and excitement of simple recitative. For this, some people said <a href="http://haendel.de/Gesellschaft/haendel-forschungspreis/forschungspreis-2015" target="_blank">"good work, you."</a> Regina continues to research and contemplate music: she sneaks away to the Newberry Library on Saturdays to study scores, and she anticipates each performance of the CSO and Lyric Opera.</p>
</div>
<div class="social">
<ul>
<li><a href="https://github.com/reginafcompton" target="_blank"><img src="imgs/github-128.png"></a></li>
<li><a href="https://twitter.com/reginafcompton" target="_blank"><img src="imgs/twitter-128.png"></a></li>
<li><a href="https://www.linkedin.com/pub/regina-compton/33/975/38b" target="_blank"><img src="imgs/linkedin-128.png"></a></li>
</ul>
</div>
</main>
<footer class="row">
<p>Copyright © 2015 Regina Frances Compton</p>
</footer>
</body>
</html>