-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.html
92 lines (79 loc) · 3.62 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
<!DOCTYPE HTML>
<!--
Massively by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Kurt Ibaraki</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<div id="intro">
<h1>Kurt Ibaraki <br> Portfolio<br />
</h1>
<p>Hello! I'm Kurt, a recent graduate with a passion for software engineering <br>and a strong desire to make a meaningful impact in the tech industry. <br>As a diligent learner and a dedicated problem-solver, I am excited to showcase <br> my skills, projects, and enthusiasm for software development through this portfolio.</p>
<ul class="actions">
<li><a href="#nav" class="button icon solid solo fa-arrow-down scrolly">Continue</a></li>
</ul>
</div>
<!-- Nav -->
<nav id="nav">
<ul class="links">
<li><a href = "index.html"> Projects</a></li>
<li class="active"><a href="resume.html">Resume</a></li>
</ul>
<ul class="icons">
<li><a href="https://www.linkedin.com/in/kurt-ibaraki/" class='fab fa-linkedin-in'><span class="label"></span></a></li>
<li><a href="https://github.com/kibaraki45" class="icon brands alt fa-github"><span class="label">GitHub</span></a></li>
</ul>
</nav>
<!-- Main -->
<div id="main">
<!-- Embed PDF -->
<iframe src="images/Kurt_Ibaraki_Resume.pdf" width="100%" height="1200px"></iframe>
</div>
<!-- Footer -->
<footer id="footer">
<section>
<h3>Location</h3>
<p><a href='https://www.google.com/maps/place/Costa+Mesa,+CA/@33.6636081,-117.9093443,13z/data=
!3m1!4b1!4m6!3m5!1s0x80dcdf6ffc576f79:0xef018412d803c0da!8m2!3d33.6638439!4d-117.9047429!16zL20vMHIyYnY?
entry=ttu'> Costa Mesa,CA 92626 </a></p>
</section>
<section>
<h3>Email</h3>
<p><a href='mailto:kiba%72%61ki4%35@gmail.com'>kibaraki45@
gmail.com</a></p>
</section>
<section>
<h3>Social</h3>
<ul class="icons alt">
<li><a href="https://www.linkedin.com/in/kurt-ibaraki/" class='fab fa-linkedin-in'><span class="label"></span></a></li>
<li><a href="https://github.com/kibaraki45" class="icon brands alt fa-github"><span class="label">GitHub</span></a></li>
</ul>
</section>
</footer>
<!-- Copyright -->
<div id="copyright">
<ul><li>© Untitled</li><li>Design: <a href="https://html5up.net">HTML5 UP</a></li></ul>
Photo by <a href="https://unsplash.com/@agk42?utm_content=creditCopyText&utm_medium=referral&utm_source=unsplash">Alex Knight</a> on <a href="https://unsplash.com/photos/lighted-chinese-lantern-5-GNa303REg?utm_content=creditCopyText&utm_medium=referral&utm_source=unsplash">Unsplash</a>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>