-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
56 lines (54 loc) · 2.31 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">
<link rel="preconnect" href="https://fonts.googleapis.com">
<!-- gg font -->
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;500&display=swap" rel="stylesheet">
<!-- main css -->
<link rel="stylesheet" href="./css/main.css">
<title>Document</title>
</head>
<body>
<div class="container">
<nav>
<!-- logo -->
<div class="logo">
<img src="./img/logo.png" alt="website logo">
</div>
<h2>WEB CUA ANT</h2>
<div class="links">
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fa-brands fa-facebook"></i></i></a>
<a href="#"><i class="fa-brands fa-github"></i></a>
</div>
</nav>
<div class="wapper">
<div class="cols">
<span class="topline">Hello</span>
<h1>I'm Nguyễn Đắc An</h1>
<p>Sinh năm: 2002.</p>
<p>Hiện đang học tại lớp D20CQVT08-B hoc Viện Công Nghệ Bưu Chính Viẽn Thông-PTIT,ngành Kỹ Thuật Điện Tử Viễn Thông.</p>
<p>Là chàng trai độc thân, vui tính. Mong ước 1 ngày thành thạo đuọc HTML,CSS,JavaScript.</p>
<p></p>
<p>Chúc bạn một ngày mới vui vẻ.</p>
</div>
<div class="contact">
<h3><i class="fa-solid fa-envelope"></i> Email: dacan1408@gmail.com</h3>
<h3><i class="fa-solid fa-phone"></i> Điện thoại: 0978330625</h3>
<h3><i class="fa-solid fa-location-dot"></i> Địa chỉ: Ở một nơi bí mật mà chưa thể bật mí.</h3>
</div>
</div>
<div class="img">
<img src="img/62dd247d86f7f94493a797e649dcd5e3.jpg" >
</div>
</div>
<!-- fontawesome -->
<script src="https://kit.fontawesome.com/775dfdf75b.js" crossorigin="anonymous"></script>
<!-- main js -->
<script src="./js/main.js"></script>
</body>
</html>