-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
68 lines (52 loc) · 3.19 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
63
64
65
66
67
68
<!DOCTYPE html>
<html lang='en'>
<head>
<title>YiFei Tang</title>
<link href="https://fonts.googleapis.com/css?family=Lato:100,300,600" rel="stylesheet" type="text/css">
<script src="https://kit.fontawesome.com/2decb40b6a.js"></script>
<link type="text/css" rel="stylesheet" href="style.css">
</head>
<body>
<div class="wrapper">
<nav>
<ul class="nav-links">
<li><a href="index.html">About Me</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="images/resume.pdf">Resume</a></li>
</ul>
<ul class="nav-links-ext">
<li>
<a href="https://github.com/yifei-tang/" class="LinkLogo" target="_blank"> <i class="fab fa-github"></i> </a>
</li>
<li>
<a href="https://www.linkedin.com/in/yifei-tang-23b261160/" class="LinkLogo" target="_blank"> <i class="fab fa-linkedin"></i> </a>
</li>
<li>
<a href = "mailto: [email protected]" class="LinkLogo" target="_blank"><i class="fas fa-envelope"></i></a>
</li>
</ul>
</nav>
<div class="wrapper-content">
<h1>YiFei Tang</h1>
<p> Hello! My name is YiFei and I am a third year Computer Engineering student at the University of Toronto.
</p>
<p> I have an enthusiasm for
backend programming, machine learning and creating applications that make an impact on people's lives.
I am especially intrigued by the ways we can adapt technologies for medical purposes.
My team recently won a $2000 dollar prize from TD Bank at Canada's biggest Hackathon, Hack the North for the best use of their
DaVinci API. I also won a $2000 dollar prize for second place at RBC AmpHacks. At UofTHacks, my team was one of the top 5 finalists, also winning "Best Fashion Hack."
</p>
<p>
I also did a research internship at the National University of Singapore, using
machine learning and computer vision to recognize user's medication.
</p>
<img src="images/yifei.jpg" alt="" class="image-wrapper" id="me">
<p> In my spare time, I am a passionate first aid and swim instructor as well as lifeguard. At the University of Toronto, I have served as the Vice President of Social and Outreach
for Engineers Without Borders. In these roles, I have been commended for my quick thinking, professionalism and ability to work in a team.</p>
<p>
Feel free to check out some of my projects! If you are interested in contacting me for a job, please email me at [email protected].
</p>
</div>
</div>
</body>
</html>