-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
178 lines (164 loc) · 6.08 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
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
168
169
170
171
172
173
174
175
176
177
178
<!--
HTML5. Use tags like <article>, <section>, etc.
See: http://www.sitepoint.com/web-foundations/doctypes/
-->
<html lang="en">
<head>
<meta charset="utf-8">
<!--
Ask IE to behave like a modern browser
See: https://www.modern.ie/en-us/performance/how-to-use-x-ua-compatible
-->
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Profile</title>
<!--
Disables zooming on mobile devices.
-->
<meta name="viewport" content="width=device-width,initial-scale=1">
<!--
Stylesheet that minimizes browser differences.
See: http://necolas.github.io/normalize.css/
-->
<link rel="stylesheet" href="css/normalize.css">
<link href='http://fonts.useso.com/css?family=Open+Sans:400,300' rel='stylesheet' type='text/css'>
<!--
Our own stylesheet.
-->
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<div class="container">
<header class="main-header">
<img class="main-header__avatar" src="img/teng.jpg" alt="">
<h1>Hi, This is Elbert Wang</h1>
</header>
<nav class="main-nav">
<ul>
<li><a href="#">Work</a></li>
<li><a href="#">Experience</a></li>
<li><a href="#">Photos</a></li>
<li><a href="#">Contact</a></li>
</ul>
</nav>
<section class="info-section whatido">
<header>
<h2>What I Do</h2>
<p class="info-section__description">I'm Teng. I design and develop things on the web. Oh, and I like curry.</p>
</header>
<ul class="whatido__skill-list">
<li class="whatido__skill whatido__skill--code">
<h3>Code</h3>
<p>I like building things on the web. I've built games, tools, and web apps.</p>
</li>
<li class="whatido__skill whatido__skill--design">
<h3>Design / UX</h3>
<p>I like creating happiness by making things look good and work well.</p>
</li>
<li class="whatido__skill whatido__skill--product">
<h3>Product</h3>
<p>I like taking products from idea to reality to users and beyond!</p>
</li>
</ul>
</section>
<section class="info-section education-experience">
<header>
<h2>Education & Experience</h2>
</header>
<ul class="education-experience__list">
<li>
<img src="img/strikingly-logo.png" alt="Strikingly">
<h3>Strikingly</h3>
<article>
<p class="education-experience__title">Cofounder, 2012 - Present</p>
<p class="education-experience__description">Strikingly is a website builder that's simple, beautiful, and fun. And perfect for the age of mobile. I'm in charge of UI/UX and front-end.</p>
<p class="education-experience__description">Strikingly is a website builder that's simple, beautiful, and fun. And perfect for the age of mobile. I'm in charge of UI/UX and front-end.</p>
<p class="education-experience__description">Strikingly is a website builder that's simple, beautiful, and fun. And perfect for the age of mobile. I'm in charge of UI/UX and front-end.</p>
</article>
</li>
<li>
<img src="img/echo-rocket.jpg" alt="Echo Rocket">
<h3>Freelance Web/Game Developer</h3>
<p class="education-experience__title">2007 - 2012</p>
<p class="education-experience__description">EchoRocket was my one-man Flash game studio and web development/design consultancy. I built Spinblaster, Block Knocker, CampusAmp, HireBrite, and more!</p>
</li>
<li>
<img src="img/u-of-chicago.jpg" alt="">
<h3>University of Chicago</h3>
<p class="education-experience__title">BA Economics, 2008-2012</p>
<p class="education-experience__description">Studying the finer points of firms, markets, finance, decision theory, and supply and demand.</p>
</li>
</ul>
</section>
<section class="info-section photos">
<header>
<h2>Photos</h2>
<p class="info-section__description">Some pics from my travels!</p>
</header>
<ul class="photos__list">
<li>
<img src="img/p01.jpg" alt="">
</li>
<li>
<img src="img/p02.jpg" alt="">
</li>
<li>
<img src="img/p03.jpg" alt="">
</li>
<li>
<img src="img/p04.jpg" alt="">
</li>
<li>
<img src="img/p05.jpg" alt="">
</li>
<li>
<img src="img/p06.jpg" alt="">
</li>
<li>
<img src="img/p07.jpg" alt="">
</li>
<li>
<img src="img/p08.jpg" alt="">
</li>
</ul>
</section>
<section class="info-section get-in-touch">
<header>
<h2>Get in Touch</h2>
</header>
<ul class="get-in-touch__list">
<li>
<a href="#"><img src="img/fb-icon.png" alt=""></a>
<p>Facebook</p>
</li>
<li>
<img src="img/twitter-icon.png" alt="">
<p>Twitter</p>
</li>
<li>
<img src="img/linkedin-icon.png" alt="">
<p>Twitter</p>
</li>
<li>
<img src="img/email-icon.png" alt="">
<p>Twitter</p>
</li>
</ul>
</section>
<section class="info-section contact">
<header>
<h2>Or...Leave a Message</h2>
</header>
<form action="">
<label for="name">Name</label>
<input name="name" id="name" type="text">
<label for="email">Email</label>
<input name="email" id="email" type="email">
<label for="message">Message</label>
<textarea name="message" id="message"></textarea>
<button type="submit">Submit</button>
</form>
</section>
</div>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,300,400' rel='stylesheet' type='text/css'>
</body>
</html>