-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
88 lines (87 loc) · 2.51 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
87
88
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" name = "Honne" content="Honne website">
<title>Honne</title>
</head>
<body>
<header>
<nav>
<ul>
<li><a href="index.php">HOME</a></li>
<li><a href="store.php">STORE</a></li>
<li><a href="about.php">ABOUT</a></li>
</ul>
</nav>
<hr>
<h1>Honne</h1>
</header>
<button>Get Our Latest Album</button>
<br>
<br>
<!-- TODO FIND A SUITABLE BG IMAGE -->
<button>►</button>
<section>
<H2>TOURS</H2>
<div>
<div>
<strong>FRIDAY 7 JULY</strong>
<>
<span>Jakarta, Indonesia</span>
<>
<span>Ancol Beach City</span>
<>
<button type="">BUY TICKETS</button>
<hr>
</div>
<div>
<strong>SUNDAY 9 JULY</strong>
<>
<span>Surabaya, Indonesia</span>
<>
<span>Grand City Surabaya</span>
<>
<button type="">BUY TICKETS</button>
<hr>
</div>
<div>
<strong>THURSDAY 17 AUGUST</strong>
<>
<span>Seoul, Korea, Republic Of</span>
<>
<span>KBS 아레나</span>
<>
<button type="">BUY TICKETS</button>
<hr>
</div>
<div>
<strong>FRIDAY 18 AUGUST</strong>
<>
<span>Seoul, Korea, Republic Of</span>
<>
<span>KBS 아레나</span>
<>
<button type="">BUY TICKETS</button>
<hr>
</div>
<div>
<strong>SATURDAY 19 AUGUST</strong>
<>
<span>Tokyo, Japan</span>
<>
<span>ZOZO Marine Stadium & Makuhari Beach Park, </span>
<>
<button type="">BUY TICKETS</button>
</div>
</div>
</section>
<footer>
<h3>Honne</h3>
<ul>
<li><img src="images/youtube.png"></li>
<li><img src="images/instagram.png"></li>
<li><img src="images/spotify.png"></li>
</ul>
</footer>
</body>
</html>