-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
46 lines (45 loc) · 2.52 KB
/
index.html
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
<!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>Before the Sn@il</h1>
<p>The Italian word <em>chiocciola</em> literally translates as "snail," a passive, sluggish creature that hides in gardens and loves the rain. Perhaps somewhat oddly, <em>chiocciola</em> also describes the @ symbol, a modern emblem of speed, efficiency, and technology. Though an apparent contradiction, the Italian "snail" in fact embodies the spirit of a quick, tech-driven world: great ideas come from deliberate, snail-like action.</p>
<p>This website celebrates the unique identity that precedes this strange nomenclature: the person "before the snail." Specifically, this website showcases projects and writing by Regina Compton, an emerging software engineer, who embraces the "chiocciola" in both its slowness and its speed.</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>