-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
68 lines (62 loc) · 3.66 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="Description" content="Chris Hayes's personal website">
<title>Chris Hayes</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" href="favicon.ico">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Comic+Neue&family=Montserrat&family=Open+Sans:ital@1&display=swap" rel="stylesheet">
</head>
<body>
<div class="top-container">
<img class="top-cloud" src="images/cloud.png" alt="cloud-img">
<h1>I'm Chris.</h1>
<h2 id="subtitle">an <span class="occupation">astronomer</span> and aspiring <span class="occupation">data scientist</span>.</h2>
<img class="bottom-cloud" src="images/cloud.png" alt="cloud-img">
<img class="mountain" src="images/mountain.png" alt="mountain-img">
</div>
<div class="middle-container">
<div class="profile">
<img class="profile-image" src="images/ChrisHayes1.png" alt="profile_picture">
<h2>Howdy!</h2>
<p class="intro"> I am a research scientist at the University of Washington working with the
<a href="https://www.sdss.org/surveys/apogee-2/">APOGEE survey</a> to study dwarf galaxies around the Milky Way and an aspiring data scientist. More importantly, I'm a drink aficionado and I love making coffee, beer and mixed drinks
to pair with coding, reading, gaming or just enjoying a sunny afternoon.
</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="data-image" src="images/data.png" alt="data_picture">
<h3>Data Analysis</h3>
<p>My background is in astronomy where I learned to analyze millions of stars in our galaxy, the Milky Way, to discover the size of our galaxy and what dwarf galaxies the Milky Way has eaten in the past.
Now I'm interested in all kinds of data analysis and machine learning techniques and expanding my horizons.</p>
</div>
<div class="skill-row">
<img class="drink-image" src="images/cocktails.png" alt="cocktail_picture">
<h3>Mixing and Brewing</h3>
<p>I have several years of expereince trying to brew the perfect cup of coffee and mix great tasting drinks (my margarita's are particularly popular) and I love to try new beans, roasts, and recipes.
I'm a bit newer to brewing beers but that's my next foray into making great drinks!</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>If you want to talk programming or drinks.</h3>
<p>Have some code that you'd want to work on? Or better yet, a drink recommendation? Send them my way I'd love to chat!</p>
<a href="mailto:[email protected]" class="button">Contact Me</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/in/christian-r-hayes/">LinkedIn</a>
<a class="footer-link" href="https://github.com/hayescr">GitHub</a>
<a class="footer-link" href="https://twitter.com/ChrisHayesAstro">Twitter</a>
<a class="footer-link" href="https://www.instagram.com/christianrhayes/">Instagram</a>
<p>Icons made by <a href="https://www.freepik.com" title="Freepik">Freepik</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a></p>
<p class="copyright">© 2021 Christian Hayes</p>
</div>
</body>
</html>