-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (37 loc) · 1.49 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
<!DOCTYPE html>
<!-- SEO Elements -->
<title> Ruhan Li </title>
<meta charset='UTF-8'>
<meta name='description' content='Ruhan Li - Personal Site'>
<meta name='author' content='Ruhan Li'>
<meta name='viewport' content='width=device-width, initial-scale=1.0'>
<meta property='og:description' content='Ruhan Li - Personal Site'>
<meta property='og:title' content='Ruhan Li'>
<!-- Stylesheets -->
<link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css?family=Abel&display=swap">
<link type="text/css" rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link type="text/css" rel="stylesheet" href="style.css">
<!-- Scripts -->
<script type="text/javascript" src="main.js"></script>
<!-- Body -->
<div id="about">
<h1 id="title">
Ruhan Li
</h1>
<h2 id="blurb">
Hey! I'm Raymond, a $(age) year old with a passion for numbers.
I'm currently enrolled in the MBA program at the University of Toronto, and have a B.Math from the University of Waterloo.
<br>
I am a passionate Leafs fan and live with my two beagles, and constantly tinker with advanced sports stats in an attempt to not
come last in fantasy sports.
</h2>
</div>
<div id="links">
<a href="Raymond Li - Aug 13 2023.pdf"> Resumé </a>
<a href="https://www.linkedin.com/in/ruhan-li/">
LinkedIn
<i class="fa fa-linkedin-square"> </i>
</a>
<a href="https://github.com/RuhanLi">Projects</a>
</div>