-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
242 lines (237 loc) · 8.72 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Portfolio - Jason Han</title>
<!-- Bulma Version 0.9.0-->
<link rel="stylesheet" href="bulma.min.css" />
<link rel="stylesheet" type="text/css" href="index.css" />
<script
src="https://kit.fontawesome.com/2828f7885a.js"
integrity="sha384-WAsFbnLEQcpCk8lM1UTWesAf5rGTCvb2Y+8LvyjAAcxK1c3s5c0L+SYOgxvc6PWG"
crossorigin="anonymous"
></script>
<link rel="icon" type="image/png" href="favicon.png" />
</head>
<body>
<!-- Begin Preloader -->
<div class="preloader-wrapper">
<div class="preloader">
<img src="img/preloader.gif" alt="" />
</div>
</div>
<!-- End Preloader-->
<!-- Begin Scroll Up Button -->
<form action="#home">
<button id="toTop" title="Go to top">
<i class="fas fa-angle-up"></i>
</button>
</form>
<!-- End Scroll Up Button -->
<!-- Begin Header -->
<div class="header-wrapper" id="home">
<!-- Begin Hero -->
<section class="hero is-large">
<!-- Begin Mobile Nav -->
<nav class="navbar is-transparent is-hidden-desktop">
<!-- Begin Burger Menu -->
<div class="navbar-brand">
<div class="navbar-burger burger" data-target="mobile-nav">
<span></span>
<span></span>
<span></span>
</div>
</div>
<!-- End Burger Menu -->
<div id="mobile-nav" class="navbar-menu">
<div class="navbar-end">
<div class="navbar-item">
<a class="navbar-item" href="#home">
Home
</a>
</div>
<div class="navbar-item">
<a class="navbar-item" href="#about-me">
About Me
</a>
</div>
<div class="navbar-item">
<a class="navbar-item" href="#projects">
Projects
</a>
</div>
</div>
</div>
</nav>
<!-- End Mobile Nav -->
<!-- Begin Hero Content-->
<div class="hero-body">
<div class="container has-text-centered">
<h2 class="title">Jason Han</h2>
</div>
</div>
<!-- End Hero Content-->
<!-- Begin Hero Menu -->
<div class="hero-foot ">
<div class="hero-foot--wrapper">
<div class="columns">
<div class="column is-12 hero-menu-desktop has-text-centered">
<ul>
<li class="is-active">
<a href="#home">Home</a>
</li>
<li>
<a href="#about-me">About Me</a>
</li>
<li>
<a href="#projects">Projects</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- End Hero Menu -->
</section>
<!-- End Hero -->
</div>
<!-- End Header -->
<!-- Begin Main Content -->
<div class="main-content">
<!-- Begin About Me Section -->
<div class="section-light about-me" id="about-me">
<div class="container">
<div class="column is-12 about-me">
<h1 class="title has-text-centered section-title">About Me</h1>
</div>
<div class="columns is-multiline">
<div
class="column is-6 has-vertically-aligned-content"
data-aos="fade-right"
>
<p class="is-larger">
I am an gradutate of the University of Calgary with a Bachelor of Science in Computer Science.
My main skills include MySQL, Python, Java, and C++ and have work experience
with software development, databases and systems administration.
</p>
<br />
<div class="is-divider"></div>
<div class="columns about-links">
<div class="column">
<p class="heading">
<strong>GitHub</strong>
</p>
<p class="subheading">
<a href="https://github.com/json-h">json-h</a>
</p>
</div>
<div class="column">
<p class="heading">
<strong>LinkedIn</strong>
</p>
<p class="subheading">
<a href="https://www.linkedin.com/in/jason-han-56831b179/">Jason Han</a>
</p>
</div>
<div class="column">
<p class="heading">
<strong>Email</strong>
</p>
<p class="subheading">
</p>
</div>
</div>
</div>
<div class="column is-6 right-image " data-aos="fade-left">
<img
class="is-rounded"
src="media/self.jpg"
alt=""
style="max-width: 75%; border-radius: 50%;"
/>
</div>
</div>
</div>
</div>
<!-- End About Me Content -->
<!-- Begin Work Content -->
<div class="section-dark projects" id="projects">
<div class="container">
<div
class="columns is-multiline"
data-aos="fade-in"
data-aos-easing="linear"
>
<div class="column is-12">
<h1 class="title has-text-centered section-title">Projects</h1>
</div>
<div class="column is-6">
<div class="box has-text-centered">
<a href="https://www.kawh.io"><img src="media/kawhio.png"></a>
<p style="color:white;">
A fantasy basketball tool which provides a variety of statistics and data,
with ESPN integration. Written using Python, MySQL, CSS, HTML, JS, and Django. Hosted on PythonAnywhere.
</p>
<br>
<a href="https://github.com/json-h/kawh.io" class="button is-primary"><i class="fab fa-github" style="margin-right: 0.3em;"></i>
Github</a>
</div>
</div>
<div class="column is-6">
<div class="box has-text-centered">
<img src="media/nbabot.png">
<p style="color:white;">
Similar to kawh.io, but as a Discord bot. No ESPN integration, users create their own team. Written in Python and MySQL.
</p>
<br>
<br>
<a href="https://github.com/json-h/nbafantasybot" class="button is-primary"><i class="fab fa-github" style="margin-right: 0.3em;"></i>
Github</a>
</div>
</div>
<div class="column is-6">
<div class="box has-text-centered">
<img src="media/jsonh.png">
<p style="color:white;">
My personal website, which you're currently looking at. Written in HTML and CSS. Hosted on Github Pages.
</p>
<br>
<br>
<a href="https://github.com/json-h/json-h.github.io" class="button is-primary"><i class="fab fa-github" style="margin-right: 0.3em;"></i>
Github</a>
</div>
</div>
<div class="column is-6">
<div class="box has-text-centered">
<img src="media/minimapcv.png">
<p style="color:white;">
A tool to analyze positions of players in a League of Legends game using the minimap. Written using Python and OpenCV.
</p>
<br>
<br>
<a href="https://github.com/json-h/MinimapCV-League" class="button is-primary"><i class="fab fa-github" style="margin-right: 0.3em;"></i>
Github</a>
</div>
</div>
</div>
</div>
</div>
<!-- End Work Content -->
</div>
<!-- End Main Content -->
<!-- Scripts -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="index.js"></script>
<link href="https://cdn.rawgit.com/michalsnik/aos/2.1.1/dist/aos.css" rel="stylesheet">
<script src="https://cdn.rawgit.com/michalsnik/aos/2.1.1/dist/aos.js"></script>
<script>
AOS.init({
easing: "ease-out",
duration: 800,
});
</script>
</body>
</html>