-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (33 loc) · 1.55 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
---
layout: nav-default
title: Andrew Schmitt
nav_menu: About
---
<div id="greeting">
<div id="top-nav"></div>
<div id="stars"></div>
<img src="./assets/alien-spaceship.png" id="spaceship-img">
<div id="greeting-text">
<span id="name">Andrew Schmitt</span>
<br>
<h2>Hello, Universe! I'm a full stack developer who loves all things programming.</h2>
</div>
<div id="contact-info">
<a href='https://www.linkedin.com/pub/andrew-schmitt/a4/a64/3b7' target='_blank'>
<img src='/assets/linkedin-logo.png'>
</a>
<a href='./assets/resume.pdf' target='_blank'>
<img src='/assets/resume-icon.png'>
</a>
</div>
</div>
<div id="about">
<h1>About Me</h1>
<p>
<img src="./assets/andy-hawaiian-beverage-headshot.jpg" align="left" id="about-headshot">
I'm originally from Rockville, Maryland (a state many Californians didn't know existed until meeting me), but I made my way out to the west coast as an intended physics major at UC Berkeley, looking for some new surroundings. That quickly changed when I discovered programming and I haven't looked back. I'm "fluent" in many programming languages and always love learning new languages and frameworks. I've done a lot of frontend web development, with a particular interest in data visualization, but I love backend programming in iOS apps, websites and other software.
<br>
<br>
In my free time I play soccer and watch a fairly standard amount of netflix (for a college student). If you're interested in my skill set or want to play some pick-up soccer check out my contact info above.
</p>
</div>