-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
249 lines (228 loc) · 10.7 KB
/
index.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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Yeram Hwang's Webpage</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts -->
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css">
<!-- Plugin CSS -->
<link href="vendor/magnific-popup/magnific-popup.css" rel="stylesheet" type="text/css">
<!-- Custom styles -->
<link href="css/freelancer.css" rel="stylesheet">
<link rel="stylesheet" href="css/flipclock.css">
<style>
</style>
</head>
<body id="page-top">
<!-- naviation bar on top-->
<nav class="navbar navbar-expand-lg bg-secondary fixed-top text-uppercase" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="#page-top">Yeram's WebPage</a>
<button class="navbar-toggler navbar-toggler-right text-uppercase bg-primary text-white rounded" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
Menu
<i class="fas fa-bars text-white"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item mx-0 mx-lg-1">
<a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" href="#about">About Me</a>
</li>
<li class="nav-item mx-0 mx-lg-1">
<a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" href="#hobby">Hobby/Interest</a>
</li>
<li class="nav-item mx-0 mx-lg-1">
<a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Header Section-->
<header class="masthead bg-primary text-white text-center">
<div class="container">
<img class="img-fluid mb-5 d-block mx-auto" src="img/face.png" alt="Yeram's face">
<h1 class="text-uppercase mb-0">Yeram Hwang (Justin)</h1>
<hr class="star-light">
<h2 class="font-weight-light mb-0">Cal Poly Pomona</h2>
</div>
</header>
<!-- About Section -->
<section class="about" id="about">
<div class="container">
<h2 class="text-center text-uppercase text-secondary mb-0">About Me</h2>
<hr class="star-dark mb-5">
<div class="row">
<div class="col-lg-12 ml-auto">
<p class="lead">Hello to you all ! This is webpage of Yeram Hwang, also known as Justin. I am attending Cal Poly Pomona as Computer Science major and Statistic minor. Fields of interest are web-designing, big data, database management, cyber security, and, statistical research in various diseases.</p>
<p class="lead">Welcome to any job and internship offers of any computer/statistic related fields! Also, Thank you all for visiting my website !</p>
<p class="lead">As you can see, I enjoy surfing and running as hobby. Check out my videos below this section if you want see. Rock Climbing is activity I recently started, so there is no video of it, yet! It is coming soon or later 😂 😂 😂 </p>
</div>
</div>
</div>
</section>
<!-- Hobby Section -->
<section class="bg-primary text-white mb-0" id="hobby">
<div class="container">
<h2 class="text-center text-uppercase text-white mb-0">Hobby/Interest</h2>
<hr class="star-light mb-5">
<h3>Surfing</h3>
<hr class ="style1">
<iframe class="singlethumb" src="https://www.youtube.com/embed/D_zz7XTvURo" allowfullscreen></iframe>
<br />
<form action="hobby.html" method="get" target="_blank">
<button class = "btn-seemore" >See more ...</button>
</form>
<div class="row">
<div class="column text-center">
<h3>Running</h3>
<hr class ="style2">
<div class="column text-center">
<h4>1 Mile Record</h4>
<br>
<div class='1mile_clock' id='clock'></div>
</div>
<div class="column text-center">
<h4>5K Record</h4>
<br>
<div class='3mile_clock' id='clock'></div>
</div>
<form action="hobby.html" method="get" target="_blank">
<button class = "btn-seemore" >See more ...</button>
</form>
</div>
<div class="column text-center">
<h3>Rock Climbing</h3>
<hr class ="style2">
<img class="img-fluid mb-auto" src="img/comingsoon.png" alt="coming soon!" >
<br />
<form action="hobby.html" method="get" target="_blank">
<button class = "btn-seemore" >See more ...</button>
</form>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact">
<div class="container">
<h2 class="text-center text-uppercase text-secondary mb-0">Contact Me</h2>
<hr class="star-dark mb-5">
<h5 class="text-center text-secondary text-uppercase mb-0">Follow me on instagram to see everyday of my life!!!</h5>
<br>
<div class="col-centered">
<ul class="list-inline mb-0 text-center">
<li class="list-inline-item">
<a class="btn btn-outline-info btn-social text-center rounded-circle" target="_blank" href="https://www.facebook.com/yeram.hwang.33">
<i class="fab fa-fw fa-facebook-f"></i>
</a>
</li>
<li class="list-inline-item">
<a class="btn btn-outline-info btn-social text-center rounded-circle" target="_blank" href="mailto:yeramy96@gmail.com">
<i class="fab fa-fw fa-google-plus-g"></i>
</a>
</li>
<li class="list-inline-item">
<a class="btn btn-outline-info btn-social text-center rounded-circle" target="_blank" href="https://www.linkedin.com/in/yeram-hwang-165aba16b/">
<i class="fab fa-fw fa-linkedin-in"></i>
</a>
</li>
<li class="list-inline-item">
<a class="btn btn-outline-info btn-social text-center rounded-circle" target="_blank" href="https://github.com/yeramy">
<i class="fab fa-fw fa-github"></i>
</a>
</li>
<li class="list-inline-item">
<a class="btn btn-outline-info btn-social text-center rounded-circle" target="_blank" href="https://www.instagram.com/imsoyeramic">
<i class="fab fa-instagram"></i>
</a>
</li>
<li class="list-inline-item ">
<a class="btn btn-outline-info btn-social text-center rounded-circle" target="_blank" href="https://www.youtube.com/channel/UCqjobhEe9jXhou0s2sIKXbQ?">
<i class="fab fa-youtube"></i>
</a>
</li>
</ul>
</div>
<hr>
<div class="text-center text-uppercase text-secondary mb-0">
<h5>ASK ANYTHING <u><em>ANONYMOUSLY</em></u> ON THIS </h5>
<p></p>
<iframe src=https://asked.kr/yeramy height="500"></iframe>
<h5>Does not have to be in Korean!!</h5>
<h5>Need Help on Korean? Click button below</h5>
<a class="list-inline-item btn btn-outline-info btn-social text-center rounded-circle" onclick="giveDirection()">
<i class="fas fa-question-circle"></i>
</a>
</div>
</div>
</section>
<!-- Footer Section-->
<footer class="footer text-center">
<div class="container">
<div class="row">
<div class="col-md-4 mb-5 mb-lg-0">
<h4 class="text-uppercase mb-4">Location</h4>
<p class="lead mb-0">Los Angeles, CA 90057</p>
</div>
<div class="col-md-4">
<h4 class="text-uppercase mb-4">Email</h4>
<p class="lead mb-0">yeramy11@naver.com</p>
</div>
</div>
</div>
</footer>
<!-- Copyright -->
<div class="copyright py-4 text-center text-white">
<div class="container">
<details>
<summary>Copyright © Yeram Hwang 2019</summary>
</details>
</div>
</div>
<!-- Scroll to Top Button (Only visible on small and extra-small screen sizes) -->
<div class="scroll-to-top d-lg-none position-fixed ">
<a class="js-scroll-trigger d-block text-center text-white rounded" href="#page-top">
<i class="fa fa-chevron-up"></i>
</a>
</div>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<script src="vendor/magnific-popup/jquery.magnific-popup.min.js"></script>
<!-- Contact Form JavaScript -->
<script src="js/jqBootstrapValidation.js"></script>
<script src="js/contact_me.js"></script>
<!-- Custom scripts for this template -->
<script src="js/freelancer.js"></script>
<script src="js/script.js"></script>
<!-- Korean-English translate script -->
<script>
function giveDirection(){
alert('Steps to ask ANONYMOUSLY:\n 1. Type your qustion on textfield where it says (질문을 입력해주세요)\n 2. Click on purple button(질문하기) located next to white button(익명)\n 3. You just posted qustion on my inbox!\n 4. Wait around day or two and comeback to check my response');
}
</script>
<!-- FlipClock javascript -->
<script src="https://code.jquery.com/jquery-3.4.1.js"></script>
<script src="js/flipclock.js"></script>
<script type="text/javascript">
var clock = $('.1mile_clock').FlipClock(390,{
clockFace: 'MinuteCounter',
autoStart: false
});
var clock = $('.3mile_clock').FlipClock(1470,{
clockFace: 'MinuteCounter',
autoStart: false
});
</script>
</body>
</html>