-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
329 lines (319 loc) · 17.8 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
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
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!--webSite Icon-->
<link rel="title Icon" type="image/png" href="images/title-img.png">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<!--Font Awesomem-->
<script defer="" src="https://use.fontawesome.com/releases/v5.0.13/js/all.js" integrity="sha384-xymdQtn1n3lH2wcu0qhcdaOpQwyoarkgLVxC/wZ5q7h9gHtxICrpcaSUfygqZGOe" crossorigin="anonymous"></script>
<title>Pure Bootstrap website</title>
<style>
html {
scroll-behavior: smooth;
}
</style>
</head>
<body>
<!-- Navigation start -->
<nav class="navbar navbar-expand-md navbar-light bg-dark fixed-top ">
<a href="#" class="navbar-brand">
<i class="fas fa-child text-warning fa-2x"></i>
</a>
<button type="button" class="navbar-toggler bg-light" data-toggle="collapse" data-target="#nav">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-between" id="nav">
<ul class="navbar-nav">
<li class="nav-item"><a class="nav-link text-light font-weight-bold text-uppercase px-3" href="#">Home</a></li>
<li class="nav-item"><a class="nav-link text-light font-weight-bold text-uppercase px-3" href="#skills">Skills</a></li>
<li class="nav-item dropdown" data-toggle="dropdown" ><a class="nav-link text-light font-weight-bold text-uppercase px-3 dropdown-toggle" href="#project1">Projects</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="#project1">Project1</a>
<a class="dropdown-item" href="#project2">Project2</a>
<a class="dropdown-item" href="#project3">Project3</a>
<a class="dropdown-item" href="#project4">Project4</a>
</div>
</li class="nav-item">
<li class="nav-item"><a class="nav-link text-light font-weight-bold text-uppercase px-3" href="#teams">Team</a class="nav-link text-light font-weight-bold text-uppercase px-5"></li class="nav-item">
<li class="nav-item"><a class="nav-link text-light font-weight-bold text-uppercase px-3" href="#contact">Conatct</a></li class="nav-item">
</ul>
<form action="" class="form-inline mr-3">
<div class="input-group">
<input type="text" name="" id="" class="form-control" placeholder="Search">
<div class="input-group-append">
<button type="button" class="btn bg-light"><i class="fas fa-search text-muted"></i></button>
</div>
</div>
</form>
</div>
</nav>
<!-- Navigation End -->
<!-- Banner Section Start -->
<section>
<div class="container-fluid">
<div class="row bg-info justify-content-center align-items-center" style="height: 100vh;">
<div class="col-sm-10 text-center">
<h1 class="display-2 text-capitalize"><span class="text-warning">Get Your </span><span class="text-white font-weight-bold"> Website</span></h1>
<h2 class="font-weight-light font-italic text-light">Get Your Personal Site In 5days</h2>
<a class="btn btn-warning btn-lg px-4 m-3" href="#">Press Here</a>
<a class="btn btn-danger btn-lg px-4 m-3" href="#">Press Here</a>
</div>
</div>
</div>
</section>
<!-- Banner Section End -->
<!-- Skills Section Start -->
<section class="bg-light p-5" id="skills">
<div class="container-fluid">
<!-- title -->
<div class="row text-center mb-3">
<div class="col" >
<h1 class="text-warning display-2">Skills</h1>
<p class="lead text-secondary">You can see our skills here that we have</p>
</div>
</div>
<!-- End Title -->
<div class="row text-center">
<div class="col-lg-4 col-sm-10 mx-auto md-5 mb-5">
<i class="fas fa-desktop fa-6x text-warning mb-3"> </i>
<h1 class="text-secondary">Development</h1>
<p class="text-muted my-4">this is the dummy text this is the dummy text this is the dummy text this is the dummy text.this is the dummy text this is the dummy text.</p>
<a href="#" class="btn btn-outline-warning">Learn More</a>
</div>
<div class="col-lg-4 col-sm-10 mx-auto md-5 mb-5">
<i class="far fa-edit fa-6x text-warning mb-3"> </i>
<h1 class="text-secondary">Design</h1>
<p class="text-muted my-4">this is the dummy text this is the dummy text this is the dummy text this is the dummy text.this is the dummy text this is the dummy text.</p>
<a href="#" class="btn btn-outline-warning">Learn More</a>
</div>
<div class="col-lg-4 col-sm-10 mx-auto md-5 mb-5">
<i class="fas fa-cogs fa-6x text-warning mb-3"> </i>
<h1 class="text-secondary">Creativity</h1>
<p class="text-muted my-4">this is the dummy text this is the dummy text this is the dummy text this is the dummy text.this is the dummy text this is the dummy text.</p>
<a href="#" class="btn btn-outline-warning">Learn More</a>
</div>
</div>
</div>
</section>
<!-- Skill Section End -->
<!-- Project Section -->
<section class="p-5" id="projects">
<div class="container-fluid">
<!-- title -->
<div class="row text-center mb-3">
<div class="col" id="projects">
<h1 class="text-warning display-2">Projects</h1>
<p class="lead text-secondary">You can see our projects here that we already done</p>
</div>
</div>
<!-- End Title -->
<div class="row">
<div class="col-lg-3 col-sm-6 " id="project1">
<img src="images/project1.jpg" alt="Not found" class="img-thumbnail ">
<h2 class="my-3 text-warning">Project 1</h2>
<p class="text-muted">This is dummy text.This is dummy text.</p>
</div>
<div class="col-lg-3 col-sm-6 " id="project2">
<img src="images/project2.jpg" alt="Not found" class="img-thumbnail">
<h2 class="my-3 text-warning" >Project 2</h2>
<p class="text-muted">This is dummy text.This is dummy text.</p>
</div>
<div class="col-lg-3 col-sm-6 " id="project3">
<img src="images/project3.jpg" alt="Not found" class="img-thumbnail">
<h2 class="my-3 text-warning">Project 3</h2>
<p class="text-muted">This is dummy text.This is dummy text.</p>
</div>
<div class="col-lg-3 col-sm-6 "id="project4">
<img src="images/project4.jpg" alt="Not found" class="img-thumbnail">
<h2 class="my-3 text-warning" >Project 4</h2>
<p class="text-muted">This is dummy text.This is dummy text.</p>
</div>
</div>
</div>
</section>
<!-- Project section end -->
<!-- Team Section Start -->
<section class="p-sm-5 p-2 bg-secondary" id="teams">
<div class="container-fluid">
<!-- title -->
<div class="row text-center mb-3">
<div class="col" >
<h1 class="text-warning display-2">Team</h1>
<p class="lead text-light">You can see our projects here that we already done</p>
</div>
</div>
<!-- End Title -->
<div class="row">
<div class="col-lg-4">
<div class="card">
<img class="card-img-top" src="images/kid1.jpg" alt="Not-Found" >
<div class="card-body">
<div class="card-title">
<h3 class="text-muted">Michel</h3>
</div>
<div class="card-subtitle">
<p class="lead text-secondary">
dummy text. you can change it.
</p>
</div>
<div class="text-right">
<a href="#"><i class="fab fa-facebook fa-2x mx-2 text-primary"></i></a>
<a href="#"><i class="fab fa-twitter fa-2x mx-2 text-info"></i></a>
<a href="#"><i class="fab fa-youtube fa-2x mx-2 text-danger"></i></a>
</div>
--- </div>
</div>
</div>
<div class="col-lg-4">
<div class="card">
<img class="card-img-top" src="images/kid2.jpg" alt="Not-Found" >
<div class="card-body">
<div class="card-title">
<h3 class="text-muted">Ali</h3>
</div>
<div class="card-subtitle">
<p class="lead text-secondary">
dummy text. you can change it.
</p>
</div>
<div class="text-right">
<a href="#"><i class="fab fa-facebook fa-2x mx-2 text-primary"></i></a>
<a href="#"><i class="fab fa-twitter fa-2x mx-2 text-info"></i></a>
<a href="#"><i class="fab fa-youtube fa-2x mx-2 text-danger"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="card">
<img class="card-img-top" src="images/kid3.jpg" alt="Not-Found" >
<div class="card-body">
<div class="card-title">
<h3 class="text-muted">Haseeb</h3>
</div>
<div class="card-subtitle">
<p class="lead text-secondary">
dummy text. you can change it.
</p>
</div>
<div class="text-right">
<a href="#"><i class="fab fa-facebook fa-2x mx-2 text-primary"></i></a>
<a href="#"><i class="fab fa-twitter fa-2x mx-2 text-info"></i></a>
<a href="#"><i class="fab fa-youtube fa-2x mx-2 text-danger"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Team Section End -->
<!-- Progess Section Start -->
<section class="p-5">
<div class="container-fluid">
<!-- title -->
<div class="row text-center mb-3">
<div class="col">
<h1 class="text-warning display-2">Progess</h1>
<p class="lead text-secondary">You can see our Progress here</p>
</div>
</div>
<!-- End Title -->
<div class="row justify-content-center">
<div class="col-lg-6 col-sm-10 text-secondary">
<h2>HTML</h2>
<div class="progress bg-secondary mb-3">
<div class="progress-bar" style="width:
90%">90%
</div>
</div>
<h2>CSS</h2>
<div class="progress bg-secondary mb-3">
<div class="progress-bar bg-danger" style="width:
75%">75%
</div>
</div>
<h2>BootStrap</h2>
<div class="progress bg-secondary mb-3">
<div class="progress-bar bg-success" style="width:
95%">95%
</div>
</div>
<h2>JavaScript</h2>
<div class="progress bg-secondary mb-3">
<div class="progress-bar bg-warning" style="width:
60%">60%
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Progess Section End -->
<!-- Contact Us Section -->
<section class="p-5 bg-light " id="contact">
<div class="container-fluid">
<!-- title -->
<div class="row text-center mb-3">
<div class="col" >
<h1 class="text-warning display-2">Contact Us</h1>
<p class="lead text-secondary">You can see our Progress here</p>
</div>
</div>
<!-- End Title -->
<div class="row justify-content-center">
<div class="col-lg-6 col-md-8 col-sm-10">
<div class="text-center text-secondary">
<h2>Got a Question</h2>
<p>Stay Contacted with Us</p>
</div>
<form class="inline-form text-muted">
<div class="form-group">
<label for="name">Name</label>
<input type="text" class="form-control" id="name">
</div>
<div class="form-group">
<label for="email">Email</label>
<input type="text" class="form-control" id="email">
</div>
<div class="form-group">
<label for="message">Message</label>
<textarea class="form-control" id="message" rows="3"></textarea>
</div>
<button class="btn btn-outline-warning btn-block" type="submit">Submit Question</button>
</form>
</div>
</div>
</div>
</section>
<!-- Contact Us Section End -->
<!-- Footer -->
<footer class="bg-secondary">
<div class="container">
<div class="row">
<div class="col text-center">
<h1 class="text-white font-weight-light text-capitalize p-3">Bootstrap website project</h1>
<h3 class="text-light font-weight-light font-italic mb-3">Dimmy text write what you want</h3>
<div class="py-2">
<a href="#"><i class="fab fa-facebook fa-2x mx-3 text-primary"></i></a>
<a href="#"><i class="fab fa-instagram fa-2x mx-3 text-danger"></i></a>
<a href="#"><i class="fab fa-twitter fa-2x mx-3 text-info"></i></a>
<a href="#"><i class="fab fa-youtube fa-2x mx-3 text-danger"></i></a>
</div>
<p class="text-light py-4">©copyRight 2020 -Made By Asad Ur Rehman</p>
</div>
</div>
</div>
</footer>
<!-- end footer -->
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
</body>
</html>