-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
305 lines (268 loc) · 12.1 KB
/
index.html
File metadata and controls
305 lines (268 loc) · 12.1 KB
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
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-BmbxuPwQa2lc/FVzBcNJ7UAyJxM6wuqIj61tLrc4wSX0szH/Ev+nYRRuWlolflfl" crossorigin="anonymous" />
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css"
integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous" />
<title>Bootstrap model</title>
</head>
<body>
<div class="up">
<a href="#carouselExampleCaptions"><button><i class="fas fa-chevron-up"></i></button></a>
</div>
<!--Navbar-->
<nav class="navbar navbar-expand-lg navbar-light bg-light sticky-top">
<div class="container-fluid">
<a class="navbar-brand" href="#"><img id="logo-nav" src="img/logo.png" alt="" /></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false"
aria-label="Toggle navigation">
<span><i class="fad fa-bars"></i></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav" id="nav-content">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#carouselExampleCaptions">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#services">Services</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#team">Team</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!--Image slider/carousel-->
<div id="carouselExampleCaptions" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-indicators">
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="0" class="active"
aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="1"
aria-label="Slide 2"></button>
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="2"
aria-label="Slide 3"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<div class="im1"></div>
<div class="carousel-caption">
<h1 class="display-2">Bootstrap</h1>
<h3>Complete Website Layout</h3>
<button type="button" class="btn btn-outline-light btn-lg"> View Demo</button>
<button type="button" class="btn btn-primary btn-lg">Get Started</button>
</div>
</div>
<div class="carousel-item">
<div class="im2"></div>
</div>
<div class="carousel-item">
<div class="im3"></div>
</div>
</div>
</div>
<!--Jumbotron-->
<div class="container-fluid">
<div class="row jumbotron">
<div class="col-xs-12 col-sm-12 col-md-9 col-xl-10">
<p class="lead">A web hosting service allows individuals and organization to make their website
accesible via the world wide web.</p>
</div>
<div class="col-xs-12 col-sm-12 col-md-3 col-xl-2">
<a href="#"><button type="button" class="btn btn-outline-secondary btn-lg">Web Hosting</button></a>
</div>
</div>
</div>
<!--Welcome section-->
<div class="container-fluid padding" id="about">
<div class="row welcome text-center">
<div class="col-12">
<h1 class="display-4">
Built with ease
</h1>
<hr>
<div class="col-12">
<p class="lead">welcome to my Bootsrap 4 website tutorial! Bootsrap is a free and open-source
front-end library with HTML and CSS based designs.</p>
</div>
</div>
</div>
</div>
<!--Three column section-->
<div class="container-fluid padding" id="services">
<div class="row text-center padding">
<div class="col-xs-12 col-sm-6 col-md-4">
<i class="fas fa-code"></i>
<h3>HTML 5</h3>
<p>Built with the latest version of HTML,HTML5</p>
</div>
<div class="col-xs-12 col-sm-6 col-md-4">
<i class="fas fa-bold"></i>
<h3>BOOTSTRAP</h3>
<p>Built with the latest version of BOOTSTRAP,BOOTSTRAP 4</p>
</div>
<div class="col-sm-12 col-md-4">
<i class="fab fa-css3"></i>
<h3>CSS</h3>
<p>Built with the latest version of CSS,CSS 3</p>
</div>
</div>
<hr class="my-4">
</div>
<!--Two column section-->
<div class="container padding">
<div class="row padding">
<div class="col-md-12 col-lg-6 padding build">
<h2>If you build it...</h2>
<p>The column will automatically stack on top of each other when the screen is less than 567px wide.</p>
<p>Resize the browser window to see the effect of Responsive web design has became more important as the
amount of mobile traffic now accounts for more than half of total internet traffic</p>
<p>It can also display the web page differently depending on the screen size or viewing device</p>
<a href="#" class="btn btn-primary btn-lg">Learn more</a>
</div>
<div class="col-lg-6 padding">
<img src="img/two col.jpg" class="img-fluid image mt-3" alt="">
</div>
</div>
</div>
<hr class="my-4">
<!--Fixed image bacgroung-->
<figure>
<div class="fixed-wrap">
</div>
</figure>
<!---Meet the team--->
<div class="container-fluid padding">
<div class="row welcome text-center">
<div class="col-12">
<h1 class="display-4">Meet the Team</h1>
<hr>
</div>
</div>
</div>
<!--Card-->
<div class="container-fluid padding" id="team">
<div class="row padding">
<div class="col-md-4 padding">
<div class="card">
<img class="card-img-top" src="img/person3.jpg" alt="">
<div class="card-body">
<h4 class="card-title">John Doe</h4>
<p class="card-text">John is an internet entreprener with almost 20 years of experience.</p>
<a href="#" class="btn btn-outline-secondary">See profile</a>
</div>
</div>
</div>
<div class="col-md-4 padding">
<div class="card">
<img class="card-img-top" src="img/person1.jpg" alt="">
<div class="card-body">
<h4 class="card-title">Mary Jo</h4>
<p class="card-text">Mary Jo is an internet entreprener with almost 20 years of experience.</p>
<a href="#" class="btn btn-outline-secondary">See profile</a>
</div>
</div>
</div>
<div class="col-md-4 padding">
<div class="card">
<img class="card-img-top" src="img/person2.jpg" alt="">
<div class="card-body">
<h4 class="card-title">Phil Ho</h4>
<p class="card-text">Phil is an internet entreprener with almost 20 years of experience.</p>
<a href="#" class="btn btn-outline-secondary">See profile</a>
</div>
</div>
</div>
</div>
</div>
<!--Two colulmn section-->
<div class="container-fluid padding philosophy">
<div class="row padding">
<div class="col-md-12 col-lg-6 padding">
<h2>Our Philosophy</h2>
<p>The column will automatically stack on top of each other when the screen is less than 567px wide.</p>
<p>Resize the browser window to see the effect of Responsive web design has became more important as the
amount of mobile traffic now accounts for more than half of total internet traffic.It can also
display the web page differently depending on the screen size or viewing device</p>
</div>
<div class="col-lg-6 padding container">
<img src="img/boot.png" class="img-fluid" alt="">
</div>
</div>
</div>
<hr class="my-4">
<!--Connect-->
<div class="container-fluid padding" id="contact">
<div class="row text-center padding">
<div class="col-12">
<h2>Connect</h2>
</div>
<div class="col-12 social padding">
<a href="#"><i class="fab fa-facebook"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-google-plus-g"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fab fa-youtube"></i></a>
</div>
</div>
</div>
<!--Footer-->
<footer>
<div class="container-fluid padding">
<div class="row text-center">
<div class="col-md-4">
<hr class="light">
<img id="logo-footer" src="img/logo.png" alt="">
<hr class="light">
<p>5555-555-555</p>
<p>Demo@gmail.com</p>
<p>Street 104 north</p>
<p>Demo city,00000</p>
</div>
<div class="col-md-4">
<hr class="light">
<h5>Our hours</h5>
<hr class="light">
<p>Monday:9am to 5pm</p>
<p>Saturday:10am to 4pm</p>
<p>Sunday:Closed</p>
</div>
<div class="col-md-4">
<hr class="light">
<h5>Serivice Areas</h5>
<hr class="light">
<p>Demo city,00000</p>
<p>Demo city,00000</p>
<p>Demo city,00000</p>
<p>Demo city,00000</p>
</div>
</div>
<div class="col-12 text-center">
<hr class="light">
<h5>© Texkiofficial</h5>
</div>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-b5kHyXgcpbZJO/tY9Ul7kGkf1S0CWuKcCD38l8YkeH8z8QjE0GmW1gYU5S9FOnJ0"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.6.0/dist/umd/popper.min.js"
integrity="sha384-KsvD1yqQ1/1+IA7gi3P0tyJcT3vR+NdBTt13hSJ2lnve8agRGXTTyNaBYmCR/Nwi"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta2/dist/js/bootstrap.min.js"
integrity="sha384-nsg8ua9HAw1y0W1btsyWgBklPnCUAFLuTMS2G72MMONqmOymq585AcH49TLBQObG"
crossorigin="anonymous"></script>
</body>
</html>