-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (27 loc) · 993 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
25
26
27
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./style.css">
<link rel="stylesheet" href="./fontawesome-free-5.15.4-web/css/all.css">
<title>DAY_2</title>
</head>
<body>
<div class="card">
<div class="card__img">
<img src="./img/IMG_5210.JPG" alt="">
</div>
<h2>THAN THONG</h2>
<p>Electronic Engineer</p>
<div class="card__social">
<a href="https://www.facebook.com/ueminh031"><i class="fab fa-facebook-square"></i></a>
<a href=""><i class="fab fa-tiktok"></i></a>
<a href="https://www.youtube.com/"><i class="fab fa-youtube"></i></a>
<a href="https://www.instagram.com/t_thonggg"><i class="fab fa-instagram"></i></a>
</div>
<button>Contact me</button>
</div>
</body>
</html>