-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
232 lines (232 loc) · 8.89 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
231
232
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="index.css" />
<title>Museum of Yoga</title>
</head>
<body>
<nav class="navbar navbar-expand-md sticky-top px-3">
<a href="" class="navbar-brand text-uppercase text-danger fs-3 fw-light"
>Yoga</a
>
<button
class="navbar-toggler"
data-bs-toggle="collapse"
data-bs-target="#navNav"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navNav">
<ul class="navbar-nav">
<li class="nav-item">
<a href="#" class="nav-link text-uppercase text-white fs-3 fw-light"
>Home</a
>
</li>
<li class="nav-item">
<a href="#" class="nav-link text-uppercase text-white fs-3 fw-light"
>About</a
>
</li>
<li class="nav-item">
<a href="#" class="nav-link text-uppercase text-white fs-3 fw-light"
>Tickets</a
>
</li>
</ul>
</div>
</nav>
<div class="row my-5">
<div
class="d-none d-lg-block col-md-6 d-flex justify-content-center align-items-center"
>
<div>
<h1 class="text-uppercase text-white text-center">
Museum<span class="text-danger">/</span>of<span class="text-danger"
>/</span
>Yoga
</h1>
<h1 class="text-uppercase text-white text-center">
Museum<span class="text-danger">/</span>of<span class="text-danger"
>/</span
>Yoga
</h1>
<h1 class="text-uppercase text-white text-center">
Museum<span class="text-danger">/</span>of<span class="text-danger"
>/</span
>Yoga
</h1>
<h1 class="text-uppercase text-white text-center">
Museum<span class="text-danger">/</span>of<span class="text-danger"
>/</span
>Yoga
</h1>
<h1 class="text-uppercase text-white text-center">
Museum<span class="text-danger">/</span>of<span class="text-danger"
>/</span
>Yoga
</h1>
<h1 class="text-uppercase text-white text-center">
Museum<span class="text-danger">/</span>of<span class="text-danger"
>/</span
>Yoga
</h1>
</div>
</div>
<div
class="col-lg-6 d-flex flex-row justify-content-center align-items-center"
>
<img
src="./images/carl-barcelo-nqUHQkuVj3c-unsplash.jpg"
class="img-fluid"
alt=""
/>
</div>
</div>
<div class="row d-flex flex-column flex-column-reverse flex-md-row my-5">
<div
class="col-md-6 d-flex flex-row justify-content-center align-items-center"
>
<img
src="./images/oksana-taran-xB4ExGcUai0-unsplash.jpg"
class="img-fluid"
alt=""
/>
</div>
<div
class="col-md-6 d-flex flex-column justify-content-center align-items-center my-5"
>
<h2 class="display-4 fs-1 text-uppercase text-danger">
Museum of Yoga
</h2>
<svg
xmlns="http://www.w3.org/2000/svg"
width="3em"
height="3em"
fill="currentColor"
class="bi bi-emoji-smile text-light my-4 d-none d-lg-block"
viewBox="0 0 16 16"
>
<path
d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16"
/>
<path
d="M4.285 9.567a.5.5 0 0 1 .683.183A3.5 3.5 0 0 0 8 11.5a3.5 3.5 0 0 0 3.032-1.75.5.5 0 1 1 .866.5A4.5 4.5 0 0 1 8 12.5a4.5 4.5 0 0 1-3.898-2.25.5.5 0 0 1 .183-.683M7 6.5C7 7.328 6.552 8 6 8s-1-.672-1-1.5S5.448 5 6 5s1 .672 1 1.5m4 0c0 .828-.448 1.5-1 1.5s-1-.672-1-1.5S9.448 5 10 5s1 .672 1 1.5"
/>
</svg>
<div class="container w-75 p-3 text-center lh-lg">
<p class="lead fs-6">
Lorem ipsum dolor sit, amet consectetur adipisicing elit. Accusamus
dignissimos incidunt aliquam eveniet corrupti eos fuga excepturi
doloribus culpa iusto. Odit dolores assumenda esse consectetur ex
error molestias omnis temporibus? Veritatis quis eligendi magnam
suscipit odio voluptatem cumque recusandae quidem nihil, animi
debitis quod numquam velit nemo! Eos saepe laboriosam quasi numquam
nulla fugit, deserunt harum? Soluta cum voluptatum reprehenderit!
</p>
</div>
</div>
</div>
<div class="row my-5">
<div
class="col-md-6 d-flex flex-column justify-content-center align-items-center my-5"
>
<h2 class="display-4 fs-1 text-uppercase text-danger">
Museum of Yoga
</h2>
<svg
xmlns="http://www.w3.org/2000/svg"
width="3em"
height="3em"
fill="currentColor"
class="bi bi-emoji-smile text-light my-4 d-none d-lg-block"
viewBox="0 0 16 16"
>
<path
d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16"
/>
<path
d="M4.285 9.567a.5.5 0 0 1 .683.183A3.5 3.5 0 0 0 8 11.5a3.5 3.5 0 0 0 3.032-1.75.5.5 0 1 1 .866.5A4.5 4.5 0 0 1 8 12.5a4.5 4.5 0 0 1-3.898-2.25.5.5 0 0 1 .183-.683M7 6.5C7 7.328 6.552 8 6 8s-1-.672-1-1.5S5.448 5 6 5s1 .672 1 1.5m4 0c0 .828-.448 1.5-1 1.5s-1-.672-1-1.5S9.448 5 10 5s1 .672 1 1.5"
/>
</svg>
<div class="container w-75 p-3 text-center lh-lg">
<p class="lead fs-6">
Lorem ipsum dolor sit, amet consectetur adipisicing elit. Accusamus
dignissimos incidunt aliquam eveniet corrupti eos fuga excepturi
doloribus culpa iusto. Odit dolores assumenda esse consectetur ex
error molestias omnis temporibus? Veritatis quis eligendi magnam
suscipit odio voluptatem cumque recusandae quidem nihil, animi
debitis quod numquam velit nemo! Eos saepe laboriosam quasi numquam
nulla fugit, deserunt harum? Soluta cum voluptatum reprehenderit!
</p>
</div>
</div>
<div
class="col-md-6 d-flex flex-row justify-content-center align-items-center"
>
<img
src="./images/sonnie-hiles-rX8gBeg2WM0-unsplash.jpg"
class="img-fluid"
alt=""
/>
</div>
</div>
<div class="row d-flex flex-column flex-column-reverse flex-md-row my-5">
<div
class="col-md-6 d-flex flex-row justify-content-center align-items-center"
>
<img
src="./images/wesley-tingey-rtS8Fpb3rcI-unsplash.jpg"
class="img-fluid"
alt=""
/>
</div>
<div
class="col-md-6 d-flex flex-column justify-content-center align-items-center my-5"
>
<h2 class="display-4 fs-1 text-uppercase text-danger">
Museum of Yoga
</h2>
<svg
xmlns="http://www.w3.org/2000/svg"
width="3em"
height="3em"
fill="currentColor"
class="bi bi-emoji-smile text-light my-4 d-none d-lg-block"
viewBox="0 0 16 16"
>
<path
d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16"
/>
<path
d="M4.285 9.567a.5.5 0 0 1 .683.183A3.5 3.5 0 0 0 8 11.5a3.5 3.5 0 0 0 3.032-1.75.5.5 0 1 1 .866.5A4.5 4.5 0 0 1 8 12.5a4.5 4.5 0 0 1-3.898-2.25.5.5 0 0 1 .183-.683M7 6.5C7 7.328 6.552 8 6 8s-1-.672-1-1.5S5.448 5 6 5s1 .672 1 1.5m4 0c0 .828-.448 1.5-1 1.5s-1-.672-1-1.5S9.448 5 10 5s1 .672 1 1.5"
/>
</svg>
<div class="container w-75 p-3 text-center lh-lg">
<p class="lead fs-6">
Lorem ipsum dolor sit, amet consectetur adipisicing elit. Accusamus
dignissimos incidunt aliquam eveniet corrupti eos fuga excepturi
doloribus culpa iusto. Odit dolores assumenda esse consectetur ex
error molestias omnis temporibus? Veritatis quis eligendi magnam
suscipit odio voluptatem cumque recusandae quidem nihil, animi
debitis quod numquam velit nemo! Eos saepe laboriosam quasi numquam
nulla fugit, deserunt harum? Soluta cum voluptatum reprehenderit!
</p>
</div>
</div>
</div>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL"
crossorigin="anonymous"
></script>
</body>
</html>