-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
230 lines (170 loc) · 7.81 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Responsive</title>
<!-- <link rel="shortcut icon" href="" type="image/x-icon"> -->
<link rel="stylesheet" href="index.css">
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css">
<link rel="shortcut icon" href="./image/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/all.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Aleo:ital,wght@0,700;1,600&family=Josefin+Slab:ital,wght@0,100;0,200;0,300;1,100;1,200&display=swap"
rel="stylesheet">
<!-- chicago font -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+Multani&family=Poppins:wght@300&display=swap"
rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Libre+Franklin:ital@1&family=Noto+Sans+Multani&family=Poppins:wght@300&display=swap"
rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@200&display=swap" rel="stylesheet">
</head>
<body>
<main>
<div class="head-nav">
<div class="logo">
<a href="" target="_parent" style="color: white; text-decoration: none;">
<h3>HOME</h3>
</a>
</div>
<div class="nav-text">
<a id="home" class="mc" href="">Home</a>
<a class="mc" href="">General</a>
<a class="mc" href="">Help</a>
<a class="mc" href="">FAQ</a>
<a class="mc" href="">About</a>
</div>
<div class="icon">
<a href="" target="_blank"> <i class="fa-solid fa-magnifying-glass fa-lg" style="color: white;"></i>
</a>
</div>
<div class="hambarger"><span class="material-symbols-outlined">
menu
</span></div>
</div>
<div class="img-box">
<div class="box-1">
<h1 class="text">Chicago
</h1>
<p class="text"> Thank you, Chicago - A night we won't forget</p>
</div>
</div>
<!-- text-area -->
<div class="container-2">
<div class="box-2">
<h1 class="text-A">The Band</h1>
<h3 class="text-B">We Love Music</h3>
<p class="text-2">We have created a fictional band website. Lorem ipsum dolor sit amet, consectetur
adipiscing elit,
sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis
nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor
in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint
occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum
consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut
enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat.</p>
</div>
</div>
<!-- end-text -->
<!-- photos-selection -->
<div class="container-3">
<div class="box-3">
<p>Name</p><span><img class="img-size" src="./image/photo.png" alt=""></span>
</div>
<div class="box-3">
<p>Name</p><span><img class="img-size" src="./image/photo.png" alt=""></span>
</div>
<div class="box-3">
<p>Name</p><span><img class="img-size" src="./image/photo.png" alt=""></span>
</div>
</div>
<div class="container-4">
<div class="box-4">
<p id="Tour">Tour dates</p>
<p id="book">Remember to book your tickets!</p>
</div>
</div>
<!-- <div class="demo">
<p class="change">September</p><button class="btn">Sold-out</button>
<hr>
<p class="change">October</p><button class="btn">Sold-out</button>
<hr>
<p class="change">November</p><button class="btn">Sold-out</button>
<hr>
</div> -->
<div class="main-contain">
<div class="contain-one"><img class="box-img" src="./image/city.png" alt="">
<div class="contain-text">
<span id="data">
<p id="a">New York</p>
<p id="b">Fri 27 Nov 2016</p>
<p id="a">Praesent tincidunt sed tellus ut rutrum sed vitae justo.
</p>
</span>
<button>Buy Tickets</button>
</div>
</div>
<div class="contain-two"><img class="box-img" src="./image/dark tree.png" alt="">
<span id="data">
<p id="a">New York</p>
<p id="b">Fri 27 Nov 2016</p>
<p id="a">Praesent tincidunt sed tellus ut rutrum sed vitae justo.
</p>
</span>
<button>Buy Tickets</button>
</div>
<div class="contain-three"><img class="box-img" src="./image/dark tree.png" alt="">
<span id="data">
<p id="a">New York</p>
<p id="b">Fri 27 Nov 2016</p>
<p id="a">Praesent tincidunt sed tellus ut rutrum sed vitae justo.
</p>
</span>
<button>Buy Tickets</button>
</div>
</div>
<div class="container-5">
<div class="box-6">
<h1>CONTACT</h1>
<i>Fan? Drop a note!</i>
</div>
</div>
<div class="container-6">
<div class="box-7">
<h2> Chicago, US</h2>
<h2> Phone: +00 151515</h2>
<h2>Email: [email protected]</h2>
</div>
<div class="box7a">
<input type="text" name="" id="" placeholder="Name">
<input type="email" name="" id="" placeholder="Email">
<input type="text" name="" id="Message" placeholder="Message">
<button type="button" id="send">SEND</button>
</div>
</div>
<div class="container-7">
<div class="box-8"></div>
</div>
<div class="footer">
<i class="fa-brands fa-instagram"></i>
<i class="fa-brands fa-facebook"></i>
<i class="fa-brands fa-square-snapchat"></i>
<i class="fa-brands fa-pinterest"></i>
<i class="fa-brands fa-linkedin-in"></i>
<i class="fa-brands fa-twitter"></i>
<h5>Powered by KRISH</h5>
</div>
</main>
</body>
</html>