-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (35 loc) · 1.35 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Junping's Home</title>
<link rel="stylesheet" href="css/index.css">
</head>
<body>
<div class="anteater-background"></div>
<h1 style="text-align: center;">Junping's Home</h1>
<h2>Who I Am</h2>
<p>
Hi there! I'm Junping Luo, currently a Computer Science & Software Engineering junior in <a href="https://uci.edu/">UCI</a>! Zot, Zot!
<br>
I enjoy absorbing knowledge in different way: reading articles and books, watching videos on Youtube, etc.. I believe that keeping gaining
knowledge can teach me how to think better and thus live better (that's why I choose Philosophy as my minor).
<br>
<b>Fun Fact</b>
<br>
I stopped grow taller when I was 11. 😀
</p>
<h2>What I Am Doin' Right Now</h2>
<p>I'm currently taking summer classes at UCI and also working on my personal projects & an IOS project with my friends 💗💗</p>
<p>
<h2>How to reach me</h2>
<b>[email protected] // Primary</b> <br> OR <br> <b>[email protected] // School</b></p>
<a href="projects.html">My Projects</a>
<br>
<a href="files/Resume.pdf">My Resume</a>
<br>
<a href="https://www.linkedin.com/in/junpingluo/">My LinkedIn</a>
<br>
<a href="github.com/JacE070">My Github</a>
</body>
</html>