-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathairbnb.html
More file actions
75 lines (69 loc) · 2.52 KB
/
airbnb.html
File metadata and controls
75 lines (69 loc) · 2.52 KB
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
<!DOCTYPE HTML>
<!--
Strata by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Jong Min Park</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" />
</head>
<body class="is-preload">
<!-- Header -->
<header id="header">
<div class="inner">
<a href="#" class="image avatar"><img src="images/me.jpg" alt="" /></a>
<h1>Hi! <strong>I am Jong Min</strong>, an aspiring<br />
data scientist studying Information Systems and
Operations Management at Emory University.<br />
</h1>
<p> </p>
<a href="index.html" class="button">Home</a>
<p> </p>
<a href="resume.html" class="button">Resume</a>
<p> </p>
<a href="project.html" class="button">Portfolio</a>
</div>
</header>
<!-- Main -->
<div id="main">
<!-- One -->
<section id="one">
<header class="major">
<h2>ABOUT ME</h2>
</header>
<p>I am a junior studying information systems and operations management at Goizueta Business School.
I am passionate about finding meaningful insights from Data.
I was born in South Korea and raised in Malaysia.
My interests include golf, data analytics, and machine learning.
My projects are usually related to one or more of these fields. I am currently seeking new opportunities in data analytics or data science </p>
<ul class="actions">
<li><a href="#" class="button">Learn More</a></li>
</ul>
</section>
</div>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<ul class="icons">
<li><a href="#" class="icon fa-github"><span class="label">Github</span></a></li>
<li><a href="#" class="icon fa-envelope-o"><span class="label">Email</span></a></li>
</ul>
<ul class="copyright">
<li>© Jong Min</li>
<li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.poptrox.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>