-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
329 lines (299 loc) · 15 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>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="js/bootstrap.min.js">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css">
<title>myPortfolio</title>
<!-- Bootstrap CSS (jsDelivr CDN) -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<!-- Bootstrap Bundle JS (jsDelivr CDN) -->
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
</head>
<body data-spy="scroll" data-target="#navbarResponsive">
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbar" aria-expanded="false" aria-label="navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse " id="navbarResponsive">
<ul class="navbar-nav mx-auto text-uppercase">
<li class="nav-item">
<a href="#home" class="nav-link">Home</a>
</li>
<li class="nav-item">
<a href="#about" class="nav-link">About</a>
</li>
<li class="nav-item">
<a href="#services" class="nav-link">Services</a>
</li>
<li class="nav-item">
<a href="#contact" class="nav-link">Contact</a>
</li>
</ul>
</div>
</nav>
<!-- home start -->
<div id="home" class="background">
<img src="images/city1.jpg" alt="city1" class="img-fluid">
<div class="heading-content text-center ">
<h5>Hello, I`m</h5>
<h1>Kostiv Denis</h1>
<p class="text-uppercase ">and this my world</p>
</div>
</div>
<!-- home end -->
<!-- about start -->
<div id="about" class="offset container mt-3 pb-5">
<div class="text-center post-heading">
<h3 class="display-4 font-weight-bold">About me</h3>
<hr class="w-50 mx-auto mb-5">
</div>
<div class="row">
<div class="col-lg-5 col-md-5 col-12 pb-4 offset-1">
<img src="images/me.jpg" alt="me" 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. Ratione veniam reprehenderit tempora voluptas ut nam quia. Veritatis recusandae repellat corporis fugit, nisi incidunt id? Animi quidem voluptatum minus accusamus facere quam, dolorum ex et asperiores
iure voluptatibus res placeat! Sunt nulla beatae voluptatem sequi voluptas ipsam, repellat molestias eaque saepe eligendi deserunt maxime omnis, unde, facilis autem eum asperiores nisi ad fugiat qui fugit quam amet voluptatum. Perspiciatis,
optio laborum. Corporis dolor quia modi rem voluptatum excepturi molestiae neque tempora, iure aperiam minus officiis
</p>
<button class="btn w-50 ">
<a href="#" class="text-uppercase">Know more</a>
</button>
</div>
</div>
</div>
<!-- about end -->
<!-- services start -->
<div id="services" class="offset container mt-3 pb-5">
<div class="text-center post-heading">
<h3 class="display-4 font-weight-bold">Service</h3>
<hr class="w-50 mx-auto mb-5">
</div>
<div class="row">
<div class="col-lg-4 col-md-6 col-12 pb-5">
<div class="card">
<img class="card-img-top" src="images/service1.jfif" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Card title</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">Go somewhere</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-12 pb-5">
<div class="card">
<img class="card-img-top" src="images/service2.jfif" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Card title</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">Go somewhere</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-12 pb-5">
<div class="card">
<img class="card-img-top" src="images/service3.jpg" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Card title</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">Go somewhere</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-12 pb-5">
<div class="card">
<img class="card-img-top" src="images/service3.jpg" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Card title</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">Go somewhere</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-12 pb-5">
<div class="card">
<img class="card-img-top" src="images/service2.jfif" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Card title</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">Go somewhere</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-12 pb-5">
<div class="card">
<img class="card-img-top" src="images/service1.jfif" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Card title</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">Go somewhere</a>
</div>
</div>
</div>
<button class="button mb-5 w-50 mx-auto">
<a href="#" class="text-uppercase">Know more</a>
</button>
</div>
</div>
<!-- services end -->
<!-- Newsletter start -->
<section class="sec1 container-fluid mt-5 pb-5">
<h2 class="mt-5">Newsletter</h2>
<p>Subscripe to our newsletter to receive our laters news. </p>
<form class="form-inline mt-2" action="">
<input type="email" class="form-control" placeholder="Enter Email" id="email">
<button type="submit" class="btn btn-dark ml-2">Subscripe</button>
</form>
</section>
<!-- Newsletter end -->
<!-- contact start -->
<div id="contact" class="offset w-50 mx-auto mt-5 pb-5">
<div class="text-center post-heading">
<h3 class="display-4 font-weight-bold">Contact Us</h3>
<hr class="w-50 mx-auto mb-5">
</div>
<form action="">
<div class="form-group">
<label for="name">Full Name:</label>
<input type="text" class="form-control" id="name">
</div>
<div class="form-group">
<label for="email">Email address:</label>
<input type="email" class="form-control" id="email">
</div>
<div class="form-group">
<label for="name">Your text:</label>
<textarea class="form-control" cols="30" rows="5"></textarea>
</div>
<button type="submit" class="btn btn-dark px-5">Sent</button>
</form>
</div>
<!-- contact end -->
<!-- footer start -->
<footer class="text-center text-lg-start bg-light text-muted">
<!-- Section: Social media -->
<section class=" foot ">
<div class="container d-flex justify-content-center justify-content-lg-between p-4 ">
<div class="me-5 d-none d-lg-block">
<span>Get connected with us on social networks:</span>
</div>
<div>
<a href="" class="me-4 text-reset">
<i class="fab fa-facebook-f"></i>
</a>
<a href="" class="me-4 text-reset">
<i class="fab fa-twitter"></i>
</a>
<a href="" class="me-4 text-reset">
<i class="fab fa-google"></i>
</a>
<a href="" class="me-4 text-reset">
<i class="fab fa-instagram"></i>
</a>
<a href="" class="me-4 text-reset">
<i class="fab fa-linkedin"></i>
</a>
<a href="" class="me-4 text-reset">
<i class="fab fa-github"></i>
</a>
</div>
</div>
</section>
<!-- Section: Social media -->
<!-- Section: Links -->
<section class="">
<div class="container text-center text-md-start mt-5">
<!-- Grid row -->
<div class="row mt-3">
<!-- Grid column -->
<div class="col-md-3 col-lg-4 col-xl-3 mx-auto mb-4">
<!-- Content -->
<h6 class="text-uppercase fw-bold mb-4">
<i class="fas fa-gem me-3"></i>Company name
</h6>
<p>
Here you can use rows and columns to organize your footer content. Lorem ipsum dolor sit amet, consectetur adipisicing elit.
</p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-2 col-lg-2 col-xl-2 mx-auto mb-4 text-d">
<!-- Links -->
<h6 class="text-uppercase fw-bold mb-4">
Products
</h6>
<p>
<a href="#!" class="text-reset">Angular</a>
</p>
<p>
<a href="#!" class="text-reset">React</a>
</p>
<p>
<a href="#!" class="text-reset">Vue</a>
</p>
<p>
<a href="#!" class="text-reset">Laravel</a>
</p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-3 col-lg-2 col-xl-2 mx-auto mb-4 text-d">
<!-- Links -->
<h6 class="text-uppercase fw-bold mb-4">
Useful links
</h6>
<p>
<a href="#!" class="text-reset">Pricing</a>
</p>
<p>
<a href="#!" class="text-reset">Settings</a>
</p>
<p>
<a href="#!" class="text-reset">Orders</a>
</p>
<p>
<a href="#!" class="text-reset">Help</a>
</p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-4 col-lg-3 col-xl-3 mx-auto mb-md-0 mb-4">
<!-- Links -->
<h6 class="text-uppercase fw-bold mb-4">
Contact
</h6>
<p><i class="fas fa-home me-3"></i> New York, NY 10012, US</p>
<p>
<i class="fas fa-envelope me-3"></i> [email protected]
</p>
<p><i class="fas fa-phone me-3"></i> + 01 234 567 88</p>
<p><i class="fas fa-print me-3"></i> + 01 234 567 89</p>
</div>
<!-- Grid column -->
</div>
<!-- Grid row -->
</div>
</section>
<!-- Section: Links -->
<!-- Copyright -->
<div class="text-center p-4" style="background-color: rgba(0, 0, 0, 0.05);">
© 2021 Copyright:
<a class="text-reset fw-bold" href="https://mdbootstrap.com/">MDBootstrap.com</a>
</div>
<!-- Copyright -->
</footer>
<!-- Footer -->
<!-- footer end -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
</body>
</html>