-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
348 lines (297 loc) · 15.4 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
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfolio Website</title>
<!-- google fonts link -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link
href="https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Poppins:wght@300;400;700&family=Staatliches&display=swap"
rel="stylesheet">
<!-- bootstarp css -->
<link rel="stylesheet" href="vendors/bootstarp/css/bootstrap.min.css">
<!-- custom css -->
<link rel="stylesheet" href="css/style.css">
<script src="https://kit.fontawesome.com/a076d05399.js"></script>
</head>
<body data-spy="scroll" data-target="#responsiveNavbar">
<div id="home">
<!-- navigation part start -->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top">
<a href="#" class="navbar-brand font-weight-bold">JU TECH</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#responsiveNavbar"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="menu-icon fas fa-bars"></span>
</button>
<div class="collapse navbar-collapse" id="responsiveNavbar">
<ul class="navbar-nav mx-auto text-center">
<li class="nav-item ">
<a class="nav-link" href="#home">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="#service">Service</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact</a>
</li>
</ul>
</div>
</nav>
<!-- navigation part end -->
<!-- background part start -->
<div class="background">
<img src="images/back1.jpg" alt="" width="100%" class="img-fluid">
</div>
<div class="heading-content text-center">
<h5>Hello I'm</h5>
<h1>Jashim Uddin</h1>
<p>And This is My World</p>
</div>
<!-- background part end -->
</div>
<!-- about part start -->
<div id="about" class="offset mt-4 pb-5 container">
<div class="about__heading text-center">
<h3 class="display-4 font-weight-bold">About Me</h3>
<hr class="w-25 mx-auto pb-5">
</div>
<div class="row">
<div class="col-lg-6 col-md-6 col-12 mb-5">
<img src="images/back1.jpg" alt="" class="img-fluid">
</div>
<div class="col-lg-6 col-md-6 col-12">
<h2>Wanna Know Me?</h2>
<hr>
<p>Lorem ipsum dolor, sit amet consectetur adipisicing elit. Blanditiis tempora officia quisquam
laudantium at, nemo voluptate vitae tenetur, pariatur accusantium omnis, iste debitis.
Repudiandae, alias. Unde dolorem obcaecati natus a!</p>
<p>Lorem ipsum dolor, sit amet consectetur adipisicing elit. Blanditiis tempora officia quisquam
laudantium at, nemo voluptate vitae tenetur.</p>
<button class="button">
<a href="#">Know More</a>
</button>
</div>
</div>
</div>
<!-- about part end -->
<!-- service part start -->
<div id="service" class="offset container mt-3 pb-5">
<div class="about__heading text-center">
<h3 class="display-4 font-weight-bold">Services</h3>
<hr class="w-25 mx-auto pb-5">
</div>
<div class="row">
<!-- one -->
<div class="col-lg-4 col-md-6 col-12 pb-5">
<div class="card">
<img src="images/work-1.jpg" class="card-img-top" alt="service-one">
<div class="card-body">
<h5 class="card-title">Ecommarce Website</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>
<a href="#" class="btn btn-dark streched-link">Live Preview</a>
</div>
</div>
</div>
<!-- one -->
<!-- two -->
<div class="col-lg-4 col-md-6 col-12 pb-5">
<div class="card">
<img src="images/work-2.jpg" class="card-img-top" alt="service-one">
<div class="card-body">
<h5 class="card-title">Blog Website</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>
<a href="#" class="btn btn-dark">Live Preview</a>
</div>
</div>
</div>
<!-- two -->
<!-- three -->
<div class="col-lg-4 col-md-6 col-12 pb-5">
<div class="card">
<img src="images/work-3.jpg" class="card-img-top" alt="service-one">
<div class="card-body">
<h5 class="card-title">Portfolio Website</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>
<a href="#" class="btn btn-dark">Live Preview</a>
</div>
</div>
</div>
<!-- three -->
<!-- four -->
<div class="col-lg-4 col-md-6 col-12 pb-5">
<div class="card">
<img src="images/work-4.jpg" class="card-img-top" alt="service-one">
<div class="card-body">
<h5 class="card-title">Company Website</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>
<a href="#" class="btn btn-dark">Live Preview</a>
</div>
</div>
</div>
<!-- four -->
<!-- five -->
<div class="col-lg-4 col-md-6 col-12 pb-5">
<div class="card">
<img src="images/work-5.jpg" class="card-img-top" alt="service-one">
<div class="card-body">
<h5 class="card-title">Company Website</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>
<a href="#" class="btn btn-dark">Live Preview</a>
</div>
</div>
</div>
<!-- five -->
<!-- six -->
<div class="col-lg-4 col-md-6 col-12 pb-5">
<div class="card">
<img src="images/work-6.jpg" class="card-img-top" alt="service-one">
<div class="card-body">
<h5 class="card-title">Company Website</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>
<a href="#" class="btn btn-dark">Live Preview</a>
</div>
</div>
</div>
<!-- six -->
<button class="button w-50 mx-auto mb-5">
<a href="$">Know More</a>
</button>
</div>
</div>
<!-- service part end -->
<!-- newsletter part start -->
<section class=" newsletter container-fluid mt-5 mb-5 mx-auto">
<h2 class="mt-5">Newsletter</h2>
<p>Subscribe to our newsletter to receive our latest news</p>
<form class="form-inline" action="/action_page.php">
<input type="email" class="form-control" placeholder="Enter email" id="email">
<button type="submit" class="btn btn-dark ml-2">Subscribe</button>
</form>
</section>
<!-- newsletter part end -->
<!-- contact part start -->
<div id="contact" class="offset mt-3 pb-5">
<div class="about__heading text-center">
<h3 class="display-4 font-weight-bold">Contact Us</h3>
<hr class="w-25 mx-auto pb-5">
</div>
<div class="container w-100">
<form action="/action_page.php" class="w-50 mx-auto">
<div class="form-group">
<label for="f-name">Full-Name:</label>
<input type="text" class="data-control" placeholder="Enter full-name" id="f-name">
</div>
<div class="form-group">
<label for="email">Email:</label>
<input type="email" class="data-control" placeholder="Enter Email" id="eamil">
</div>
<div class="form-group">
<label for="y-text">Your Text:</label>
<input type="text" class="data-control" placeholder="Enter text here" id="y-text">
</div>
<div class="form-froup mb-3">
<label for="exampleFormControlTextarea1" class="form-label">Your Message</label>
<textarea class="data-control" id="exampleFormControlTextarea1" rows="3"
placeholder="Write message"></textarea>
</div>
<button type="submit" class="btn btn-dark">SEND</button>
</form>
</div>
</div>
<!-- contact part end -->
<!-- footer part start -->
<footer class="bg-dark text-white text-center text-lg-start">
<!-- Grid container -->
<div class="container p-4">
<!--Grid row-->
<div class="row">
<!--Grid column-->
<div class="col-lg-6 col-md-12 mb-4 mb-md-0">
<h5 class="footer__title text-uppercase">Socail Links</h5>
<div class="socail__links mt-5">
<a class="text-white" href="https://github.com/jashimuddin360"> <i
class="fab fa-facebook"></i></a>
<a class="text-white" href="https://github.com/jashimuddin360"> <i
class="fab fa-twitter"></i></a>
<a class="text-white" href="https://github.com/jashimuddin360"><i
class="fab fa-linkedin"></i></a>
<a class="text-white" href="https://github.com/jashimuddin360"><i
class="fab fa-instagram"></i></a>
<a class="text-white" href="https://github.com/jashimuddin360"><i
class="fab fa-github"></i></a>
<a class="text-white" href="https://github.com/jashimuddin360"> <i
class="fab fa-figma"></i></a>
<a class="text-white" href="https://github.com/jashimuddin360"> <i
class="fab fa-youtube"></i></a>
</div>
</div>
<!--Grid column-->
<!--Grid column-->
<div class="col-lg-3 col-md-6 mb-4 mb-md-0 text-left">
<h5 class="footer__title text-uppercase">Products</h5>
<ul class="list-unstyled mb-0">
<li>
<a href="#!" class="text-white">Landing Page</a>
</li>
<li>
<a href="#!" class="text-white">Newspaper Website</a>
</li>
<li>
<a href="#!" class="text-white">Responsive Website</a>
</li>
<li>
<a href="#!" class="text-white">Procoder</a>
</li>
</ul>
</div>
<!--Grid column-->
<!--Grid column-->
<div class="col-lg-3 col-md-6 mb-4 mb-md-0">
<h5 class="footer__title text-uppercase mb-0 text-left">Useful Links</h5>
<ul class="list-unstyled text-left">
<li>
<a href="#!" class="text-white">Your Account</a>
</li>
<li>
<a href="#!" class="text-white">Hire Me</a>
</li>
<li>
<a href="#!" class="text-white">Design Website</a>
</li>
<li>
<a href="#!" class="text-white">Contact Me</a>
</li>
<li>
<a href="#!" class="text-white">Help </a>
</li>
</ul>
</div>
<!--Grid column-->
</div>
<!--Grid row-->
</div>
<!-- Grid container -->
<!-- Copyright -->
<div class="text-center p-3" style="background-color: rgba(0, 0, 0, 0.2)">
© 2021 Copyright:
<a class="text-white" href="https://github.com/jashimuddin360">Jashim Uddin</a>
</div>
<!-- Copyright -->
</footer>
<!-- footer part end -->
<!-- js -->
<script src="vendors/bootstarp/js/jquery-3.5.1.slim.min.js"></script>
<script src="vendors/bootstarp/js//popper.min.js"></script>
<script src="vendors/bootstarp/js/bootstrap.min.js"></script>
</body>
</html>