-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
56 lines (56 loc) · 2.3 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
<!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">
<title>Hoàng Vương</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="./fontawesome-free-6.2.1-web/css/all.css">
</head>
<body>
<div class="card">
<div class="card__img">
<img src="./img/avt.jpg" alt="">
</div>
<h1>Hoàng Vương</h1>
<p>Hà Nội, Việt Nam</p>
<div class="card__social">
<a href="https://www.facebook.com/profile.php?id=100063992901481" target="_blank">
<img src="./img/faceBook.jpg" alt="facebook">
</a>
<a href="" target="_blank">
<img src="./img/tiktok.jpg" alt="tiktok">
</a>
<a href="https://github.com/Nathan10252" target="_blank">
<img src="./img/git.jpg" alt="github">
</a>
<a href="https://leetcode.com/hoangvuong25102002/" target="_blank">
<img src="./img/leetCode.png" alt="leetcode">
</a>
<div class="zaloBtn js-zaloBtn">
<img src="./img/zalo.png" alt="zalo">
</div>
</div>
</div>
<div class="modalZalo js-modalZalo">
<div class="modalZalo--container js-modalZalo--container">
<div class="modalZalo__close">
<i class="fa-solid fa-xmark"></i>
</div>
<div class="modalZalo__avt">
<img src="./img/zalo/avt.png" alt="avt">
</div>
<div class="modalZalo__qr">
<img src="./img/zalo/qr.png" alt="qr">
</div>
<p>Mở Zalo bấm nút quét QR để quét kết bạn</p>
<p class="modalZalo__qr--link">hoặc nhấn "<a href="http://zaloapp.com/qr/p/uoykp1ez1bcw">vào đây</a>" để
kết bạn</p>
<div class="modalZalo__save">
</div>
</div>
</div>
</body>
<script src="./app.js"></script>
</html>