-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkevin.html
48 lines (45 loc) · 1.71 KB
/
kevin.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
<!DOCTYPE html>
<html>
<head>
<title> Kevin Zeckser </title>
<!-- Initialize CSS: Normalize + Best Practices (download this from Andrew) -->
<link rel="stylesheet" type="text/css" href="css/kevin/initialize.css">
<link rel="stylesheet" type="text/css" href="css/kevin/normalize.css">
<!-- Grid CSS (paste all your grid-related CSS here) -->
<link rel="stylesheet" type="text/css" href="css/kevin/grid.css">
<!-- My Custom CSS (everything else) -->
<link rel="stylesheet" type="text/css" href="css/kevin/style.css">
<meta name="description" content="My awesome personal website. You're gonna love it.">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div class="container">
<div id="title">
<h1> Kevin Zeckser </h1>
</div>
<div id= "main">
<p> Cultivating a better world through code, collaboration & adventure - Passionate about learning - iOS Craftsman </p>
</div>
<div id= "button">
<ul id= "link">
<li><a href="Resume.pdf">Resume</a></li>
<li><a href="http://www.kevinzeckser.com/new-page">About Me</a></li>
</ul>
</div>
<div id= "icons">
<a href="https://twitter.com/KevinZeckser">
<img src="img/kevin/twitter_icon.png" style="width:42px;height:42px;border:0;">
</a>
<a href="https://www.linkedin.com/in/kevinzeckser">
<img src="img/kevin/linkedin_icon.png" style="width:42px;height:42px;">
</a>
<a href="https://github.com/ZPendragon">
<img src="img/kevin/github_icon2.png" style="width:42px;height:42px;">
</a>
<a href="mailto:[email protected]?Subject=Hi%20Kevin!" target="_top">
<img src="img/kevin/email_icon.png" style="width:42px;height:42px;">
</a>
</div>
</div>
</body>
</html>