-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
54 lines (52 loc) · 1.99 KB
/
Copy pathindex.html
File metadata and controls
54 lines (52 loc) · 1.99 KB
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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>8A Team</title>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="gtk.css">
</head>
<body>
<HEADER>
<div class="head">
<br>
<h1>8A TEAM</h1>
<h2>Mọi thứ về lớp 8A - Trường THCSTĐ Lê Hữu Trác có thể tìm ở đây</h2>
<h2>Bạn muốn tìm hiểu gì về chúng tôi?</h2>
</div>
</HEADER>
<div class="background">
<nav class="scrollmenu">
<br>
<button class="btnNav"><a href="http://www.hango8a.ml" class="linkNav">Trang chủ</a></button>
<button class="btnNav"><a href="http://www.hango8a.ml/member.html" class="linkNav">Thành viên</a></button>
<button class="btnNav"><a href="http://www.hango8a.ml/exercise.html" class="linkNav"> Bài tập</a></button>
<button class="btnNav"><a href="https://www.facebook.com/groups/347553199610951" class="linkNav">Nhóm lớp</a></button>
<br>
</nav>
</div>
<div class="break">
<img src="res/break.png" style="width: 15%;">
</div>
<section>
<br>
<div class="text-left">
<h2 style="color: green;">Cùng tìm hiểu về lớp 8A - Nơi mà những đứa học trò <q>quỷ sứ</q> hội tụ</h2>
<img src="res/last-day.jpg" alt="8A TEAM" class="img">
</div>
<div class="text-right">
<h2 style="color: red;">Mỗi khoảnh khắc trôi qua đều để lại ấn tượng tuyệt đẹp</h2>
<img src="res/birthday.jpg" alt="8A TEAM" class="img">
</div>
<div class="text-center">
<h2 style="color: #9b870c;">Đồng hành cùng những con người thú vị dưới mái trường thân yêu</h2>
<img src="res/travel.jpg" alt="8A TEAM" class="img" style="height: 400px;">
<img src="res/2011.jpg" alt="8A TEAM" class="img" style="height: 400px;">
</div>
</section>
<footer>
<h2>8A TEAM - Ngôi nhà tuyệt vời của chúng tôi</h2>
<h3>Bản quyền thuộc về 8A TEAM</h3>
</footer>
</body>
</html>