-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
253 lines (237 loc) · 10.4 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
250
251
252
253
<!DOCTYPE HTML>
<!--
use under the CCA 3.0 license (html5up.net/license) Paradigm Shift by HTML5 UP html5up.net | @ajlkn
-->
<html>
<head>
<title>Justin K Lee</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<link rel="icon" href="images/Vectorfinalplane.svg" type="image/x-icon" />
<link rel="stylesheet" href="assets/css/main.css" />
<script src="https://code.iconify.design/1/1.0.4/iconify.min.js"></script>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Intro -->
<section class="intro">
<header>
<h1>Justin K Lee</h1>
<p>Full Stack Engineer who enjoys solving problems and hiking trails in the nature<a href=""></a>
<ul class="actions">
<li><a href="#first" class="arrow scrolly"><span class="label">Next</span></a></li>
</ul>
</header>
<div class="content">
<span class="image fill" data-position="center"><img src="images/pic4.jpg" alt="" /></span>
</div>
</section>
<!-- Section -->
<section id="first">
<header>
<h2>Who I am</h2>
</header>
<div class="content">
<p><strong style="font-size: 1.25rem">Full Stack Developer</strong> I build web application. I enjoy
learning new technologies and ideas from the process.
When I am not working I spend my time with my family and also enjoy hiking trails in the nature.
</p>
<span class="image main"><img src="images/pic5.JPG" alt="myself_in_India" /></span>
</div>
</section>
<!-- Section -->
<section>
<header>
<h2>Main Skill Set</h2>
</header>
<div class="content">
<p><strong style="font-size: 1.25rem">TOOLS</strong> </p>
<ul class="feature-icons">
<li><span class="iconify solid feature-icons" data-icon="logos:react"
data-inline="false"></span>React</li>
<li><span class="iconify solid feature-icons" data-icon="logos:redux"
data-inline="false"></span>Redux</li>
<li><span class="iconify" data-icon="logos:typescript-icon" data-inline="false"></span>TypeScript</li>
<li><span class="iconify solid feature-icons" data-icon="logos:javascript"
data-inline="false"></span>JavaScript</li>
<li><span class="iconify solid feature-icons" data-icon="mdi:language-ruby-on-rails"
data-inline="false"></span>Ruby on Rails</li>
<li><span class="iconify solid feather-icons" data-icon="logos:ruby" data-inline="false"></span>Ruby</li>
<li><span class="iconify" data-icon="logos:aws" data-inline="false"></span> AWS</li>
<li><span class="iconify" data-icon="logos:firebase" data-inline="false"></span>Firebase</li>
<li><span class="iconify" data-icon="logos:graphql" data-inline="false"></span>GraphQL</li>
<li><span class="iconify" data-icon="logos:gatsby" data-inline="false"></span>Gatsby</li>
<li><span class="iconify solid feather-icons" data-icon="logos:postgresql"
data-inline="false"></span>PostgreSQL</li>
<li><span class="iconify solid feather-icons" data-icon="logos:mysql"
data-inline="false"></span>MySQL</li>
<li><span class="iconify solid feature-icons" data-icon="logos:jquery"
data-inline="false"></span>JQuery</li>
<li><span class="iconify solid feature-icons" data-icon="logos:d3" data-inline="false"></span>D3
</li>
<li><span class="iconify solid feature-icons" data-icon="logos:css-3"
data-inline="false"></span>CSS3</li>
<li><span class="iconify solid feature-icons" data-icon="logos:html-5"
data-inline="false"></span>HTML5</li>
<li><span class="iconify" data-icon="logos:ant-design" data-inline="false"></span>Ant Design</li>
<li><span class="iconify solid feature-icons" data-icon="logos:git-icon"
data-inline="false"></span>Git</li>
</ul>
</div>
</section>
<!-- Section -->
<section>
<header>
<h2>Works</h2>
</header>
<div class="content">
<!-- Section -->
<section>
<header>
<h3>Collectors</h3>
<p>E-Commerce shopping, checkout cart, and payment system app. React/Redux frontend global state management with JavaScript ES6. Firebase backend with Google Omniauth user authentification and products data.
Stripe payment system. Performance enhancement with selectors memoization, state normalization, code splitting, React Lazy and Suspense, nested routing, HOC patterns, and React DevTools profiler.
Asynchoronous Thunks middleware. Modular CSS for local scoping. Responsive flex and grid design.</p>
</header>
<div class="content">
<div class="#">
<a href="https://collectors-react-redux-firebase-e-commerce-store-app.vercel.app/" target="_blank"><img
src="images/collectors.gif" alt="collectors_screenshot" style="width: 600px;" /></a>
</div>
<div><a href="https://collectors-react-redux-firebase-e-commerce-store-app.vercel.app/" target="_blank">
<strong>
<p>Live Site</p>
</strong></a></div>
<div>
<a href="https://github.com/DevNeoLee/redux-ecommerce-store" target="_blank">
<strong>
<p>GitHub Repository</p>
</strong></a>
</div>
</div>
</section>
<section>
<header>
<h3 style="padding: 2rem 0 0 0">Share Desk</h3>
<p>Share Desk App. Providing work spaces any where around the world instantly by searching local availability. Hosting spaces in your
houses, apartments, or offices for profit. Ruby on Rails Backend, Turbolink and Stimulus.js
Ajax calls for infinite scrolling, JavaScript, Bootstrap, Jquery DOM manipulation,
Postgresql, Heroku server, Google/Facebook Omniauth, Google Maps API with Geocode,
Reservation with Datepicker, Custom User Profile, Hosting a space, Advanced searching,
Customer Star Rating, and Amazon AWS S3 database. Responsive flex and grid design, Inspired
by WeWork and Air B&B.</p>
</header>
<div class="content">
<div class="site_frame">
<a href="https://sharedesk1.onrender.com/" target="_blank"><img
src="images/share_desk.gif" alt="Sharedesk_screenshot" style="width: 600px; " /></a>
</div>
<div><a href="https://sharedesk1.onrender.com/" target="_blank"><strong>
<p>Live Site</p>
</strong></a></div>
<div>
<a href="https://github.com/DevNeoLee/Sharedesk_2023" target="_blank"><strong>
<p>GitHub Repository</p>
</strong></a>
</div>
</div>
</section>
<section>
<header>
<h3>Travelers to Canada</h3>
<p>Interactive Datavisualization with D3 JavaScript library representing large set of historical visitor statistics to
Canada for instant knowledge of perception and cognition of the big data. Data Transformations such as aggregation and
filtering for visualization and structured into objects suitable for different forms of visual charts such as doughnut, map, and bar.
Manipulating DOM elements dynamically and interactively using searching and sorting JSON and CSV data sets from Statistics Canada.
Responsive flex and grid design. </p>
</header>
<div class="content">
<div class="#">
<a href="https://devneolee.github.io/Canada_Tourist_Chart_d3/" target="_blank"><img
src="images/travel_data_d3.gif" alt="data_charts_travelers_to_Canada"
style="width: 600px" /></a>
</div>
<div><a href="https://devneolee.github.io/Canada_Tourist_Chart_d3/" target="_blank">
<strong>
<p>Live Site</p>
</strong></a></div>
<div>
<a href="https://github.com/DevNeoLee/Canada_Tourist_Chart_d3" target="_blank">
<strong>
<p>GitHub Repository</p>
</strong></a>
</div>
</div>
</section>
</div>
</section>
<!-- Section -->
<section>
<header>
<h2>Get in Touch</h2>
</header>
<div class="content">
<p><strong style="font-size: 1.25rem">Leave me a message</strong></p>
<form action="https://formspree.io/xknrvzqv" method="POST">
<div class="fields">
<div class="field half">
<input type="text" name="name" id="name" placeholder="Name" />
</div>
<div class="field half">
<input type="email" name="email" id="email" placeholder="Email" />
</div>
<div class="field">
<textarea name="message" id="message" placeholder="Message" rows="7"></textarea>
</div>
</div>
<ul class="actions">
<input type="hidden" name="_next" value="https://mysite.com/thanks.html" />
<li><input type="submit" value="Send Message" class="button primary" /></li>
</ul>
<input type="hidden" name="_next" value="https://mysite.com/thanks.html" />
</form>
</div>
<footer>
<ul class="items">
<li>
<h3>Email</h3>
<span>justinklee215@gmail.com</span>
</li>
<li>
<h3>Phone</h3>
<span>(604)787-1185</span>
</li>
<li>
<h3>Address</h3>
<span>Vanouver/ San Francisco/ New York</span>
</li>
<li>
<!-- <h3><a target="_blank" href="#">Check my resume</a></h3> -->
<ul class="icons">
<li>LinkedIn <a target="_blank" href="https://www.linkedin.com/in/justinklee215/"
class="icon brands fa-linkedin-in"><span class="label">LinkedIn</span></a></li>
<li>GitHub <a target="_blank" href="https://github.com/DevNeoLee"
class="icon brands fa-github"><span class="label">GitHub</span></a></li>
<li>AngelList <a target="_blank" href="https://angel.co/justinklee215"
class="icon brands fa-angellist"><span class="label">AngelList</span></a></li>
</ul>
</li>
</ul>
</footer>
</section>
<!-- Copyright -->
<div class="copyright">© <a href="https://devneolee.github.io/justinklee/">Justin K Lee</a> All rights reserved. <br>Design: <a href="https://html5up.net">HTML5
UP</a><br> Icons: <a href="https://iconify.design/">Iconify</a></div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.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>