-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtaekwondo.html
More file actions
86 lines (76 loc) · 5.23 KB
/
taekwondo.html
File metadata and controls
86 lines (76 loc) · 5.23 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
<!DOCTYPE html>
<!-- saved from url=(0031)https://potatohands.com/about -->
<html class="no-js gr__potatohands_com" lang="en">
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Taekwondo – 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="#00BCD4">
<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">
<style type="text/css">iframe#_hjRemoteVarsFrame {display: none !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important;}</style>
<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 data-gr-c-s-loaded="true">
<nav class="navbar clearfix">
<h1 class="logo"><a href="./index.html">Je Seung You</a></h1>
<ul class="nav">
<li><a href="./index.html">Home</a></li>
<li><a href="./publication.html">Publication</a></li>
<li><a class="active" 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>
<main class="about-content">
<div class="container">
<div class="row">
<div class="twelve columns">
<img class="image" src="./images/cutkd_jason.JPG">
<h2>Taekwondo</h2>
<p>Taekwondo has been a huge part of my college career. Since 2018, I have been training Taekwondo with Columbia Taekwondo Team (CUTKD). Along with my academic journey, I have competed in tournaments hosted by Eastern Collegiate Taekwondo Conference (ECTC) and National Collegiate Taekwondo Association (NCTA) to represent Columbia.</p>
<hr>
<img class="image" src="./images/cutkd_ectc.jpeg">
<p>With amazing and inspiring people in CUTKD, I was able to find my place at Columbia and have met the best friends of my life. I was able to get stronger both physically and mentally with teammates, and this is why I love this community so much. </p>
<hr>
<img class="image" src="./images/cutkd_banquet.JPG">
<p>Being able to give back to this amazing community by serving as a Vice President and President of the team was the best decision I made during my college career! </p>
<p>I am currently a second-dan Black belt in WTF Taekwondo, and definitely interested in talking about Taekwondo or martial arts.</p>
<p>If you want to connect, don't hesitate to reach out to <a href="mailto:jy2908@columbia.edu">jy2908@columbia.edu</a>. You can also connect with CUTKD on its <a href="https://cutkd.club/" target="_blank">Website</a> or via email - <a href="mailto:cutkd212@gmail.com">cutkd212@gmail.com</a>!</p>
</div>
</div>
</div>
</main>
<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>
<ul class="social-icons">
<li><a href="mailto:potatohandskim@gmail.com"><img src="./images/email.svg" alt="Email"></a></li>
<li><a href="https://twitter.com/potatohands" target="_blank"><img src="./images/twitter.svg" alt="Twitter"></a></li>
<li><a href="https://dribbble.com/potatohands" target="_blank"><img src="./images/dribbble.svg" alt="Dribbble"></a></li>
<li><a href="https://www.linkedin.com/in/potatohands/?locale=en_US" target="_blank"><img src="./images/linkedin.svg" alt="linkedin"></a></li>
</ul>
</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>