-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
126 lines (101 loc) · 3.22 KB
/
index.html
File metadata and controls
126 lines (101 loc) · 3.22 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Zach Glassner's Portfolio</title>
<link rel="stylesheet" href="stylesheets/index.css">
<link rel="stylesheet" href="stylesheets/master.css">
<!-- Google Tag Manager -->
<script>
(function (w, d, s, l, i) {
w[l] = w[l] || [];
w[l].push({
'gtm.start': new Date().getTime(),
event: 'gtm.js'
});
var f = d.getElementsByTagName(s)[0],
j = d.createElement(s),
dl = l != 'dataLayer' ? '&l=' + l : '';
j.async = true;
j.src =
'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-TQFHM8K');
</script>
<!-- End Google Tag Manager -->
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript>
<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TQFHM8K" height="0" width="0" style="display:none;visibility:hidden"></iframe>
</noscript>
<!-- End Google Tag Manager (noscript) -->
<div class="globalNavBar">
<a href="index.html">
<img class="logo" src="media/Logo/ZachLogo_Blue.svg" alt="Zach Glassner" width="159" height="70" />
</a>
<div class="list">
<!-- <a href="about">about</a>
<a href="skills">skills</a>
<a href="projects">projects</a>
<a href="education">education</a> -->
</div>
</div>
<main>
<div class="banner">
</div>
<section class="card">
<div class="HelloZach">
<div class="headshot">
<p>
</p>
</div>
<div class="bioContent">
<img src="media/heyBubble.svg" alt="Hey there!" height="40" width="110" />
<h2>I'm
<em>Zach Glassner</em>
</h2>
<h5>Student at University and Developer</h5>
<hr>
<p>
<span class="rowTitle">Major</span>
<span>Computer Science</span>
</p>
<p>
<span class="rowTitle">Email</span>
<span>zach.glassner@gmail.com</span>
</p>
<p>
<span class="rowTitle">Phone</span>
<span>(860) - 593 - 8227</span>
</p>
<p>
<span class="rowTitle">Address</span>
<span>14 Settlers Way Ellington, CT 06029</span>
</p>
</div>
</div>
<footer class="links">
<a href="https://www.linkedin.com/in/zachglassner" target="_blank">
<img src="media/social-linkedin.svg" alt="Zach's Linkedin" />
</a>
<a href="https://codepen.io/Zlass/" target="_blank">
<img src="media/social-codepen.svg" alt="Zach's CodePen" />
</a>
<a href="https://github.com/Zlass" target="_blank">
<img src="media/social-github.svg" alt="Zach's GitHub" />
</a>
<a href="mailto:zach.glassner@gmail.com" target="_blank">
<img src="media/social-mail.svg" alt="Email Zach" />
</a>
</footer>
</section>
<section class="resume">
<a href="media/resume/resumeSummer2019.pdf" target="_blank">
Download Resume
</a>
</section>
</main>
</body>
</html>