-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.html
80 lines (66 loc) · 2.84 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
<!DOCTYPE html>
<html>
<head>
<!-- favicon -->
<link rel="icon" href="/main-img/favicon.ico" type="image/x-icon" />
<!-- meta tags -->
<meta charset="utf-8" />
<meta name="Marielle Hsu Portfolio - Resume & CV" content="HTML,CSS,JavaScript" />
<meta name="author" content="Marielle Hsu" />
<meta name="description" content="Creating efficient, intuitive experiences." />
<!-- css -->
<link rel="stylesheet" type="text/css" href="/css/main.css" />
<!-- title -->
<title>Marielle Hsu - Résumé & CV</title>
<!-- js -->
<script src="/js/jquery-2.2.4.min.js"></script>
<script src="/js/scroll.js"></script>
<!-- Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-65961464-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<!-- MAIN BODY -->
<body>
<!-- actual content, max width defined in CSS differs from default -->
<div class="narrow">
<!-- logo and name -->
<div class="chop">
<a href="index.html"><img class="chop" src="/main-img/logo.png" alt="nested hex logo" title="nested hex logo" /></a>
</div>
<h1>Résumé & CV</h1>
<text>
<!-- Summary -->
<br />
<hr />
My artistic upbringing instilled a keen eye for aesthetics and creative solutions. Always willing to dig deeper to find the roots of problems, I bring a collection of abilities that open new perspectives, both globally and at the implementation level. I specialize in creative thinking and problem-solving, with a strong emphasis on accuracy and efficiency.
<hr />
<div style="height:1.5em;">
<div class="note-right">
Further details can be found on <a href="https://linkedin.com/in/mariellehsu">my LinkedIn page</a>.
</div>
<div class="note-left">
My formal CV is available <a href="cv.html">here</a>.
</div>
</div>
<hr />
<!-- Display pdf in page -->
<div id="pdf">
<object data="/main-img/MarielleHsu_2017-02_hex_A4.pdf" alt="Marielle Hsu CV (pdf)" title="Marielle Hsu CV (pdf)" type="application/pdf" width=100% height=100%>
<div style="background-color:lightgrey; padding-top:20px; padding-bottom:20px;">
<text>It appears you don't have a PDF plugin for this browser.<br /><br />You can <a href="/main-img/MarielleHsu_2017-02_hex_A4.pdf">click here to download the PDF of my résumé.</a></text>
</div>
</object>
</div>
</text>
</div>
<!-- Closing narrower div -->
</body>
<!-- forcing everything else below -->
<div style="clear: both;"></div>
<br />
<!--- FOOTER --->
<div class="footer"></div>
</html>