-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.html
327 lines (286 loc) · 11.9 KB
/
resume.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
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap"
rel="stylesheet"
/>
<title>Ryan Iguchi ‐ Resume</title>
</head>
<body>
<!-- DARK-MODE CHECKBOX ------------------------------------------>
<input
type="checkbox"
class="dark-mode-checkbox dark-mode-checkbox-resume"
/>
<!----------------------------------------------------------------->
<!-- HEADER ------------------------------------------------------->
<!----------------------------------------------------------------->
<header class="header">
<section class="header-left">
<div class="header-mobile-name">
<span class="header-square"></span>
<h3 class="header-name">Ryan Iguchi</h3>
</div>
<span class="header-title slash">/ </span>
<h4 class="header-title">Full Stack JavaScript Developer</h4>
</section>
<!-- HEADER-NAV -------------------------------------------------->
<nav class="header-nav" aria-label="Site navigation">
<ul class="header-nav--list">
<li>
<a href="index.html" id="about" class="header-nav--link"
>about me</a
>
</li>
<li>
<a href="#" id="resume" class="header-nav--link current-page"
>resume</a
>
</li>
<li>
<a href="education.html" id="education" class="header-nav--link"
>education</a
>
</li>
<li>
<a href="projects.html" id="portfolio" class="header-nav--link"
>portfolio</a
>
</li>
<li>
<a href="contact.html" id="contact" class="header-nav--link"
>contact</a
>
</li>
</nav>
<!-- MOBILE-NAV ------------------------------------------->
<input type="checkbox" class="mobile-nav--checkbox" />
<ion-icon name="menu-outline" class="mobile-nav--icon"></ion-icon>
<nav class="mobile-nav" aria-label="Site navigation">
<ul class="mobil-nav--list">
<li>
<a href="index.html" id="about" class="mobile-nav--link"
>about me</a
>
</li>
<li>
<a href="#" id="resume" class="mobile-nav--link current-page"
>resume</a
>
</li>
<li>
<a href="education.html" id="education" class="mobile-nav--link"
>education</a
>
</li>
<li>
<a href="projects.html" id="portfolio" class="mobile-nav--link"
>portfolio</a
>
</li>
<li>
<a href="contact.html" id="contact" class="mobile-nav--link"
>Contact</a
>
</li>
</ul>
</nav>
</header>
<!---------------------------------------------------------------->
<!-- MAIN-PAGE --------------------------------------------------->
<!---------------------------------------------------------------->
<div class="container">
<main class="main">
<div class="container-inner">
<div class="experience">
<!-- TIME LINE ------------------------------------------>
<span class="time-line"></span>
<!-- TITLE ---------------------------------------------->
<span class="resume-title">
<ion-icon name="briefcase-outline" class="work-icon"></ion-icon>
<h1 class="resume-title-text">Work Experience</h1>
</span>
<!-------------------------------------------------------->
<!-- WINE TASTING ---------------------------------------->
<!-------------------------------------------------------->
<section class="wine job job-right">
<h4 class="date">2020 - present</h4>
<h3 class="company">Wine Tasting and Pairing</h3>
<h2 class="job-title">Partner</h2>
<p class="job-description">
Organize and host private wine tasting and food pairing events
with my partner. We choose the best affordable wines from
Systembolaget and pair them with homemade international dishes.
</p>
<!-- DETAILS -->
<details>
<h5 class="resume-h5">Responsibilities and Achievements</h5>
<ul>
<li>Wine and food pairing</li>
<li>Organizing the events</li>
<li>Cooking all the food on location</li>
<li>Educating the guests on the wine and the food pairing</li>
</ul>
</details>
<!-- PRINT FORMAT -->
<div class="print">
<h5 class="resume-h5">Responsibilities and Achievements</h5>
<ul>
<li>Wine and food pairing</li>
<li>Organizing the events</li>
<li>Cooking all the food on location</li>
<li>Educating the guests on the wine and the food pairing</li>
</ul>
</div>
</section>
<!-------------------------------------------------------->
<!-- OFFSIDES -------------------------------------------->
<!-------------------------------------------------------->
<section class="offsides job job-left">
<h4 class="date">2009 - 2021</h4>
<h3 class="company">Offsides Sportsbar</h3>
<h2 class="job-title">Head Chef</h2>
<p class="job-description">
Managed and ran the kitchen from the beginning. Helped it become
one of the most popular restaurants in Solna.
</p>
<!-- DETAILS -->
<details>
<h5 class="resume-h5">Responsibilities and Achievements</h5>
<ul>
<li>Menu creation and updating</li>
<li>Ordering all the supplies for the restaurant</li>
<li>Employee training and schedule management</li>
<li>Preparations</li>
<li>Catering for larger parties</li>
</ul>
</details>
<!-- PRINT FORMAT -->
<div class="print">
<h5 class="resume-h5">Responsibilities and Achievements</h5>
<ul>
<li>Menu creation and updating</li>
<li>Ordering all the supplies for the restaurant</li>
<li>Employee training and schedule management</li>
<li>Preparations</li>
<li>Catering for larger parties</li>
</ul>
</div>
</section>
<!-------------------------------------------------------->
<!-- JIMMY'S --------------------------------------------->
<!-------------------------------------------------------->
<section class="jimmys job job-right">
<h4 class="date">2007 - 2009</h4>
<h3 class="company">Jimmy's Steakhouse</h3>
<h2 class="job-title">Sous Chef</h2>
<p class="job-description">
Worked in the kitchen preparing and a la carte on a coal grill.
</p>
<!-- DETAILS -->
<details>
<h5 class="resume-h5">Responsibilities and Achievements</h5>
<ul>
<li>Preparations</li>
<li>Al a carte menu</li>
</ul>
</details>
<!-- PRINT FORMAT -->
<div class="print">
<h5 class="resume-h5">Responsibilities and Achievements</h5>
<ul>
<li>Preparations</li>
<li>Al a carte menu</li>
</ul>
</div>
</section>
<!-------------------------------------------------------->
<!-- OLEARY'S -------------------------------------------->
<!-------------------------------------------------------->
<section class="olearys job job-left">
<h4 class="date">2006 - 2007</h4>
<h3 class="company">Oleary's Sportsbar</h3>
<h2 class="job-title">Head Chef</h2>
<p class="job-description">
Managed and ran the kitchen for a busy restaurant.
</p>
<!-- DETAILS -->
<details>
<h5 class="resume-h5">Responsibilities and Achievements</h5>
<ul>
<li>Menu creation and updating</li>
<li>Ordering all the supplies for the restaurant</li>
<li>Employee training and schedule management</li>
<li>Preparations</li>
</ul>
</details>
<!-- PRINT FORMAT -->
<div class="print">
<h5 class="resume-h5">Responsibilities and Achievements</h5>
<ul>
<li>Menu creation and updating</li>
<li>Ordering all the supplies for the restaurant</li>
<li>Employee training and schedule management</li>
<li>Preparations</li>
</ul>
</div>
</section>
</div>
</div>
</main>
</div>
<!----------------------------------------------------------->
<!-- FOOTER ------------------------------------------------->
<!----------------------------------------------------------->
<footer>
<section class="left-footer">© 2022 by Ryan Iguchi.</section>
<section class="right-footer">
<article class="right-footer--article right-footer--call">
<span class="right-footer--title">Call</span>
<a class="right-footer--link" href="tel:070 459 1126">070 459 1126</a>
</article>
<article class="right-footer--article right-footer--write">
<span class="right-footer--title">Write</span>
<a class="right-footer--link" href="mailto:[email protected]"
>
</article>
<article class="right-footer--article right-footer--follow">
<span class="right-footer--title">Follow</span>
<nav class="right-footer--social-nav" aria-label="Social media links">
<a href="" class="right-footer--social-link">
<ion-icon name="logo-facebook" class="social-icon"></ion-icon>
</a>
<a href="" class="right-footer--social-link">
<ion-icon name="logo-twitter" class="social-icon"></ion-icon>
</a>
<a href="" class="right-footer--social-link">
<ion-icon name="logo-linkedin" class="social-icon"></ion-icon>
</a>
<a href="" class="right-footer--social-link">
<ion-icon name="logo-instagram" class="social-icon"></ion-icon>
</a>
</nav>
</article>
</section>
</footer>
<!----------------------------------------------------------->
<!-- END OF PAGE -------------------------------------------->
<!----------------------------------------------------------->
<script
type="module"
src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"
></script>
<script
nomodule
src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"
></script>
</body>
</html>