-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
62 lines (57 loc) · 2.66 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=5">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="description" content="Tyson's personal website" />
<meta name="keywords" content="Developer" />
<meta name="theme-color" content="#141414">
<link rel="icon" type="image/x-icon" href="/EdPortfolio/favicon_io/favicon.ico">
<title>Tyson's Portfolio</title>
<!--Font Awesome-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="styles.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css?family=Rubik:300,500,700" rel="stylesheet">
<style>
@import url('https://fonts.googleapis.com/css2?family=Asul&display=swap');
</style>
<script src="app.js"></script>
</head>
<body onload="init()">
<main>
<h1 id="intro">Hello. My name is Tyson.<span class="cursor color-change"> |</span></h1>
<p id="student">
Thanks for stopping by! I am an undergraduate Computer Science student at the University
of Maryland, College Park, fascinated with emerging technologies.
Currently, I am exploring <span class="web-dev color-change">web development</span>, data science &
analytics, machine-learning, and cyber-security.
</p>
<p id="outside">
Outside of programming and learning, I enjoy video games, karaoke, sushi, and
building LEGO sets.
</p>
<div class="resume">
<a class="resume-link" href="https://docs.google.com/document/d/1abD6YLhfknz71wDuJELAI6nVocLwO4mk6Qa0TW7InhY/edit">
<button class="resume-button color-change ">My Resume</button>
</a>
</div>
<div class="sm-link">
<div class="circle">
<a href="mailto:[email protected]" class="fa fa-envelope color-change"></a>
</div>
<div class="circle">
<a href="https://www.linkedin.com/in/tyson-cheung/" class="fa fa-linkedin color-change"></a>
</div>
<div class="circle">
<a href="https://www.instagram.com/ch_tyson_/" class="fa fa-instagram color-change"></a>
</div>
<div class="circle">
<a href="https://github.com/ch-tyson" class="fa fa-github color-change"></a>
</div>
</div>
</main>
</body>
</html>