-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (41 loc) · 1.92 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
<!DOCTYPE html>
<html>
<head>
<title>Zach Schatz</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no">
<!-- TODO: OG Tags -->
<link rel="stylesheet" type="text/css" href="stylesheets/default.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,600|Roboto&display=swap" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script>
<link rel="icon" href="imgs/favicon.ico">
</head>
<body>
<section id="site-wrapper">
<div id="container">
<div class="container-fluid">
<div class="row content">
<div class="col-sm-6 portrait col-sm-push-6"></div>
<div class="col-sm-6 content col-sm-pull-6">
<div class="container-content">
<h3>Zach Schatz</h3>
<h6>Software Engineer | NYC</h6>
<br/>
<div class="description">I enjoy building optimization tools and automating difficult tasks. Although my expertise is within web app development, I like exploring large data sets and learning about predictive analytics. When I'm not coding, I'm searching for the perfect cheeseburger.</div>
<br/>
<div class="icon-container">
<ul>
<li><a href="https://www.linkedin.com/in/zlschatz" target="_blank"><img src="imgs/icon_linkedin.svg" alt="Linkedin Logo"></a></li>
<li><a href="mailto:[email protected]"><img src="imgs/icon_mail.svg" alt="Email Icon"></a></li>
<li><a href="https://github.com/zlschatz" target="_blank"><img src="imgs/icon_github.svg" alt="Github Logo"></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</body>
</html>