-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
24 lines (23 loc) · 972 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Dane Tsao</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body class="background">
<div class="profile-container">
<h1>Hi, I'm <span class="name">Dane Tsao</span>, an asipiring full-stack developer.</h1>
<div class="description-container">
<p class=" ">I am currently pursuing a computer science degree and exploring full-time roles and internships for Summer and Fall 2024. </p>
</div>
<div class="social-links">
<a href="https://github.com/danetsao" class="fa fa-github"></a>
<a href="mailto:[email protected]" class="fa fa-envelope"></a>
<a href="https://linkedin.com/in/danetsao" class="fa fa-linkedin"></a>
</div>
</div>
</body>
</html>