-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (39 loc) · 1.79 KB
/
index.html
File metadata and controls
41 lines (39 loc) · 1.79 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
<!DOCTYPE HTML>
<html>
<head>
<title>Clare Kinery</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<div id="wrapper">
<div id="bg"></div>
<div id="main">
<!-- Header -->
<header id="header">
<h1 style="color:rgb(6, 20, 100);">Clare Kinery</h1>
<img src="assets/css/images/Clare.jpg" alt="Avatar" style="width:300px;height:300px;">
<p>Hi! I'm Clare, an undergraduate at Michigan State University studying computer science through the school of engineering.
I am a creative problem solver and motivated thinker seeking entry opportunities in fullstack developement.
Interested in my experience? Check out my LinkedIn, resume, and github! Feel free to contact me.
</p>
<nav>
<ul>
<li><a href="https://www.linkedin.com/in/clarekinery/" class="icon fa-linkedin"><span class="label">Linkedin</span></a></li>
<li><a href="assets/css/images/resume.pdf" class="icon fa-file-o"><span class="label">resume</span></a></li>
<li><a href="https://github.com/kinerycl" class="icon fa-github"><span class="label">Github</span></a></li>
<li><a href="mailto:kinerycl@msu.edu" class="icon fa-envelope-o"><span class="label">Email</span></a></li>
</ul>
</nav>
</header>
</div>
</div>
<script>
window.onload = function() { document.body.classList.remove('is-preload'); }
window.ontouchmove = function() { return false; }
window.onorientationchange = function() { document.body.scrollTop = 0; }
</script>
</body>
</html>