-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
200 lines (186 loc) · 8.1 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
---
---
<!DOCTYPE HTML>
<!--
Ethereal by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Kevin Chien</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/devicons/devicon@v2.15.1/devicon.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jquery-modal/0.9.1/jquery.modal.min.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<style>
/* Close modal */
a.close-modal {
border-bottom: none;
}
</style>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-DYK7N0XK1M"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-DYK7N0XK1M');
</script>
</head>
<body class="is-preload">
<!-- Page Wrapper -->
<div id="page-wrapper">
<!-- Wrapper -->
<div id="wrapper">
<!-- Panel (Banner) -->
<section class="panel banner right">
<div class="content color0 span-3-75">
<h1 class="major">Hello, my name<br />
is Kevin.</h1>
<p>Nice to see you here! I do code things.</p>
<ul class="actions">
<li><a href="#section-projects" class="button primary color1">Projects</a></li>
<!-- <li><a href="/kevin_chien_resume.pdf" class="button primary color1">Resume</a></li> -->
<!-- <li><a href="#first" class="button primary color1 circle icon fa-angle-right">Next</a></li> -->
</ul>
</div>
</section>
<!-- Panel (Spotlight) -->
<section class="panel spotlight medium right" id="first">
<div class="content span-7">
<h2 class="major">About Me</h2>
<p>I was born and raised in Taiwan, and graduated from UC Berkeley in 2020.
<br>I'm currently based in San Francisco Bay Area, working at EasyPost as a Software Engineer.
</p>
</div>
<div class="image filtered tinted" data-position="top left">
<img src="images/look_i_graduated.jpg" alt="" />
<!-- <img src="images/pic02.jpg" alt="" /> -->
</div>
</section>
<!-- Panel -->
<section class="panel color2">
<div class="intro joined">
<h2 class="major">Skills</h2>
<ul>
<li> Languages I currently use: Python, Go, Ruby </li>
<li> Tools I use quite a bit: SQL, Bash, Linux, SSH </li>
<li> Tools I like: <a href="https://github.com/kev-chien/nvim">nvim</a>, Redis</li>
<li> Other skills: I've done lots of different code things
</ul>
</div>
<div class="inner">
<ul class="alt" style="font-size: 300%">
<li>
<i class="devicon-python-plain"></i>
<i class="devicon-go-plain"></i>
<i class="devicon-ruby-plain"></i>
</li>
<li>
<i class="devicon-mysql-plain"></i>
<i class="devicon-bash-plain"></i>
<i class="devicon-linux-plain"></i>
<i class="devicon-ssh-original-wordmark"></i>
</li>
<li>
<i class="devicon-vim-plain"></i>
<i class="devicon-redis-plain"></i>
</li>
<li>
<i class="devicon-rails-plain-wordmark"></i>
<i class="devicon-docker-plain"></i>
<i class="devicon-amazonwebservices-original"></i>
</li>
</ul>
</div>
</section>
<!-- Panel (Spotlight) -->
<section class="panel spotlight">
<div class="content span-3">
<h2 class="major">Places I've Worked At</h2>
<h4> EasyPost </h3>
<p> Software Engineer (Mar 2022 - Present) </p>
<h4> Hotwire, Inc. (Expedia Group) </h3>
<p> Software Engineer (June 2020 - Mar 2022) </p>
<p> Software Engineer Intern (Summer 2019) </p>
<h4> Learning Traffic Lab (UC Berkeley) </h3>
<p> Undergraduate Researcher (2018 - 2019) </p>
<h4> Faraday Technology </h3>
<p> Software Engineer Intern (Summer 2018) </p>
</div>
<div class="image filtered tinted" data-position="top right">
<img src="images/pic03.jpg" alt="" />
</div>
</section>
<!-- Project Modals -->
{% for project in site.data.projects %}
<div id="proj{{ project.id }}" class="modal">
<div style="color: #555555">
<h2 class="major" style="color: #555555">{{ project.name }}</h2>
<p>{{ project.desc }}</p>
{% if project.link %}
<a href="{{ project.link }}">Check it Out</a>
{% endif %}
{% if project.source %}
{% if project.link %}<span> | </span>{% endif %}
<a href="{{ project.source }}">View Source</a>
{% endif %}
{% if project.video %}
<iframe width="100%" height="350px" src="{{ project.video }}" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
{% endif %}
{% if project.image %}
<img width="100%" src="/images/projects/{{ project.image }}"/>
{% endif %}
<a href="#" rel="modal:close">Close</a>
</div>
</div>
{% endfor %}
<!-- Panel -->
<section class="panel" id="section-projects">
<div class="intro color2">
<h2 class="major">Projects</h2>
<p>A small collection of the various projects from my clubs, research, classwork, or personal adventures.</p>
</div>
<div class="gallery">
<a href="#proj0" rel="modal:open" class="image filtered span-4" data-position="top"><img src="/images/projects/multimeet_screenshot.png" alt="" /></a>
<a href="#proj1" rel="modal:open" class="image filtered span-4" data-position="top"><img src="/images/projects/dawn_screenshot.png" alt="" /></a>
<div class="group span-3">
<a href="#proj2" rel="modal:open" class="image filtered span-3" data-position="top"><img src="/images/projects/pie_screenshot.png" alt="" /></a>
<a href="#proj3" rel="modal:open" class="image filtered span-3" data-position="bottom"><img src="/images/projects/flow_diag_gauss_2.png" alt="" /></a>
</div>
<div class="group span-3">
<a href="#proj4" rel="modal:open" class="image filtered span-3" data-position="top"><img src="/images/projects/convolution.png" alt="" /></a>
<a href="#proj5" rel="modal:open" class="image filtered span-3" data-position="top"><img src="/images/projects/database_screenshot.png" alt="" /></a>
</div>
</div>
</section>
<!-- Panel -->
<section class="panel color4-alt">
<div class="intro">
<h2 class="major">Contact</h2>
<p>Feel free to shoot me a message or ask me any questions!</p>
</div>
<div class="inner">
<div class="span-1-5">
<ul class="contact-icons color1">
<li class="icon fa-linkedin"><a href="http://linkedin.com/in/kevinchien17">kevinchien17</a></li>
<li class="icon fa-github"><a href="http://github.com/kev-chien">@kev-chien</a></li>
</ul>
</div>
</div>
</section>
<!-- Copyright -->
<div class="copyright">© Kevin Chien. Design: <a href="https://html5up.net">HTML5 UP</a>.</div>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/main.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-modal/0.9.1/jquery.modal.min.js"></script>
</body>
</html>