-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathabout.html
53 lines (51 loc) · 3.05 KB
/
about.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
47
48
49
50
51
52
53
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:fb="http://ogp.me/ns/fb#">
<head>
<meta charset="utf-8">
<link rel="icon" href="img/favicon.png" type="image/x-icon">
<meta property="og:image" content="img/veronica.jpg" />
<title>Veronica Hanus | Everything is Awesome</title>
<link rel="alternate" type="application/rss+xml" title="Very Veronica Blog"
href="https://vzhz.github.io/atom.xml">
<link rel="stylesheet" href="css/normalize.css">
<link href='https://fonts.googleapis.com/css?family=Changa+One|Open+Sans:300,400,400italic,700,700italic,800' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/responsive.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<header>
<a href="index.html" id="logo">
<h1>Veronica Hanus</h1>
<h2>{ path to programming }</h2>
</a>
<nav>
<ul>
<li><a href="index.html">Portfolio</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="about.html" class="selected">About</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
<ul class="secondary-nav">
<li><a href="/atom.xml">{ RSS }</a></li>
<li><a href="https://www.recurse-scout.com/scout/click?t=82fac49a5eb68463cf2e11141a7d1e1e" target="_blank">{ Join the Recurse Center! }</a></li>
</ul>
</nav>
</header>
<div id="wrapper">
<section>
<img src="img/veronica.jpg" alt="Picture of Veronica Hanus" class="profile-photo">
<h3>About</h3>
<p>Veronica came to software engineering from the earth sciences, where she has experience in both academic and industry research. There she got her first taste of object-oriented programming. She’s worked in a geochemistry and paleomagnetism lab and contributed to landing-site selection for the Mars Curiosity Rover. After all this, she started working on Python full-time, recently devoting three months to a deep dive into learning Python and programming principles at the Recurse Center.</p>
<p>One day, she hopes to squeeze as much information out of large datasets as she learned to squeeze out of rocks. Meanwhile, she is working on making the best personal website ever from the ground up and building a web app in Flask. You should check out her (rather addictive) terminal games and <href="https://github.com/vzhz/friendly_terminal" target="_blank">Friendly Terminal</a> tool.</p>
<p>Interests: backpacking, climbing, biking, piloting planes, science outreach, and finding new and unusual ingredients to put on pizza</p>
</section>
<footer>
<a href="http://twitter.com/veronica_hanus"><img src="img/twitter-wrap.png" alt="Twitter Logo" class="social-icon"></a>
<a href="https://www.linkedin.com/in/veronicahanus"><img src="img/linkedin-wrap.png" alt="Twitter Logo" class="social-icon"></a>
<p>© & ♡ 2016 Veronica Hanus.</p>
</footer>
</div>
</body>
</html>