-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (48 loc) · 2.54 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
<!DOCTYPE html>
<head>
<title>Zeleena Kearney</title>
<meta name="author" content="Zeleena Kearney">
<meta name="description" content="A simple personal website for Zeleena Kearney, a young female software infrastructure engineer who is hoping to improve the world of computer systems one day at a time.">
<meta name="keywords" content="personal website,zeleena,kearney,software infrastructure engineer">
<link rel="icon" id="favicon" type="image/png" href="images/logo.png" sizes="32x32">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Volkhov&display=swap">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Oxygen&display=swap">
<link rel="stylesheet" href="css/index.css">
</head>
<body>
<div class="home-title">
<div class="home-title-img"><a href="https://zeleena.com"><img class="home-title" src="images/page-logo.png" alt="Z"></a></div>
<div class="home-title-words"><h1 class="home-title"><a class="home-title" href="https://zeleena.com">Zeleena Kearney</a></h1></div>
</div>
<br>
<div class="content">
<p>
🖥 I'm a software engineer, and I've typically worked on infrastructure.
<br>  I work on large distributed systems and aim to improve their reliability, availability, and efficiency. 💻
</p>
<p>
🎓 I graduated <a href="https://www.cmu.edu/">Carnegie Mellon</a> with an M.S. in <a href="https://www.scs.cmu.edu/">Computer Science</a>,
<br>  and a B.S. in <a href="https://www.ece.cmu.edu/">Electrical and Computer Engineering</a> with a dual major in <a href="https://www.cmu.edu/bme/">Biomedical Engineering</a>.
</p>
<p>
🗂 Here's my <a href="https://github.com/zeleena">GitHub</a> profile.
</p>
<p>
🏡 I currently live in the Seattle metro area with my cat, <a href="https://www.instagram.com/and_her_name_was_millie/">Millie</a>. 🐈
</p>
<p>
🏔 I enjoy hiking, cooking, video games, board games, traveling, and bubble tea. 🗻 🍳 🎮 🎲 ✈️ 🧋
</p>
<p>
💼Feel free to browse my <a href="https://www.linkedin.com/in/zeleena/">LinkedIn</a>.
</p>
<p>
📫 You can reach me at <a href="mailto:zeleenak@gmail.com">zeleenak@gmail.com</a>.
</p>
</div>
<div class="counter">
<br><b>Visitor counter</b> (despite <a href="https://ux.stackexchange.com/questions/83819/why-are-visitor-counters-for-websites-not-used-any-more">modern criticism</a>)
<br><script type="text/javascript" src="//counter.websiteout.net/js/33/0/0/1"></script>
</div>
</body>
</html>