-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
43 lines (39 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Alex's Place</title>
<meta name="description" content="Alex's Place - For all my stuff.">
<meta name="author" content="Alex Otten">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="main.css?v=1.0">
</head>
<body id="particles-js">
<div class="container">
<a href="https://dev.to/arswaw">
<img src="https://d2fltix0v2e0sb.cloudfront.net/dev-badge.svg" alt="Arswaw's DEV Profile" height="30" width="30" />
</a>
<h1><strong>Alex Otten</strong></h1>
<h4>Full Stack Web Developer (AWS Certified)</h4>
<p>Hi, I'm Alex. I am a full stack web developer based in the Lansing, Michigan area.
I've worked on a variety of platforms including Node.js, Angular, and AWS.
</p>
<p>
Whenever I'm not programming, I'm either listening to an audiobook, running, playing the piano, or watching Star Trek.
</p>
<p>My availability is limited. I am currently working full time. If you would like to make use of my programming, video editing, or voiceover skills, please send me a message.</p>
<div class="grid-container">
<div class="item"><a target="_blank" href="https://github.com/arswaw">Github</a></div>
<div class="item"><a target="_blank" href="https://www.linkedin.com/in/alex-otten-2037a214a/">LinkedIn</a></div>
<div class="item"><a target="_blank" href="mailto:arswaw@gmail.com">Email</a></div>
<div class="item"><a target="_blank" href="https://twitter.com/arswaw">Twitter</a></div>
<div class="item"><a target="_blank" href="http://plnkr.co/users/arswaw">Plnkr</a></div>
<div class="item"><a target="_blank" href="
https://1drv.ms/w/s!Ak6TYj6IgPI1hLUg-Gvs8h4DAo8wbg">Resume</a></div>
</div>
<small><a target="_blank" href="mailto:arswaw@gmail.com">arswaw@gmail.com</a></small>
</div>
<script src="particles.js"></script>
<script src="main.js"></script>
</body>
</html>