forked from jptksc/jason
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
68 lines (54 loc) · 2.83 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Anton Zuiker</title>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=0"/>
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Merriweather:300,400,700,900">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Roboto:300,700">
<link rel="stylesheet" type="text/css" href="assets/styles/site.css?version=1.2">
<link rel="shortcut icon" href="favicon.ico">
</head>
<body>
<section id="about">
<h1>Communicator. Community organizer.</h1>
<p>A designer and maker of things for the web, always focused on elegant simplicity, endlessly inspired by awesome creative people, relentlessly learning by making mistakes.</p>
<div class="social">
<a class="icon email" href="mailto:[email protected]" target="_blank">
<span class="label">Email [email protected]</span>
</a>
<a class="icon twitter" href="https://twitter.com/mistersugar" target="_blank">
<span class="label">Twitter @jschuller</span>
</a>
</div>
</section>
<section id="work">
<a class="work" href="https://medicine.duke.edu" target="_blank">
<span class="date">2010 - 2016</span>
<span class="label">Communications Director, Department of Medicine</span>
</a>
<a class="work" href="http://atmospheric.co" target="_blank">
<span class="date">2015 - 2016</span>
<span class="label">Founder, Designer, Maker @Atmospheric</span>
</a>
<a class="work" href="http://cinemati.co" target="_blank">
<span class="date">2014 - 2016</span>
<span class="label">Founder, Designer, Maker @Cinematico</span>
</a>
<a class="work" href="https://github.com/Leeflets/leeflets" target="_blank">
<span class="date">2013 - 2014</span>
<span class="label">Founder, Designer, Maker @Leeflets</span>
</a>
<a class="work" href="https://github.com/Circa75/dropplets" target="_blank">
<span class="date">2013 - 2014</span>
<span class="label">Founder, Designer, Maker @Dropplets</span>
</a>
<a class="work" href="https://medium.com/@jasonsc/a-brief-history-of-a-wordpress-theme-business-3847e16fcba4" target="_blank">
<span class="date">2007 - 2014</span>
<span class="label">Founder, Designer, Maker @Press75</span>
</a>
</section>
<section id="profile">
</section>
</body>
</html>