-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
51 lines (45 loc) · 1.82 KB
/
index.html
File metadata and controls
51 lines (45 loc) · 1.82 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
<!DOCTYPE html>
<html>
<head>
<title>Andrew Yin Li</title>
<!-- CSS Files -->
<link rel="stylesheet" type="text/css" href="assets/css/style.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Reenie+Beanie|Roboto:100,300,400&display=swap" rel="stylesheet">
</head>
<body>
<section id="about">
<div class="container">
<h1>Hi, I'm Andrew.</h1>
<h2>Here is a fun fact about slugs: did you know that they have 4 noses?</h2>
<h3><span style="font-size: 16px; color: #414141"><i class="fas fa-map-marker-alt"></i></span> New York</h3>
</div>
</section>
<section id="contact">
<div class="container">
<ul>
<a href="https://github.com/andrewyinli"><li><span style="font-size: 22px; color: #414141"><i class="fab fa-github-square"></i></span></li></a>
<a href="https://www.linkedin.com/in/andrew-yin-li/"><li><span style="font-size: 22px; color: #414141"><i class="fab fa-linkedin"></i></span></li></a>
<!-- <a href="https://medium.com/@andrewyinli"><li><span style="font-size: 22px; color: #414141"><i class="fab fa-medium"></i></span></li></a>
<a href="mailto:ali@oberlin.edu"><li><span style="font-size: 22px; color: #414141"><i class="fas fa-envelope-square"></i></span></li></a> -->
</ul>
</div>
</section>
<hr class="thicc">
<section id="experience">
<div class="container">
<h1>Experience</h1>
<h2>Confluent</h2>
<h2>Senior Software Engineer, June 2020 - Present</h2>
</div>
</section>
<hr class="thicc">
<!-- <section id="projects">
<div class="container">
<h1>Projects</h1>
<a href="" title=""><h2>Link</h2></a>
<h3>Text</h3>
</div>
</section> -->
</body>
</html>