-
Notifications
You must be signed in to change notification settings - Fork 0
/
index2.html
114 lines (112 loc) · 6.71 KB
/
index2.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
<!DOCTYPE html>
<html land = 'en-GB'>
<head>
<meta charset = 'UTF-8'>
<title>'Mariya Peychinova - Personal Website'</title>
<meta name = 'description' content = 'Personal Website created to support my application for Founders and Coders Cohort of Spring 2021'>
<meta name = 'author' content = 'Mariya Peychinova'>
<meta name = 'viewport' content = 'width=device-width, initial-scale=1.0'>
<link href = 'css/style.css' rel = 'stylesheet' type = 'text/css'>
<link rel='icon' type='image/png' sizes='32x32' href='images/favicon_io/favicon-32x32.png'>
</head>
<body class = 'pages'>
<nav>
<div class = 'hamburger'>
<div class = 'line1'></div>
<div class = 'line2'></div>
<div class = 'line3'></div>
</div>
<ul class = 'nav-links'>
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="index2.html">About me</a>
</li>
<li>
<a href="index3.html">More about me</a>
</li>
<li>
<a href="index4.html">Why FAC?</a>
</li>
</ul>
</nav>
<section class = 'page2-4'>
<div class = 'image-div2-4'>
<img class = 'library2-4' src="images/page2.jpg" alt="A library">
</div>
<aside class = 'aside2-4'>
<h3>Hi, I'm Mariya.</h3>
<br>
<p>
I’m an optimist. An extrovert. A big picture thinker.
I love changes, fresh ideas and energising conversations.
</p>
<br>
<p>
A friend of mine once told me that everyone has a story. Here is mine!
</p>
<br>
<p>
I always had trouble with the “What do you want to be when you grow up?” thing.
This question was asked of me again and again, as I got older, in various forms. At some point, "What do you want to be when you grow up" went from a cute exercise, to the thing that kept me up at night.
In times like this, when I felt intense pressure to find my true purpose and calling, I realised that some are good at many things, and I may have an eclectic career path as I am not afraid to try new skills and continue to learn about new ideas.
</p>
<br>
<p>
Back in Bulgaria I have 15 years of experience in Customer Services positions. The last six of them I worked on creating and growing my own retail business.
Since I came in the UK, I changed my occupation and became a nanny.
As I like communicating with people and work in a team, I really enjoyed working in partnership with the family and taking responsibility for the safety and development of their children.
</p>
</aside>
<p>
After I started my own family and became busy with our two children,
I quickly realized that I am no longer able to dedicate my time and efforts to another family and I must start looking for new career opportunities.
</p>
<br>
<p>
Motherhood made me stronger than I ever thought possible, taught me to be patient, to laugh at myself and to stand up for the things I love and believe in.
But being off work for so long time, I somehow lost confidence and started thinking that I am not good enough and can’t compete with others on the job market.
</p>
<br>
<p>
Two years ago, I started an incredible journey with ACL Islington. That was a huge growth period for me.
Gave me fantastic experience and valuable skills. I met people from all walks of life and tutors who showed me my strengths, helped put my life in perspective and gave me new ideas.
From shy housewife who spends all her time with the kids at home I turned into a confident, better person, who has faith in herself.
</p>
<br>
<p>
I started dreaming for a fast-paced, growing startup where my efforts could truly move the needle.
I tried to discover what makes a product valuable and easy to sell besides promotion and persuasiveness.
After careful and thorough research, I found my niche and felt ready to jump back into the retail.
After managing for a while my e-comers, which is built with one of the website building platforms, I became more curious about how the things work in the roots and started wondering whether I will be ever able to really understand the code and change it without spoiling my website.
</p>
<br>
<p>
The last two years studying with ACL Islington and working on creating my business were a huge life changer for me.
I was lucky to come across the partnership between Islington Council and Founders and Coders, which is devoted to present an opportunity to more people with different background to try and get into web development.
A door was open, and I walked through it, with hope and excitement.
Thanks to that, I am now on a mission to get ready for my next adventure, mastering web development.
Building this website is my personal preparation to this.
</p>
<br>
<p>
This moment feels important.
I live in the best city in the world - London, I have twenty-five years of work experience, two children and the ambition to become a web developer. I feel I am in a position where I can take a risk. I have learnt that it is rarely a waste of time to pursue something I am drawn to, even if I end up quitting.
I can apply that knowledge in a different field entirely, in a way I couldn't have anticipated.
</p>
</section>
<footer>
<ul>
<li><a id = 'GitHub' href = 'https://github.com/MariyaPeychinova/Application-Website' target = '_blank'>
<img src = 'images/github.svg' class = logo alt = 'GitHub logo'></a></li>
<li><a id = 'freeCodeCamp' href = 'https://www.freecodecamp.org/fcc3c943f6a-05bc-4ccf-9d52-910a39532c2e' target = '_blank'>
<img src = 'images/freecodecamp.svg' class = logo alt = 'freeCodeCamp logo'></a></li>
<li><a id = 'Codewars' href = 'https://www.codewars.com/users/MariyaP' target = '_blank'>
<img src = 'images/codewars.svg' class = logo alt = 'Codewars'></a></li>
</ul>
</footer>
<script src = 'js/nav.js'></script>
<script src = 'js/pages.js'></script>
</body>
</html>