-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (39 loc) · 1.71 KB
/
index.html
File metadata and controls
42 lines (39 loc) · 1.71 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
42
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="Ryan Zabcik's personal/professional home page" />
<meta name="creator" content="Ryan Zabcik" />
<link href="http://fonts.googleapis.com/css?family=Lato" rel="stylesheet" type="text/css" />
<link href="./index.css" rel="stylesheet" type="text/css" />
<link rel="icon" type="image/png" href="./favicon.png" />
<script type="text/javascript" src="./roll.js" defer></script>
<script type="text/javascript" src="./main.js" defer></script>
<title>Ryan Zabcik</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
</head>
<body>
<div class="container">
<div class="profile-section">
<img src="./headshot.jpg" alt="Ryan Zabcik" class="headshot">
<div class="text-content">
<h1>Ryan Zabcik</h1>
<div class="slot-machine">
<div class="slot-window">
<div id="roller" class="slot-list">
<!-- Items will be populated by JS -->
<div class="slot-item">I solve problems.</div>
</div>
</div>
</div>
<nav>
<a href="https://github.com/ryanzabcik">github</a>
<a href="https://www.linkedin.com/in/ryan-zabcik-46266365/">linkedin</a>
<a href="http://www.zabcik.com/resume.pdf">résumé</a>
<a href="http://scr.im/zabcik">email</a>
</nav>
</div>
</div>
</div>
</body>
</html>