-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
253 lines (251 loc) · 13.6 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
251
252
253
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/font.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css">
<title>Bootstrap Theme</title>
</head>
<body>
<main>
<nav class="navbar navbar-expand-lg bg-white fixed-top" id="custom-navigation">
<div class="container px-3 px-lg-5 py-1">
<a href="#" class="navbar-brand fw-bold text-opacity-75 fs-4 text-dark">Bootstrap Project</a>
<button class="navbar-toggler border-0" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent"
aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-end" id="navbarSupportedContent">
<ul class="navbar-nav">
<li class="nav-item px-2">
<a href="#about" class="nav-link active text-opacity-75 fw-bold fs-6 text-dark py-3">About</a>
</li>
<li class="nav-item px-2">
<a href="#service" class="nav-link text-opacity-75 fw-bold fs-6 text-dark py-3">Service</a>
</li>
<li class="nav-item px-2">
<a href="#portfolio" class="nav-link text-opacity-75 fw-bold fs-6 text-dark py-3">Portfolio</a>
</li>
<li class="nav-item px-2">
<a href="#contact-us" class="nav-link text-opacity-75 fw-bold fs-6 text-dark py-3">Contact
Us</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="masthead">
<div class="container px-1 px-md-2 px-lg-4 h-100">
<div class="row h-100 gx-4 text-center align-items-center justify-content-center">
<div class="col-lg-8 align-self-end">
<h1 class="text-white text-center fs-4 fw-bold">Your Favorite Place for Free Bootstrap Themes</h1>
<hr class="text-white">
</div>
<div class="col-lg-8 col-sm-12 align-self-start font-weight-bold">
<p class="text-center text-white text-opacity-75 mt-4">Start Bootstrap can help you build better
websites using the Bootstrap framework! Just download a theme and start customizing, no strings
attached!</p>
<a href="#about"
class="text-white text-uppercase text-decoration-none rounded-5 bg-danger fw-bold px-4 py-3 mt-4 d-inline-block">Find
Out More</a>
</div>
</div>
</div>
</div>
<section id="about" class="bg-danger">
<div class="container px-1 py-4 p-lg-4">
<div class="row px-1 px-lg-3 py-5 justify-content-center align-items-center">
<div class="col-12 col-lg-8">
<h2 class="text-white text-center">We've got what you need!</h2>
<hr class="w-25 bg-white text-white opacity-100 d-block mx-auto" style="height: 4px">
</div>
<div class="col-12 col-lg-8 justify-content-center align-items-center text-center">
<p class="text-white text-center fs-6 mt-4">Start Bootstrap has everything you need to get your new
website up and running in no time! Choose one of our open source, free to download, and easy to
use themes! No strings attached!</p>
<a class="bg-light text-danger text-decoration-none text-uppercase fw-bold rounded-5 px-4 py-3 mt-5 d-inline-block "
href="#service">Get Start!</a>
</div>
</div>
</div>
</section>
<section id="service">
<div class="container px-2 py-5">
<div class="row pt-4 pb-2">
<h2 class="text-danger text-center">At Your Service</h2>
<hr class="bg-danger text-danger opacity-100 d-block mx-auto" style="width: 3rem; height: 4px;">
</div>
<div class="row pt-2 pb-5">
<div class="col-lg-3">
<div class="mt-5">
<div class="mb-1 text-center">
<i class="bi-heart fs-1 text-center text-danger"></i>
</div>
<h3 class="fs-4 text-center">Made with Love</h3>
<p class="text-center fs-6 text-muted mb-0">All dependencies are kept current to keep things
fresh.</p>
</div>
</div>
<div class="col-lg-3">
<div class="mt-5">
<div class="mb-1 text-center">
<i class="bi-gem fs-1 text-center text-danger"></i>
</div>
<h3 class="fs-4 text-center">Sturdy Themes</h3>
<p class="text-center fs-6 text-muted mb-0">All dependencies are kept current to keep things
fresh.</p>
</div>
</div>
<div class="col-lg-3">
<div class="mt-5">
<div class="mb-1 text-center">
<i class="bi-laptop fs-1 text-center text-danger"></i>
</div>
<h3 class="fs-4 text-center">Up to Date</h3>
<p class="text-center fs-6 text-muted mb-0">All dependencies are kept current to keep things
fresh.</p>
</div>
</div>
<div class="col-lg-3">
<div class="mt-5">
<div class="mb-1 text-center">
<i class="bi-globe fs-1 text-center text-danger"></i>
</div>
<h3 class="fs-4 text-center">Ready to Publish</h3>
<p class="text-center fs-6 text-muted mb-0">All dependencies are kept current to keep things
fresh.</p>
</div>
</div>
</div>
</div>
</section>
<section id="portfolio">
<div class="container-fluid p-0">
<div class="row g-0">
<div class="col-lg-4 col-md-6">
<div class="portfolio-box position-relative">
<img src="./img/1.jpg" class="img-fluid" alt="x">
<div class="portfolio-caption opacity-0 position-absolute top-0 start-0 bg-danger bg-opacity-75 text-center w-100 h-100 justify-content-center align-items-center d-flex flex-column">
<h5 class="text-white text-opacity-50">Caragory</h5>
<p class="text-white">Project Name</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="portfolio-box position-relative">
<img src="./img/2.jpg" class="img-fluid" alt="x">
<div class="portfolio-caption opacity-0 position-absolute top-0 start-0 bg-danger bg-opacity-75 text-center w-100 h-100 justify-content-center align-items-center d-flex flex-column">
<h5 class="text-white text-opacity-50">Caragory</h5>
<p class="text-white">Project Name</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="portfolio-box position-relative">
<img src="./img/3.jpg" class="img-fluid" alt="x">
<div class="portfolio-caption opacity-0 position-absolute top-0 start-0 bg-danger bg-opacity-75 text-center w-100 h-100 justify-content-center align-items-center d-flex flex-column">
<h5 class="text-white text-opacity-50">Caragory</h5>
<p class="text-white">Project Name</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="portfolio-box position-relative">
<img src="./img/4.jpg" class="img-fluid" alt="x">
<div class="portfolio-caption opacity-0 position-absolute top-0 start-0 bg-danger bg-opacity-75 text-center w-100 h-100 justify-content-center align-items-center d-flex flex-column">
<h5 class="text-white text-opacity-50">Caragory</h5>
<p class="text-white">Project Name</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="portfolio-box position-relative">
<img src="./img/5.jpg" class="img-fluid" alt="x">
<div class="portfolio-caption opacity-0 position-absolute top-0 start-0 bg-danger bg-opacity-75 text-center w-100 h-100 justify-content-center align-items-center d-flex flex-column">
<h5 class="text-white text-opacity-50">Caragory</h5>
<p class="text-white">Project Name</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="portfolio-box position-relative">
<img src="./img/6.jpg" class="img-fluid" alt="x">
<div class="portfolio-caption opacity-0 position-absolute top-0 start-0 bg-danger bg-opacity-75 text-center w-100 h-100 justify-content-center align-items-center d-flex flex-column">
<h5 class="text-white text-opacity-50">Caragory</h5>
<p class="text-white">Project Name</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="download" class="bg-dark">
<div class="container p-5">
<div class="row py-5">
<div class="col-lg-8 mx-auto text-center">
<h2 class="text-white fs-3 text-center">Free Download at Start Bootstrap!</h2>
<a href="#" download
class="btn btn-light py-3 px-4 text-center text-dark fw-bold mt-4 d-inline-block rounded-5 text-uppercase">Donwload
Now!</a>
</div>
</div>
</div>
</section>
<section id="contact-us" class="bg-body">
<div class="container py-5 px-3">
<div class="row pt-4 mx-auto col-lg-6">
<h2 class="text-danger text-center">Let's Get In Touch!</h2>
<hr class="bg-danger text-danger opacity-100 d-block mx-auto" style="width: 3rem; height: 4px;">
<p class="text-center mt-2 text-muted fs-6">Ready to start your next project with us? Send us a messages
and we will get back to you as soon as possible!</p>
</div>
<div class="row mt-2 pb-5">
<div class="col-lg-6 mx-auto">
<form action="#" class="form-control border-0">
<div class="form-floating my-3">
<input type="text" class="form-control rounded-1" placeholder="Name:" id="name">
<label for="name">Name:</label>
</div>
<div class="form-floating my-3">
<input type="text" class="form-control rounded-1" placeholder="Phone:" id="phone">
<label for="phone">Phone:</label>
</div>
<div class="form-floating my-3">
<input type="email" class="form-control rounded-1" placeholder="Email:" id="email">
<label for="email">Email:</label>
</div>
<div class="form-floating my-3">
<textarea id="explain" class="form-control" style="height: 200px"
placeholder="Explain"></textarea>
<label for="explain">Explain:</label>
</div>
<button type="submit" value="Send Message"
class="bg-danger text-center text-white border-0 d-block py-3 px-4 w-100 rounded-5">Send
Message
</button>
</form>
</div>
</div>
</div>
</section>
<section id="copyright" class="bg-light">
<div class="ontainer py-5">
<div class="row mx-0">
<div class="col-lg-8 mx-auto">
<p class="text-center text-muted fs-6 text-black mb-0 fw-lighter">Copyright © 2022 - Farid
Eghbali</p>
</div>
</div>
</div>
</section>
</main>
<script src="js/bootstrap.js"></script>
<script src="js/script.js"></script>
</body>
</html>