-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (47 loc) · 2.26 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
<!DOCTYPE html>
<html>
<head>
<title>
KHANHZO BALL
</title>
<link rel="stylesheet" href="style.css">
<!--viewport-->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!---font awesome-->
<script src="https://kit.fontawesome.com/a076d05399.js" crossorigin="anonymous"></script>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!---bootstrap-->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700,900" rel="stylesheet">
</head>
<body style="background-color: white;">
<div class = "container">
<div class = "name">
KHANH NGUYEN
<h3>UCLA Data Science '23</h3>
</div>
<div class>
<img class="profile_img rounded_corners" src="assets/khanh_san_fran.jpg" alt="KHANHZO BALL IN SAN FRAN"/>
</div>
<div class = "icon_container">
<div class="icon">
<a href="mailto: [email protected]" style="color:black; text-decoration: none;" target="_blank">
<i class="fa fa-envelope"></i></span>
</a>
</div>
<div class="icon">
<a href="https://github.com/khanhzoball" style="color:black; text-decoration: none;" target="_blank">
<i class="fa fa-github"></i></span>
</a>
</div>
<div class="icon">
<a href="https://open.spotify.com/user/cr7qycpknnk2gckhvgid4tzhe?si=75d1e7bba7db4bf9" style="color:#1DB954; text-decoration: none;" target="_blank">
<i class="fa fa-spotify"></i></span>
</a>
</div>
</div>
</div>
</body>
</html>