-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
259 lines (215 loc) · 13.9 KB
/
Copy pathindex.html
File metadata and controls
259 lines (215 loc) · 13.9 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
<!DOCTYPE html>
<html lang="en" style="scroll-behavior: smooth;">
<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>test</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link rel="icon" href="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTBvnIGelgCxAcbdJNaniNy4cOe48tWae8wFg&usqp=CAU">
</head>
<body>
<header class="bg-info" style="position: fixed; width: 100%; z-index: 1;">
<div class="row text-white">
<div class="col-8 col-sm-6 col-md-6 p-3 ps-5">
<h1 class="">Test</h1>
</div>
<div class="col-4 col-sm-6 col-md-6">
<nav class="navbar navbar-expand-lg navbar-light py-1">
<div class="container-fluid">
<button class="navbar-toggler ms-auto" 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 btn-sm"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto">
<li class="nav-item ms-auto">
<a class="nav-link active text-white fs-5" aria-current="page" href="#">Home</a>
</li>
<li class="nav-item ms-auto">
<a class="nav-link text-white fs-5" href="#services-section">Services</a>
</li>
<li class="nav-item ms-auto">
<a class="nav-link text-white fs-5" href="#experiences-section">Experiences</a>
</li>
<li class="nav-item ms-auto">
<a class="nav-link text-white fs-5" href="#contact-section">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
</div>
</div>
</header>
<section class="" id="home-section" style="padding-top: 9em; margin-bottom: 4em;">
<div class="container-fluid ">
<div class="row">
<div class="col-md-6 col-12 col-sm-12 " style="padding-left: 3em;">
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTBvnIGelgCxAcbdJNaniNy4cOe48tWae8wFg&usqp=CAU" alt="" class="img-fluid rounded-circle shadow-lg ">
</div>
<div class="col-md-6 col-12 col-sm-12 mt-5">
<h4>Lorem Ipsum is simply dummy text of the printing and typesetting industry.</h4>
<p>"You are the average of five people you hang around"</p>
</div>
</div>
</div>
</section>
<section class="bg-light " id="services-section" style="padding-top: 5em; padding-bottom: 2em;">
<div class="container-fluid">
<h1 class="text-center">Services</h1>
<div class="row justify-content-center">
<div class="col-12 col-sm-6 col-md-4 col-lg-3 col-xl-2 p-4">
<div class="card border-info" >
<img class="ms-5 mt-3 img-fluid" src="settings.png" alt="Services" style="max-width: 50%; height: auto;">
<div class="card-body">
<h5 class="card-title text-center">Services</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
</div>
</div>
<div class="col-12 col-sm-6 col-md-4 col-lg-3 col-xl-2 p-4">
<div class="card border-info">
<img class="ms-5 mt-3" src="settings.png" alt="Services" style="max-width: 50%; height: auto;">
<div class="card-body">
<h5 class="card-title text-center">test2</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
</div>
</div>
<div class="col-12 col-sm-6 col-md-4 col-lg-3 col-xl-2 p-4">
<div class="card border-info" >
<img class="ms-5 mt-3 img-fluid" src="settings.png" alt="Services" style="max-width: 50%; height: auto;">
<div class="card-body">
<h5 class="card-title text-center">Services</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
</div>
</div>
<div class="col-12 col-sm-6 col-md-4 col-lg-3 col-xl-2 p-4">
<div class="card border-info">
<img class="ms-5 mt-3" src="settings.png" alt="Services" width="50%">
<div class="card-body">
<h5 class="card-title text-center">Services</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
</div>
</div>
<div class="col-12 col-sm-6 col-md-4 col-lg-3 col-xl-2 p-4">
<div class="card border-info">
<img class="ms-5 mt-3" src="settings.png" alt="Services" width="50%">
<div class="card-body">
<h5 class="card-title text-center">Services</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
</div>
</div>
<div class="col-12 col-sm-6 col-md-4 col-lg-3 col-xl-2 p-4">
<div class="card border-info">
<img class="ms-5 mt-3" src="settings.png" alt="Services" width="50%">
<div class="card-body">
<h5 class="card-title text-center">Services</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="" id="experiences-section" style="padding-top: 5em; padding-bottom: 2em;">
<div class="container">
<h1 class="text-center">Experiences</h1>
<div class="row">
<div class="col-12 col-sm-3 col-md-4 pt-4">
<div class="card border-info">
<img class="ms-5 mt-3" src="settings.png" alt="Services" width="50%">
<div class="card-body">
<h5 class="card-title text-center">Experiences-1</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
</div>
</div>
<div class="col-12 col-sm-3 col-md-4 pt-4">
<div class="card border-info" >
<img class="ms-5 mt-3" src="settings.png" alt="Services" width="50%">
<div class="card-body">
<h5 class="card-title text-center">Services</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
</div>
</div>
<div class="col-12 col-sm-3 col-md-4 pt-4">
<div class="card border-info" >
<img class="ms-5 mt-3" src="settings.png" alt="Services" width="50%">
<div class="card-body">
<h5 class="card-title text-center">Services</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
</div>
</div>
<div class="col-12 col-sm-3 col-md-4 pt-4">
<div class="card border-info" >
<img class="ms-5 mt-3" src="settings.png" alt="Services" width="50%">
<div class="card-body">
<h5 class="card-title text-center">Services</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
</div>
</div>
<div class="col-12 col-sm-3 col-md-4 pt-4">
<div class="card border-info" >
<img class="ms-5 mt-3" src="settings.png" alt="Services" width="50%">
<div class="card-body">
<h5 class="card-title text-center">Services</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
</div>
</div>
<div class="col-12 col-sm-3 col-md-4 pt-4">
<div class="card border-info" >
<img class="ms-5 mt-3" src="settings.png" alt="Services" width="50%">
<div class="card-body">
<h5 class="card-title text-center">Services</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section>
<div class="container-fluid bg-light" id="contact-section" style="padding-top: 5em;">
<h1 class="text-center">Contact me</h1>
<div class="row justify-content-center">
<div class="col-12 col-sm-12 col-md-4">
<div class="mb-3">
<label for="exampleFormControlInput1" class="form-label">Email address</label>
<input type="email" class="form-control" id="exampleFormControlInput1" placeholder="Please enter your email address">
</div>
<div class="mb-3">
<label for="exampleFormControlTextarea1" class="form-label">Service description</label>
<textarea class="form-control" id="exampleFormControlTextarea1" rows="3" placeholder="Explain your issues in detail."></textarea>
</div>
<div class="mb-3 text-center">
<button type="submit" class="btn btn-primary" style="width: 100%;">Submit</button>
</div>
</div>
</div>
</div>
</section>
<footer class="bg-info">
<div class="container">
<div class="row">
<div class="col-md-12 text-center text-white">
<svg width="3%" aria-hidden="true" focusable="false" data-prefix="fab" data-icon="facebook-square" class="svg-inline--fa fa-facebook-square fa-w-14" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M400 32H48A48 48 0 0 0 0 80v352a48 48 0 0 0 48 48h137.25V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.27c-30.81 0-40.42 19.12-40.42 38.73V256h68.78l-11 71.69h-57.78V480H400a48 48 0 0 0 48-48V80a48 48 0 0 0-48-48z"></path>
</svg>
<svg width="3%"aria-hidden="true" focusable="false" data-prefix="fab" data-icon="google-plus-square" class="svg-inline--fa fa-google-plus-square fa-w-14" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM164 356c-55.3 0-100-44.7-100-100s44.7-100 100-100c27 0 49.5 9.8 67 26.2l-27.1 26.1c-7.4-7.1-20.3-15.4-39.8-15.4-34.1 0-61.9 28.2-61.9 63.2 0 34.9 27.8 63.2 61.9 63.2 39.6 0 54.4-28.5 56.8-43.1H164v-34.4h94.4c1 5 1.6 10.1 1.6 16.6 0 57.1-38.3 97.6-96 97.6zm220-81.8h-29v29h-29.2v-29h-29V245h29v-29H355v29h29v29.2z"></path></svg>
<svg width="3%" aria-hidden="true" focusable="false" data-prefix="fab" data-icon="twitter-square" class="svg-inline--fa fa-twitter-square fa-w-14" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-48.9 158.8c.2 2.8.2 5.7.2 8.5 0 86.7-66 186.6-186.6 186.6-37.2 0-71.7-10.8-100.7-29.4 5.3.6 10.4.8 15.8.8 30.7 0 58.9-10.4 81.4-28-28.8-.6-53-19.5-61.3-45.5 10.1 1.5 19.2 1.5 29.6-1.2-30-6.1-52.5-32.5-52.5-64.4v-.8c8.7 4.9 18.9 7.9 29.6 8.3a65.447 65.447 0 0 1-29.2-54.6c0-12.2 3.2-23.4 8.9-33.1 32.3 39.8 80.8 65.8 135.2 68.6-9.3-44.5 24-80.6 64-80.6 18.9 0 35.9 7.9 47.9 20.7 14.8-2.8 29-8.3 41.6-15.8-4.9 15.2-15.2 28-28.8 36.1 13.2-1.4 26-5.1 37.8-10.2-8.9 13.1-20.1 24.7-32.9 34z"></path></svg>
<p>Copyrights reserved</p>
</div>
</div>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.2/dist/umd/popper.min.js" integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.min.js" integrity="sha384-cVKIPhGWiC2Al4u+LWgxfKTRIcfu0JTxR+EQDz/bgldoEyl4H0zUF0QKbrJ0EcQF" crossorigin="anonymous"></script>
</body>
</html>