-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
224 lines (211 loc) · 8.43 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
<!DOCTYPE HTML>
<!--
Hyperspace by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Li :)</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<!-- <link rel="shortcut icon" type="image/png" href="http://www.supercoloring.com/sites/default/files/styles/coloring_medium/public/cif/2015/10/letter-l-in-heart-coloring-page.png"> -->
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="stylesheet" href="https://cdn.rawgit.com/konpa/devicon/df6431e323547add1b4cf45992913f15286456d3/devicon.min.css">
<link rel="apple-touch-icon" sizes="180x180" href="favicon_io/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon_io/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon_io/favicon-16x16.png">
<link rel="manifest" href="favicon_io/site.webmanifest">
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-131856477-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-131856477-1');
</script>
</head>
<body class="is-preload">
<!-- Sidebar -->
<section id="sidebar">
<div class="inner">
<nav>
<ul>
<li><a href="#intro">About Me</a></li>
<li><a href="#one">Projects</a></li>
<li><a href="#two">Skills</a></li>
<li><a href="#three">Get in touch</a></li>
</ul>
</nav>
</div>
</section>
<!-- Wrapper -->
<div id="wrapper">
<!-- Intro -->
<section id="intro" class="wrapper style1 fullscreen fade-up">
<div class="inner-in">
<div>
<h1>Hi, I'm Li!</h1>
<p class="intro">Software engineer from NYC.
<br>
Experienced in React, Redux, Rails, JavaScript and PostgreSQL.
</p>
<p>
My favorite part of programming is the ability to create.
Creating something from nothing and the process of everything in between.
It forces me to constantly challenge
my way of thinking and to always keep learning and improving.
</p>
<p>
When not programming, you can catch me trying to complete all achievements on my videogames,
hogging the mic at karaoke, or crocheting blankets.
</p>
<ul class="actions">
<li><a href="#one" class="button scrolly">My projects</a></li>
</ul>
</div>
<div>
<img class="my-pic" src="images/me.jpg"/>
</div>
</div>
</section>
<!-- One -->
<section id="one" class="wrapper style2 spotlights">
<section>
<a href="#" class="image"><img src="./images/kilogram.gif" alt="" data-position="center center" /></a>
<div class="content">
<div class="inner">
<h2>Kilogram</h2>
<p>A single page web application clone of Instagram built with React and Ruby on Rails.
Make an account or try the demo to upload a post, leave comments and likes, or follow other users.
</p>
<ul class="actions">
<li><a href="https://github.com/liyiy/kilogram" class="button">Git</a></li>
<li><a href="https://kilo-gram.herokuapp.com" class="button">Live</a></li>
</ul>
</div>
</div>
</section>
<section>
<a href="#" class="image"><img src="./images/link-four.gif" alt="" data-position="top center" /></a>
<div class="content">
<div class="inner">
<h2>Link Four</h2>
<p>Browser based replication of classic game Connect Four, built on JavaScript and HTML5 Canvas.
Single and two player mode available.
</p>
<ul class="actions">
<li><a href="https://github.com/liyiy/link-four" class="button">Git</a></li>
<li><a href="https://liyiy.github.io/link-four" class="button">Live</a></li>
</ul>
</div>
</div>
</section>
<section>
<a href="#" class="image"><img src="images/data.png" alt="" data-position="25% 25%" /></a>
<div class="content">
<div class="inner">
<h2>DataORM</h2>
<p>Object Relational Model framework inspired by Ruby's Active Record</p>
<ul class="actions">
<li><a href="https://github.com/liyiy/dataORM" class="button">Git</a></li>
</ul>
</div>
</div>
</section>
</section>
<!-- Two -->
<section id="two" class="wrapper style3 fade-up">
<div class="inner">
<h2><font color="black">Skills</font></h2>
<div class="skill-icons">
<i class="devicon-ruby-plain-wordmark colored"></i>
<i class="devicon-javascript-plain colored"></i>
<i class="devicon-react-original-wordmark colored"></i>
<i class="devicon-postgresql-plain-wordmark colored"></i>
<i class="devicon-github-plain-wordmark colored"></i>
<i class="devicon-html5-plain-wordmark colored"></i>
<div></div>
<i class="devicon-atom-original-wordmark colored"></i>
<i class="devicon-amazonwebservices-plain-wordmark colored"></i>
<i class="devicon-css3-plain-wordmark colored"></i>
<i class="devicon-heroku-plain-wordmark colored"></i>
<i class="devicon-git-plain-wordmark colored"></i>
<i class="devicon-rails-plain-wordmark colored"></i>
</div>
</div>
<ul class="actions">
<!-- <li><a href="generic.html" class="button">Learn more</a></li> -->
</ul>
</div>
</section>
<!-- Three -->
<section id="three" class="wrapper style1 fade-up">
<div class="inner">
<h2>Contact</h2>
<!-- <div class="split style1"> -->
<!-- <section>
<form method="post" action="#">
<div class="fields">
<div class="field half">
<label for="name">Name</label>
<input type="text" name="name" id="name" />
</div>
<div class="field half">
<label for="email">Email</label>
<input type="text" name="email" id="email" />
</div>
<div class="field">
<label for="message">Message</label>
<textarea name="message" id="message" rows="5"></textarea>
</div>
</div>
<ul class="actions">
<li><a href="" class="button submit">Send Message</a></li>
</ul>
</form>
</section> -->
<section>
<ul class="contact">
<li>
<h3>Email</h3>
<a href="#">[email protected]</a>
<br><br>
<h3>Resume</h3>
<ul class="icons">
<li><a href="LiYi-Yu_Resume.pdf" class="fa-file-pdf-o"><span class="label">Resume</span></a></li>
</ul>
</li>
<li>
<p>Check out my LinkedIn, Github, and AngelList here!</p>
<ul class="icons">
<li><a href="https://www.linkedin.com/in/li-yi-y-18baa3b6/" class="fa-linkedin"><span class="label">LinkedIn</span></a></li>
<li><a href="https://github.com/liyiy" class="fa-github"><span class="label">GitHub</span></a></li>
<li><a href="https://angel.co/li-yi-yu?public_profile=1" class="fa-angellist"> <span class="label">AngelList</span></a></li>
</ul>
</li>
</ul>
</section>
</div>
<!-- </div> -->
</section>
</div>
<!-- Footer -->
<footer id="footer" class="wrapper style1-alt">
<div class="inner">
<ul class="menu">
<li>© Untitled. All rights reserved.</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.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>