-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
444 lines (439 loc) · 17.9 KB
/
about.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
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="styles.css" />
<link rel="stylesheet" href="responsive.css" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500&family=Roboto+Condensed:wght@300;400;700&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css"
integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p"
crossorigin="anonymous"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
/>
<!-- Magnific Popup core CSS file -->
<link rel="stylesheet" href="magnific-popup/magnific-popup.css" />
<title>Web Development</title>
</head>
<body>
<!-- NAVBAR -->
<header>
<nav class="navbar navbar-expand-lg navbar-light bg-light fixed-top">
<div class="container-fluid">
<div class="custom-wrapper">
<a class="navbar-brand" href="#gallery">Portfolio</a>
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#my-menu"
aria-controls="my-menu"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="my-menu">
<div class="navbar-nav">
<ul>
<li><a class="nav-link" href="./index">Home</a>|</li>
<li>
<a class="nav-link active" href="./about">My Work</a>|
</li>
<li><a class="nav-link" href="./pricing">Pricing</a>|</li>
<li><a class="nav-link" href="./contact">Contact</a></li>
</ul>
</div>
</div>
</div>
</div>
</nav>
</header>
<section id="about">
<!-- about right side -->
<div class="page-title"></div>
<div id="about-bg-diagonal" class="img-about-parallax"></div>
<!-- about left side -->
<div class="container" id="custom-container">
<div class="row">
<div class="col-md-8 w-100">
<div id="about-content-box">
<div id="about-content-box-outer">
<div id="about-content-box-inner">
<div
class="content-title wow animate__animated animate__fadeInDown"
data-wow-duration="1s"
data-wow-delay="0"
>
<h3>My Story</h3>
<div class="content-underline"></div>
</div>
<div
id="about-desc"
class="wow animate__animated animate__fadeInUp"
data-wow-duration="1s"
data-wow-delay="0"
>
<p>
My career started in the food retail industry where I have
worked myself up from a waitress to the Food Safety &
Heath and Safety Department. During this period of my
life, I worked very hard to obtain required
qualifications, as well as gaining valuable experience in
customer service, team and project management. I was yet
to find coding...
</p>
</div>
<div id="about-btn">
<a
class="btn btn-lg btn-general btn-color d-none d-md-block"
href="#read-on"
role="button"
>Read On</a
>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<p id="read-on">
Although I loved my job, I found that I had a creative side that was
caged up. Throughout those years, I always had a hobby that would keep
developing my creative skills. I took on photography, oil painting, cake
sculptures and more. I never stopped because I love to think
differently. I also found myself consulting food retail start-ups in UK
on how to grow their businesses ensuring all safety practises are being
adhered to according to the latest legislations.
<br />
<br />
After my maternity leave, I realised that I needed a change and was on a
lookout for the new career opportunity. I knew that I was very good at
logical, structured parts of my H&S job, but I wanted to bring the
creativity into my daily work routine. This is how I found coding. I
absolutely fallen in love with web development.
<br /><br />
<strong> My mission</strong> is to help businesses of all industries to
stand firmly on their two feet in the digital world. I enjoy every step
of my journey in web development and I will be delighted for you to join
me on this exciting adventure. <br /><br />
Website creation doesn’t have to be boring or scary, I know how to
manage the project from start to finish and let me share a secret with
you - my passion for the work I do shows. <br /><br />
I believe in honest, transparent communication with my clients. I focus
on user experience to achieve my clients business objectives. I'm always
on the look out for new and exciting opportunities. <br /><br />
Don't overthink things, get in touch!
<a href="./contact.php">Let's connect.</a>
</p>
</section>
<!-- PORTFOLIO -->
<section id="portfolio">
<div class="container">
<div class="row">
<div class="col-md-12">
<div id="work-content-box">
<div
class="content-title wow animate__animated animate__fadeInDown"
data-wow-duration="1s"
data-wow-delay="0"
>
<h3>My Work</h3>
<div class="content-underline"></div>
</div>
<div
id="about-desc-2"
class="wow animate__animated animate__fadeInUp"
data-wow-duration="1s"
data-wow-delay="0"
>
<p>
I am currently working on my portfolio ensuring the highest
standards in web development are achieved. My goal is to know,
once a potential customer lands on my clients website, the
focus stays on delivering their message in a language their
customers will understand and ensuring that they have a
positive user experience throughout. This means quick loading
time, responsive design, mobile friendly, quality content and
easy navigation throughout your website.
</p>
<div class="mx-auto w-50 text-center">
<p>Got a project in mind? Give me a shout, let’s talk!</p>
<div class="contactme-btn">
<a
class="btn btn-lg btn-general btn-color"
href="./contact.php"
role="button"
>Contact Me</a
>
</div>
</div>
</div>
<div
class="row content-title wow animate__animated animate__fadeInUp"
data-wow-duration="1s"
data-wow-delay="0"
id="gallery"
data-toggle="modal"
data-target="natModal"
>
<div class="col-md-4 col-6">
<img
class="w-100"
src="./img/Portfolio/coming-soon-neonsign.jpg"
alt="coming soon"
data-toggle="modal"
data-target="#natModal"
data-slide-to="0"
/>
</div>
<div class="col-md-4 col-6">
<img
class="w-100"
src="./img/Portfolio/coming-soon-bulb.png"
alt="coming soon"
data-toggle="modal"
data-target="#natModal"
data-slide-to="1"
/>
</div>
<div class="col-md-4 d-none d-md-block">
<img
class="w-100"
src="./img/Portfolio/coming-soon-neonsign.jpg"
alt="coming soon"
data-toggle="modal"
data-target="#natModal"
data-slide-to="2"
/>
</div>
<!-- Modal with carousel -->
<div
class="modal fade"
id="natModal"
tabindex="-1"
role="dialog"
aria-hidden="true"
>
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<button
type="button"
class="close"
data-dismiss="modal"
aria-label="Close"
>
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<div
id="carousel"
class="carousel slide"
data-ride="carousel"
>
<ol class="carousel-indicators">
<li
data-target="#carousel"
data-slide-to="0"
class="active"
></li>
<li data-target="#carousel" data-slide-to="1"></li>
<li data-target="#carousel" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img
class="d-block w-100"
src="./img/Portfolio/coming-soon-neonsign.jpg"
alt="First slide"
/>
</div>
<div class="carousel-item">
<img
class="d-block w-100"
src="./img/Portfolio/coming-soon-bulb.png"
alt="Second slide"
/>
</div>
<div class="carousel-item">
<img
class="d-block w-100"
src="./img/Portfolio/coming-soon-neonsign.jpg"
alt="Third slide"
/>
</div>
</div>
<a
class="carousel-control-prev"
href="#carousel"
role="button"
data-slide="prev"
>
<span
class="carousel-control-prev-icon"
aria-hidden="true"
></span>
<span class="sr-only">Previous</span>
</a>
<a
class="carousel-control-next"
href="#carousel"
role="button"
data-slide="next"
>
<span
class="carousel-control-next-icon"
aria-hidden="true"
></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
<div class="modal-footer">
<button
type="button"
class="btn btn-secondary"
data-dismiss="modal"
>
Close
</button>
</div>
</div>
</div>
</div>
<!-- line brake -->
<br />
<br />
<br />
<br />
<br />
</div>
</div>
</div>
</div>
</div>
<!-- -->
<div
class="content-title wow animate__animated animate__fadeInDown"
data-wow-duration="1s"
data-wow-delay="0"
>
<h3 id="support-div">Show your support</h3>
<div class="content-underline"></div>
<div
class="row content-title wow animate__animated animate__fadeInUp"
data-wow-duration="1s"
data-wow-delay="0"
>
<div class="col-sm-12">
<div class="card mb-3 w-75 price-body mx-auto">
<div class="row no-gutters">
<div class="col-md-4" id="support-img">
<img src="./img/morning.jpg" class="card-img" alt="coffee" />
</div>
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title">
Do you like my work and want to support me? <br />
You could buy me a coffee!
</h5>
<p class="card-text">
Currently I work on establishing my portfolio providing
free services to local charities and businesses that were
affected by COVID19. <br />
If you want to support me on my mission of goodwill or
maybe you want to say thank you for all the goodies I post
on my Instagram blog - you could buy me a coffee.
<br />
One coffee costs £3 and would fuel my brain for many
nights of coding. <br />
I really appreciate your love and support!
<br />
<br />
(The button below will take you to an official
buymeacoffee.com page where you can see all support I
received so far)
</p>
<div>
<a
href="https://www.buymeacoffee.com/natashacodes"
target="_blank"
><img
src="https://img.buymeacoffee.com/button-api/?text=Buy me a coffee&emoji=&slug=natashacodes&button_colour=FFDD00&font_colour=000000&font_family=Cookie&outline_colour=000000&coffee_colour=ffffff"
alt="buymeacoffee button"
/></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- footer -->
<footer>
<div id="footer-bottom">
<div class="container">
<div class="row">
<div class="col-md-6">
<div id="footer-copyrights">
<p>
Copyrights © 2020 All Rights Reserved by Natasha Benyak
</p>
</div>
</div>
<div class="col-md-6 d-none d-md-block">
<div id="footer-menu">
<ul>
<li><a href="./index">Home</a>|</li>
<li><a href="./about">My Work</a>|</li>
<li><a href="./pricing">Pricing</a>|</li>
<li><a href="./contact">Contact</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- Javascript links (jQuery; popper; bootstrap; custom JS) -->
<script
src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"
integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"
integrity="sha384-w1Q4orYjBQndcko6MimVbzY0tgp4pWB4lZ7lr30WKz0vr/aWKhXdBNmNb5D92v7s"
crossorigin="anonymous"
></script>
<!-- Magnific Popup core JS file -->
<script src="js/wow/wow.min.js"></script>
<script src="./custom.js"></script>
<script src="magnific-popup/jquery.magnific-popup.js"></script>
</body>
</html>