-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
167 lines (146 loc) · 6.65 KB
/
index.html
File metadata and controls
167 lines (146 loc) · 6.65 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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
<!DOCTYPE HTML>
<!--
Fractal by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<link rel='icon' href='images/favicon.ico' type='image/x-icon'/ >
<title>Matthew Glanz</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">
<!-- Header -->
<header id="header">
<div class="content">
<h1><a href="#">Matthew Glanz</a></h1>
<p>A Second Year Student at RIT<br />
Studying Computer Science</p>
<ul class="actions">
<li><a href="resume.pdf" target="_blank" class="button primary icon solid fa-download" >Resume</a></li>
<li><a href="#one" class="button icon solid fa-chevron-down scrolly">About Me</a></li>
</ul>
</div>
<div class="image phone"><div class="inner"><img src="images/screen.png" alt="" /></div></div>
</header>
<!-- One -->
<section id="one" class="wrapper style2 special">
<header class="major">
<h2>Seeking a Summer 2021 co-op opportunity<br />
in either Rochester NY or the Northern NJ/NYC area</h2>
</header>
<ul class="icons major">
<li><span class="icon solid fa-compass"><span class="label">Shoot</span></span></li>
</ul>
</section>
<!-- Two -->
<section id="two" class="wrapper">
<div class="inner alt">
<section class="spotlight">
<div class="image"><img src="images/wrench.png" alt="Wrench"/></div>
<div class="content">
<h3>Local IT Consultant</h3>
<p>Assists with IT issues in the local area including but not limited to
hardware repair, home network setup, virus removal, and many other client-specific issues for small businesses and individuals.</p>
</div>
</section>
<section class="spotlight">
<div class="image"><a href="https://hackbca4.devpost.com/" target="_blank"> <img src="images/bcaIV.png" alt="bcaIV" /></a></div>
<div class="content">
<h3>Hack BCA IV</h3>
<p>Participated in an introductory hackathon at Bergen County Academies in 2017, which kickstarted a strong passion in computer science.</p>
</div>
</section>
<section class="spotlight">
<div class="image"><a href="https://brickhack.io/" target="_blank"><img src="images/BrickHack6.png" alt="Brick Hack 6" /></a></div>
<div class="content">
<h3>Brick Hack 6</h3>
<p>This was my second hackathon three years later which allowed me to showcase and compare my learning over a long period of time.</p>
</div>
</section>
<section class="spotlight">
<div class="image"><a href="https://www.rit.edu/" target="_blank"><img src="images/Schools.png" alt="Schools" /></a></div>
<div class="content">
<h3>NHRHS & RIT</h3>
<p>I have taken many courses in and related to computer science in both high school and in college, and plan to utilize that knowledge in a future career path. Some include: AP Computer Science, AP Computer Science Principles, Computer Science 141, Computer Science 142, Discrete Mathmatics for Computing and Mechanics of Programming.</p>
</div>
</section>
<section class="spotlight">
<div class="image"><a href="https://www.amazon.com/alexa-skills/b?ie=UTF8&node=13727921011" target="_blank"><img src="images/alexa.png" alt="Amazon Alexa" /></a></div>
<div class="content">
<h3>Amazon Alexa Skills</h3>
<p>Developed skills for the Amazon Alexa digital assistant over the course of three years; Including Global Trivia, US Trivia, and Compliment Generator.</p>
</div>
</section>
<section class="special">
<ul class="icons labeled">
<li><span class="icon solid fa-cloud"><span class="label">HTML, CSS, Javascript</span></span></li>
<li><span class="icon solid fa-code"><span class="label">Java, Python, C</span></span></li>
<li><span class="icon solid fa-desktop"><span class="label">Linux, Windows, Mac</span></span></li>
</ul>
</section>
</div>
</section>
<!-- Three -->
<section id="three" class="wrapper style2 special">
<header class="major">
<h2>Who am I?</h2>
<p>I am a hard worker, dedicated student, and loyal friend.<br />
I strive to share my knowledge through a passion<br />
for both the physical and the digital aspects of technology.</p>
</header>
</section>
<!-- Four -->
<section id="four" class="wrapper">
<div class="inner">
<form
action="https://formspree.io/mjvyplpz"
method="POST"
>
<section>
<h4>Contact Me:</h4>
<form method="post" action="#">
<div class="row gtr-uniform">
<div class="col-6 col-12-xsmall">
<input type="text" name="Name" id="demo-name" value="" placeholder="Name" />
</div>
<div class="col-6 col-12-xsmall">
<input type="text" name="Email" id="demo-email" value="" placeholder="Email" />
</div>
<div class="col-12">
<textarea name="Message" id="demo-message" placeholder="Enter your message" rows="6"></textarea>
</div>
<div class="col-12">
<ul class="actions">
<li><input type="submit" value="Send Message" class="primary" /></li>
</ul>
</div>
</div>
</form>
</section>
</form>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="https://www.facebook.com/profile.php?id=100009899954548&ref=bookmarks" target="_blank" class="icon brands fa-facebook-f"><span class="label">Facebook</span></a></li>
<li><a href="https://www.linkedin.com/in/matthew-glanz-aa30a6178/" target="_blank" class="icon brands fa-linkedin"><span class="label">Linkedin</span></a></li>
<li><a href="https://www.instagram.com/matt_spencerg/" target="_blank" class="icon brands fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="https://github.com/matthewglanz" target="_blank" class="icon brands fa-github"><span class="label">Github</span></a></li>
</ul>
<p class="copyright">© Untitled. Credits: <a href="http://html5up.net">HTML5 UP</a></p>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>