-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
273 lines (265 loc) · 9.75 KB
/
index.html
File metadata and controls
273 lines (265 loc) · 9.75 KB
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
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="stylesheet" href="external-resources/css/normalize.css" />
<link rel="stylesheet" href="external-resources/css/Grid.css" />
<link
href="https://fonts.googleapis.com/css?family=Lato:100,300,300i,400&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="external-resources/css/animate.css" />
<link rel="stylesheet" href="external-resources/css/ionicons.min.css" />
<link rel="stylesheet" href="resources/css/style.css" />
<link rel="stylesheet" href="resources/css/queries.css" />
<title>Ryan Li</title>
<meta name="theme-color" content="#ffffff" />
</head>
<body>
<header id="top">
<nav>
<div class="row">
<a href="#top">
<img class="home-button" src="resources/images/Home.png" alt="Home Icon" />
</a>
<ul class="main-nav js--main-nav">
<li>
<a href="#about">About Me</a>
</li>
<li>
<a href="#skills">Skills</a>
</li>
<li>
<a href="#projects">Projects</a>
</li>
<li>
<a href="#contact-form">Contact</a>
</li>
</ul>
<a class="mobile-nav-icon js--nav-icon"
><i class="ion-android-menu"></i
></a>
</div>
</nav>
<div class="hero-text-box">
<h1>Hi, I'm Ryan. <br/> Software Engineer</h1>
<a class="btn btn-full js--scroll-to-plans" href="https://docs.google.com/document/d/1p9RdFAomJEMRpZ2UcBJOXdsD4n5_83nZMBJ5KnunyuM/" target="_blank">Resume</a>
<a class="btn btn-ghost js--scroll-to-start" href="#">Continue Reading</a>
</div>
</header>
<section class="section-about js--section-about" id="about">
<h2>About Me</h2>
<div class="row">
<img
src="resources/images/ProfilePic.JPG"
alt="Ryan Li Photo"
/>
<p class="long-copy">
Currently a software developer at JPMorgan Chase & Co. My main interests include full-stack web development and distributed systems. I also love basketball, reading, video games, and playing cards.
</p>
</div>
</section>
<section class="section-about js--section-about" id="skills">
<h2>Skills</h2>
<div class="row">
<p class="long-copy">
Here is a list of all the languages and technologies I have worked with in the past.
</p>
</div>
<div class="row js--wp-1">
<div class="col span-1-of-4 box">
<i class="ion-social-python icon-big"></i>
<h3>Programming</h3>
<p>
<button class="btn1 btngreen">Python</button>
<button class="btn1 btnblue">Java</button>
<button class="btn1 btnorange">C/C++</button>
<button class="btn1 btnred">Bash</button>
<button class="btn1 btnblack">Assembly</button>
<button class="btn1 btnpurple">R</button>
</p>
</div>
<div class="col span-1-of-4 box">
<i class="ion-social-html5 icon-big"></i>
<h3>Web Development</h3>
<p>
<button class="btn1 btngreen">HTML</button>
<button class="btn1 btnblue">CSS/Sass</button>
<button class="btn1 btnorange">React</button>
<button class="btn1 btnred">Node.js</button>
<button class="btn1 btnblack">Javascript</button>
</p>
</div>
<div class="col span-1-of-4 box">
<i class="ion-social-github icon-big"></i>
<h3>Tools</h3>
<p>
<button class="btn1 btngreen">Eclipse</button>
<button class="btn1 btnblue">Netbeans</button>
<button class="btn1 btnorange">Git</button>
<button class="btn1 btnred">MS Visual Studio</button>
<button class="btn1 btnblack">Brackets</button>
</p>
</div>
<div class="col span-1-of-4 box">
<i class="ion-social-buffer icon-big"></i>
<h3>Other</h3>
<p>
<button class="btn1 btngreen">MongoDB</button>
<button class="btn1 btnblue">SQL</button>
<button class="btn1 btnorange">Linux</button>
<button class="btn1 btnred">Photoshop</button>
<button class="btn1 btnblack">Illustrator</button>
</p>
</div>
</div>
</section>
<section class="section-projects" id="projects">
<h2>Projects and Other Work</h2>
<div class="row js--wp-3">
<div class="col span-1-of-4 box">
<img src="resources/images/Python.png" alt="Python Image" />
<h3>Python</h3>
<div class="feature-container">
<div class="project-feature">
<i class="ion-social-github-outline icon-small"></i>
<a href="https://github.com/ryanhanli/Python" target="_blank">Github Link</a>
</div>
</div>
</div>
<div class="col span-1-of-4 box">
<img src="resources/images/Java.png" alt="Java Image" />
<h3>Java</h3>
<div class="feature-container">
<div class="project-feature">
<i class="ion-social-github-outline icon-small"></i>
<a href="https://github.com/ryanhanli/Java" target="_blank">Github Link</a>
</div>
</div>
</div>
<div class="col span-1-of-4 box">
<img src="resources/images/HTML.png" alt="HTML Image" />
<h3>Web Development</h3>
<div class="feature-container">
<div class="project-feature">
<i class="ion-social-github-outline icon-small"></i>
<a href="https://github.com/ryanhanli/Web-Development-OLD" target="_blank">Github Link</a>
</div>
</div>
</div>
<div class="col span-1-of-4 box">
<img src="resources/images/Other.png" alt="Misc Image" />
<h3>Other</h3>
<div class="feature-container">
<div class="project-feature">
<i class="ion-social-github-outline icon-small"></i>
<a href="https://github.com/ryanhanli?tab=repositories" target="_blank">Github Link</a>
</div>
</div>
</div>
</div>
</section>
<section class="section-form" id="contact-form">
<h2>Feel Free to Contact Me</h2>
<div class="row">
<form method="post" action="#" class="contact-form">
<div class="row">
<div class="col span-1-of-3">
<label for="name">Name</label>
</div>
<div class="col span-2-of-3">
<input
type="text"
name="name"
id="name"
placeholder="Your name"
required
/>
</div>
</div>
<div class="row">
<div class="col span-1-of-3">
<label for="email">Email</label>
</div>
<div class="col span-2-of-3">
<input
type="email"
name="email"
id="email"
placeholder="Your email"
required
/>
</div>
</div>
<div class="row">
<div class="col span-1-of-3">
<label for="find-us">How did you find me?</label>
</div>
<div class="col span-2-of-3">
<select name="find-us" id="find-us">
<option value="friends" selected>LinkedIn</option>
<option value="search">Search Engine</option>
<option value="ad">Friends</option>
<option value="other">Other</option>
</select>
</div>
</div>
<div class="row">
<div class="col span-1-of-3">
<label for="message">Enter your message</label>
</div>
<div class="col span-2-of-3">
<textarea
name="message"
placeholder="Your message"
id="message"
></textarea>
</div>
</div>
<div class="row">
<div class="col span-1-of-3">
<label> </label>
</div>
<div class="col span-2-of-3">
<input type="submit" value="Send it!" />
</div>
</div>
</form>
</div>
</section>
<footer>
<div class="row">
<div class="col span-1-of-2">
<ul class="social-links">
<li>
<a href="https://www.facebook.com/ryan.li.58726" target="_blank"><i class="ion-social-facebook"></i></a>
</li>
<li>
<a href="https://www.instagram.com/ryanhanli/" target="_blank"><i class="ion-social-instagram"></i></a>
</li>
<li>
<a href="https://www.linkedin.com/in/ryan-li-627819149/"><i class="ion-social-linkedin" target="_blank"></i></a>
</li>
<li>
<a href="#"><i class="ion-social-twitter"></i></a>
</li>
</ul>
</div>
</div>
<div class="row">
<p>
Copyright © 2024 by Ryan Li. All rights reserved.
</p>
</div>
</footer>
<script
src="https://code.jquery.com/jquery-3.4.1.min.js"
integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo="
crossorigin="anonymous"
></script>
<script src="external-resources/javascript/jquery.waypoints.min.js"></script>
<script src="resources/javascript/script.js"></script>
</body>
</html>