-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
86 lines (81 loc) · 2.96 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<!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>The BAND</title>
<link rel="stylesheet" href="./Assets/Css/style.css">
<link rel="stylesheet" href="./Assets/font/themify-icons.css">
</head>
<body>
<div id="main">
<div id="header">
<!-- Begin : Nav -->
<ul id="nav">
<li><a href="">Home</a></li>
<li><a href="">Match</a></li>
<li><a href="">Club</a></li>
<li><a href="">Contact</a></li>
<li>
<a href="">
More
<i class="nav-font ti-angle-down">
</i>
</a>
<ul class="subnav">
<li><a href="">goal</a></li>
<li><a href="">Social</a></li>
<li><a href="">Media</a></li>
</ul>
</li>
</ul>
<!-- End : nav -->
<!-- Begin : Search Button -->
<div class="search-button">
<i class="search-icon ti-search">
</i>
</div>
<!-- End : Search Button -->
</div>
<div id="slider">
<div class="text-content">
<!-- <h2 class="header-content">RONALDO SIUUU!!</h2>
<p class="Main-content">Make by Phạm Ngọc Lợi cute </p> -->
</div>
</div>
<div id="content">
<!-- about section -->
<div class="content-section">
<h2 class="section-heading">
MY IDOL
</h2>
<p class="section-sub-heading">
WE LOVE RONALDO
</p>
<p class="about-text">
Cristiano Ronaldo dos Santos Aveiro GOIH ComM is a Portuguese professional footballer who plays as a forward for and captains both Saudi Professional League club Al Nassr and the Portugal national team
</p>
</div>
<!-- tour section -->
<div class="content-section">
<h2 class="section-heading">
MATCH
</h2>
<p class="section-sub-heading">
Remember to book your tickets!!!
</p>
</div>
<!-- Contact section -->
<div class="content-section">
<h2 class="section-heading">
CONTACT
</h2>
<p class="section-sub-heading">
FAN ?? Drop a NOTE
</p>
</div>
<div id="footer"></div>
</div>
</body>
</html>