forked from MakeSchool-18/front-end-web-Q1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume-2.html
261 lines (225 loc) · 9.1 KB
/
resume-2.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
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
<!doctype html>
<html>
<head>
<title>Mitchell Hudson</title>
<style>
/*
Some tips on creating clean typography that is easy to read.
1) Pick a font that is easy to read. Generally San Serifs are better for the web.
2) Set the font size larger rather than smaller.
3) Use good contrast, avoid harsh constrast.
4) Set the line to 1.5 as a good starting point.
5) Set vertical margin in multiples of the base font size.
*/
body {
/* Picking a font */
font-family: Helvetica;
font-size: 18px;
font-weight: 100;
color: #444;
line-height: 1.5em;
background-color: #efefef;
}
.main {
width: 400px;
margin: auto;
}
h1,
h2,
p,
.back-to-top,
ul.main-nav,
ul.skill-list {
margin-top: 0;
margin-bottom: 18px;
}
.back-to-top {
margin-bottom: 36px;
}
h1, .handle h2 {
color: #ffa39b;
transition: 400ms ease-out;
user-select: none;
cursor: pointer;
}
.handle.selected h2 {
color: #f0f;
}
a {
text-decoration: none;
color: #4193d4;
}
a:hover {
color: #4daffc;
}
.main-nav,
.main-nav li {
margin: 0;
padding: 0;
list-style: none;
display: inline-block
}
.main-nav li {}
.skill-list {
list-style: none;
padding: 0;
margin: 0;
}
.skill-list li::before {
content: '';
display: inline-block;
border: 1px solid #cdcdcd;
border-radius: 50%;
width: 12px;
height: 12px;
margin: 0 10px 0 0;
}
.drawer {
max-height: 0;
overflow: hidden;
transition: 400ms ease-out;
}
.show {
max-height: 400px;
}
</style>
</head>
<body>
<div class="main">
<article>
<div>
<header>
<div class="title">
<h1>Mitchell Hudson</h1>
</div>
<div>
<nav>
<ul class="main-nav">
<li><a href="#personal">Personal</a></li>
<li><a href="#ios-engineer">iOS Engineer</a></li>
<li><a href="#instructor">Instructor</a></li>
<li><a href="#freelance">Freelance</a></li>
<li><a href="#art-design">Art & Design</a></li>
<li><a href="#my-work">My Work</a></li>
</ul>
</nav>
</div>
</header>
</div>
<div id="personal">
<section>
<div class="handle">
<header>
<h2>Personal Information</h2>
</header>
</div>
<div class="drawer">
<address>
<p>
1710 40th Ave. San Francisco CA. 94122<br>
415 564-6721, cell 415 505-9068<br>
<a href="mailto:[email protected]">[email protected]</a>
</p>
</address>
<div class="back-to-top"><a href="#">Return to top</a></div>
</div>
</section>
</div>
<div id="ios-engineer">
<section>
<div class="handle">
<header>
<h2>iOS Engineer</h2>
</header>
</div>
<div class="drawer">
<p>Published six apps to date in the iTunes App Store.</p>
<div class="back-to-top"><a href="#">Return to top</a></div>
</div>
</section>
</div>
<div id="instructor">
<section>
<div class="handle">
<header>
<h2>Instructor</h2>
</header>
</div>
<div class="drawer">
<p>Two decades experience as an instructor for the Web Design and New Media (WNM) department at the Academy of Art University (AAU). Experience teaching large groups at the college level.</p>
<p>Worked with graduate and undersgraduate students teaching them the fundementals of programming and software development. In various roles I authored course curriculum for range classes covering frontend and backend web development, and native iOS development.</p>
<div class="back-to-top"><a href="#">Return to top</a></div>
</div>
</section>
</div>
<div id="freelance">
<section>
<div class="handle">
<header>
<h2>Freelance Experience</h2>
</header>
</div>
<div class="drawer">
<p>Worked on freelance web projects for clients such as the SFMOMA. Also created functional software proof of concepts for companies such LG mobile. Created custom in house enterprise tools for clients like Cisco Systems. My work as a freelancer has been about finding solutions to meet the needs of each individual client. The work produced has appeared on the front pages of high profile web pages, functional proof of concept demos and coorporate in house productivity tools. </p>
<div class="back-to-top"><a href="#">Return to top</a></div>
</div>
</section>
</div>
<div id="art-design">
<section>
<div class="handle">
<header>
<h2>Art & Design</h2>
</header>
</div>
<div class="drawer">
<p>I have a passion for design, and user experience and see it as having equal importance with programming in product development.</p>
<p>Enjoy working with code. I see code as art and expression. I feel that no quality mobile experience can be created without a balancing outward design, and inner functionality.</p>
<div class="back-to-top"><a href="#">Return to top</a></div>
</div>
</section>
</div>
<div id="my-work">
<section>
<div class="handle">
<header>
<h2>My Work</h2>
</header>
</div>
<div class="drawer">
<ul class="skill-list">
<li><a href="https://itunes.apple.com/us/developer/mitchell-hudson/id951378720">iTunes App Store</a></li>
<li><a href="https://github.com/soggybag">Github</a></li>
<li><a href="https://www.youtube.com/user/webdevilsvideos/playlists">Youtube</a></li>
<li><a href="www.linkedin.com/in/hudsonmitchell">LinkedIn</a></li>
<li><a href="https://www.behance.net/mitchellhudson/wip">Behance</a></li>
</ul>
<div class="back-to-top"><a href="#">Return to top</a></div>
</div>
</section>
</div>
<footer>
<p>Thanks for reading this all the way to the bottom.</p>
</footer>
</article>
</div>
<script>
var handles = document.getElementsByClassName("handle");
var drawers = document.getElementsByClassName("drawer");
for (var i = 0; i < handles.length; i++) {
var handle = handles[i];
var drawer = drawers[i];
handle.addEventListener("click", function(event) {
for (var i = 0; i < handles.length; i++) {
handles[i].classList.remove("selected");
}
for (var i = 0; i < drawers.length; i++) {
drawers[i].classList.remove("show");
}
this.nextElementSibling.classList.add("show");
this.classList.add("selected");
});
}
</script>
</body>
</html>