-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (42 loc) · 2.14 KB
/
Copy pathindex.html
File metadata and controls
42 lines (42 loc) · 2.14 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
<!DOCTYPE html>
<html ⚡>
<head>
<title>David Sims | Full-Stack Web Developer | Santa Rosa, CA</title>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css" media="screen">
<link rel="stylesheet" href="./main.css" media="screen">
</head>
<body>
<main class="content">
<section class="container intro">
<h1 class="caption hello">Hello, my name is David!</h1>
<span class="caption occupation">
I'm a full-stack developer based out of Seattle, WA.
</span>
<span class="caption past">
Previously, I worked at <a href="http://www.hbo.com/">HBO</a>, Devine, <a href="http://www.pointblue.org/" target="_blank">Point Blue</a>, <a href="http://www.pbhs.com/" target="_blank">PBHS</a>, & <a href="http://www.stepsmarketing.com/" target="_blank">Steps Marketing</a>.
</span>
<span class="caption current">
I'm currently freelancing as a software engineer.
</span>
</section>
<section class="container social-media">
<h2 class="social-media-heading">
Get In Touch
</h2>
<ul class="social-media-list">
<li>Email: <a href="mailto:davidsims15@gmail.com">davidsims15@gmail.com</a></li>
<li>GitHub: <a href="http://www.github.com/davidsims9t" target="_blank">davidsims9t</a></li>
<li>Twitter: <a href="https://twitter.com/dsims90" target="_blank">dsims90</a></li>
<li>LinkedIn: <a href="http://www.linkedin.com/in/davidesims" target="_blank">davidesims</a></li>
<li>Behance: <a href="https://www.behance.net/davidsims" target="_blank">davidsims</a></li>
<li>Stack Overflow: <a href="http://stackoverflow.com/users/3397096/dahveed707" target="_blank">dahveed707</a></li>
<li>Code Pen: <a href="http://codepen.io/dsims9t/" target="_blank">dsims9t</a></li>
<li>Code Wars: <a href="https://www.codewars.com/users/davidsims9t" target="_blank">davidsims9t</a></li>
</ul>
</section>
</main>
</body>
</html>