-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
113 lines (104 loc) · 5.65 KB
/
index.html
File metadata and controls
113 lines (104 loc) · 5.65 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
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
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Home – Je Seung You</title>
<meta name="description" content="Student studying Math and Computer Science.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" sizes="180x180" href="./images/favicon.ico">
<link rel="icon" type="image/png" sizes="32x32" href="./images/favicon.ico">
<link rel="icon" type="image/png" sizes="16x16" href="./images/favicon.ico">
<meta name="theme-color" content="#2f89fc">
<link rel="stylesheet" href="./css/font.css">
<link rel="stylesheet" href="./css/normalize.css">
<link rel="stylesheet" href="./css/skeleton.css">
<link rel="stylesheet" href="./css/main.css">
<script>
(function(h,o,t,j,a,r){
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
h._hjSettings={hjid:969614,hjsv:6};
a=o.getElementsByTagName('head')[0];
r=o.createElement('script');r.async=1;
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
a.appendChild(r);
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
</script>
</head>
<body class="home">
<nav class="navbar clearfix">
<h1 class="logo"><a href="./index.html">Je Seung You</a></h1>
<ul class="nav">
<li><a class="active" href="/">Home</a></li>
<li><a href="./publication.html">Publication</a></li>
<li><a href="./taekwondo.html">Taekwondo</a></li>
<li><a href="./about.html">About</a></li>
</ul>
<a class="nav-toggle" href="javascript:void(0)"><span class="nav-icon"></span></a>
</nav>
<div class="hero">
<div class="container container-l">
<div class="row">
<div class="twelve columns">
<h2>Hello! My name is Je Seung You (Jason).<br>
I am studying Math and Computer Science <br> at <a href="https://www.columbia.edu/" target="_blank"><span class="highlight">Columbia University</span></a> in the City of New York.</h2>
</div>
</div>
</div>
</div>
<div class="work">
<div class="container container-l">
<div class="row">
<div class="twelve columns">
<a class="work-panel work-panel-grida" href="https://www.linkedin.com/in/je-seung-jason-you-00575015b/" target="_blank">
<h3>Linkedin</h3>
<p>A link to my online resume</p>
<span class="view-more">View more</span>
<img src="images/linkedin_two.png" alt="Linkedin">
</a>
<a class="work-panel work-panel-neonotewindows" href="https://medium.com/@jy2908" target="_blank">
<h3>Blog</h3>
<p>A link to my medium blog</p>
<span class="view-more">View more</span>
<img src="images/blog-photo.jpg" alt="Medium">
</a>
<a class="work-panel work-panel-learnabout" href="https://github.com/crystalyst" target="_blank">
<h3>Github</h3>
<p>A link to my github handle</p>
<span class="view-more">View more</span>
<img src="images/code.png" alt="Github">
</a>
<a class="work-panel work-panel-papertube" href="https://drive.google.com/file/d/1MdPPMZCK9BkEdySNrkPJ5YKMuiRs3p9r/view?usp=sharing" target="_blank">
<h3>Resume</h3>
<p>A link to my paper resume</p>
<span class="view-more">View more</span>
<img src="images/free_resume_three.png" alt="Resume">
</a>
<!-- <a class="work-panel work-panel-soulfarmers" href="http://www.soul-farmers.com" target="_blank">
<h3>Soul Farmers</h3>
<p>Design Thinking Tool and Facilitation Brand</p>
<span class="view-more">View more</span>
<img src="images/ProjectsforPeaceInside.jpeg" alt="soulfarmers">
</a>
<a class="work-panel work-panel-portfolio" href="./portfolio.html">
<h3>Taekwondo</h3>
<p>PDF version of Portfoilo file</p>
<span class="view-more">View more</span>
<img src="images/enlarged_cutkd_logo.jpg" alt="Portfoilo">
</a> -->
</div>
</div>
</div>
</div>
<footer class="footer">
<div class="container">
<div class="row">
<div class="twelve columns">
<p>© <script> document.write(new Date().getFullYear()); </script> Je Seung You</p>
</div>
</div>
</div>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="js/main.js"></script>
</html>