-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
250 lines (216 loc) · 11.5 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
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
<!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>BS Lively | Free Bootstrap theme by Fyrestrap</title>
<link rel="stylesheet" href="node_modules/bootstrap/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="node_modules/@fortawesome/fontawesome-free/css/all.min.css">
<!-- Google fonts -->
<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=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&display=swap" rel="stylesheet">
<!-- Custom CSS -->
<link rel="stylesheet" href="dist/style.css">
</head>
<body class="fs-fw-500">
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-light position-absolute w-100">
<div class="container px-md-0 px-4">
<a class="navbar-brand fw-bold text-white" href="./">Fyrestrap.</a>
<!-- Navbar toggler button -->
<button class="navbar-toggler float-end" type="button" data-bs-toggle="collapse" data-bs-target="#navbarToggler" aria-controls="navbarToggler" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<!-- Navbar content -->
<div class="collapse navbar-collapse d-lg-flex flex-row-reverse" id="navbarToggler">
<ul class="navbar-nav mb-2 mb-lg-0 py-3">
<li class="nav-item ms-4">
<a class="nav-link text-white" href="./">Home</a>
</li>
<li class="nav-item ms-4">
<a class="nav-link text-white" href="#">About</a>
</li>
<li class="nav-item ms-4">
<a class="nav-link text-white" href="#">Services</a>
</li>
<li class="nav-item ms-4">
<a class="nav-link text-white" href="#">Products</a>
</li>
<li class="nav-item ms-4">
<a class="nav-link text-white" href="#">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Header -->
<header class="vh-100">
<div class="container h-100 px-4">
<div class="d-flex h-100 row">
<div class="col-12 col-md-5 col-lg-6"></div>
<div class="col-12 col-md-7 col-lg-6 h-100 d-flex p-lg-0">
<div class="w-100 my-auto py-5 pe-5 fs-bg-white-transparent">
<div class="ps-5 w-100 text-center text-md-end fs-border-left">
<h1 class="mb-4 text-uppercase fw-bold text-white display-2">Skating<span class="text-dark">.</span></h1>
<p class="mb-4">Lorem ipsum dolor sit amet consectetur adipisicing elit. Dicta reprehenderit delectus quasi eligendi maiores consectetur repellat necessitatibus libero deleniti quaerat debitis, odit earum modi? Magni porro iste dolores.</p>
<a href="#" class="btn bg-white rounded-pill py-3 px-4 mt-3 fs-fw-600">Read more</a>
</div>
</div>
</div>
</div>
</div>
</header>
<!-- About section -->
<section id="about">
<div class="container">
<div class="row">
<div class="col-lg-6 mb-4 mb-md-0 px-4 pt-4 px-md-0 pt-md-0">
<img src="assets/img/fireskate.jpg" class="col-12 col-md-9 col-lg-12" alt="" srcset="">
</div>
<div class="col-lg-6 mb-4 mb-md-0 d-flex p-0">
<div class="my-auto p-5 text-center text-md-start fs-border-left">
<h2 class="h1 text-uppercase fw-bold display-4 text-warning mb-3">About<span class="text-dark">.</span></h2>
<h5 class="fst-italic mb-5 text-black-50 fs-fw-600">Know about us</h5>
<p class="">Lorem ipsum dolor sit amet consectetur adipisicing elit. Cum, enim ipsum voluptatibus excepturi fugiat dolores sapiente veritatis impedit beatae, consequuntur eius molestiae nemo dolor unde voluptatem eaque a sint suscipit.</p>
<p class="mb-5">Consequatur tenetur modi perspiciatis voluptatum labore ratione. Minus perspiciatis corrupti aliquid voluptates vel illo commodi esse! Rerum repellendus quas pariatur tenetur, quod accusamus consequatur?</p>
<a href="#" class="btn btn-warning text-white rounded-pill py-3 px-4 fs-fw-600">Our services</a>
</div>
</div>
</div>
</div>
</section>
<!-- Services section -->
<section class="bg-light" id="services">
<div class="container">
<div class="row">
<div class="col-lg-6 mb-4 mb-md-0 px-4 py-0 px-md-0 order-lg-last text-md-end">
<img src="assets/img/sky.jpg" class="col-12 col-md-9 col-lg-12" alt="" srcset="">
</div>
<div class="col-lg-6 mb-4 mb-md-0 d-flex p-0">
<div class="my-auto p-5 text-center text-md-end fs-border-right text-end">
<h2 class="h1 text-uppercase fw-bold text-info display-4 mb-3">Services<span class="text-dark">.</span></h2>
<h5 class="fst-italic mb-5 text-black-50 fs-fw-600">What we do</h5>
<p class="">Lorem ipsum dolor sit amet consectetur adipisicing elit. Cum, enim ipsum voluptatibus excepturi fugiat dolores sapiente veritatis impedit beatae, consequuntur eius molestiae nemo dolor unde voluptatem eaque a sint suscipit.</p>
<p class="mb-5">Consequatur tenetur modi perspiciatis voluptatum labore ratione. Minus perspiciatis corrupti aliquid voluptates vel illo commodi esse! Rerum repellendus quas pariatur tenetur, quod accusamus consequatur.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Products section -->
<section class="py-5" id="products">
<div class="container text-center">
<h2 class="h1 text-uppercase fw-bold text-danger display-4 mb-3">Products<span class="text-dark">.</span></h2>
<h5 class="fst-italic mb-5 text-black-50 fs-fw-600">We've got everything</h5>
<div class="d-block d-md-flex justify-content-around gap-5 mb-5 mb-md-0">
<div class="text-center mb-5">
<span class="fa-stack fa-2x text-light">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fas fa-shirt fa-stack-1x fa-inverse text-warning"></i>
</span>
<h4 class="mt-4 mb-3 fs-fw-600">Dress</h4>
<p class="">Lorem ipsum dolor sit amet</p>
</div>
<div class="text-center mb-5">
<span class="fa-stack fa-2x text-light">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fas fa-bag-shopping fa-stack-1x fa-inverse text-warning"></i>
</span>
<h4 class="mt-4 mb-3 fs-fw-600">Bags</h4>
<p class="">Molestiae adipisci voluptatem nisi</p>
</div>
<div class="text-center mb-5">
<span class="fa-stack fa-2x text-light">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fas fa-hat-cowboy-side fa-stack-1x fa-inverse text-warning"></i>
</span>
<h4 class="mt-4 mb-3 fs-fw-600">Hats</h4>
<p class="">Harum architecto eos iste</p>
</div>
</div>
<button type="button" class="btn btn-danger text-white rounded-pill py-3 px-4 fs-fw-600">More products</button>
</div>
</section>
<!-- Contact section -->
<section class="py-5 bg-light" id="contact">
<div class="container px-4">
<div class="d-flex row">
<div class="col-12 col-md-5 col-lg-6"></div>
<div class="col-12 col-md-7 col-lg-6 h-100 d-flex p-lg-0">
<div class="w-100 my-auto py-5 pe-5 fs-bg-white-transparent">
<div class="ps-5 w-100 text-center text-md-end fs-border-left">
<h2 class="h1 mb-4 text-uppercase display-4 fw-bold">Contact<span class="text-white">.</span></h2>
<h5 class="fst-italic mb-5 text-black-50 fs-fw-600">Stay in touch</h5>
<div class="d-block d-md-flex justify-content-end mb-5 mb-md-0">
<p class="text-white order-md-last ms-md-3 mb-md-4"><i class="fas fa-envelope"></i></p>
<p class=""><a href="mailto:" class="text-dark text-decoration-none">[email protected]</a></p>
</div>
<div class="d-block d-md-flex justify-content-end mb-5 mb-md-0">
<p class="text-white order-md-last ms-md-3 mb-md-4"><i class="fas fa-phone"></i></p>
<p class="">+94 735899663, +94 735566985</p>
</div>
<div class="d-block d-md-flex justify-content-end mb-5 mb-md-0">
<p class="text-white order-md-last ms-md-3 mb-md-4"><i class="fas fa-location-dot"></i></p>
<p class="">162, Lorem Avenue, Lipsum City 20300, Lipsum.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-dark py-5">
<div class="container text-center d-flex pb-10">
<ul class="list-unstyled d-flex mx-auto justify-content-center gap-3">
<li>
<a href="#" class="text-muted">
<span class="fa-stack fa-xl">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fab fa-facebook-f fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li>
<a href="#" class="text-muted">
<span class="fa-stack fa-xl">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fab fa-twitter fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li>
<a href="#" class="text-muted">
<span class="fa-stack fa-xl">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fab fa-youtube fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li>
<a href="#" class="text-muted">
<span class="fa-stack fa-xl">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fab fa-instagram fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
</ul>
</div>
<div class="container mt-4">
<div class="d-block d-md-flex justify-content-between border-top border-1 border-secondary">
<p class="small text-muted text-center mt-5">Copyright © 2022 <a href="#" class="text-muted text-decoration-none">Your Company</a>. All Rights Reserved.</p>
<div class="small text-center text-md-right d-block d-md-flex justify-content-md-end gap-2 mt-5">
<a href="#" class="text-muted text-decoration-none px-3 md:px-0">Privacy Policy</a>
<a href="#" class="text-muted text-decoration-none px-3 md:px-0">Terms of Service</a>
</div>
</div>
</div>
</footer>
<!-- JavaScript -->
<script src="node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
</body>
</html>