-
Notifications
You must be signed in to change notification settings - Fork 0
/
work.html
93 lines (84 loc) · 5.24 KB
/
work.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
<! DOCTYPE html>
<html>
<head>
<title> I'm Irina. Let's do something together. </title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="I'm Irina. Let's do something together.">
<meta property="og:image" content="Work.jpg">
<meta property="og:description" content="I'm Irina. Let's work, learn languages, do yoga and travel together.">
<link rel="stylesheet" href="work.css">
<script src="JS.js" type="text/javascript"> </script>
<!-- Yandex.Metrika counter -->
<script type="text/javascript" >
(function (d, w, c) {
(w[c] = w[c] || []).push(function() {
try {
w.yaCounter49643053 = new Ya.Metrika2({
id:49643053,
clickmap:true,
trackLinks:true,
accurateTrackBounce:true,
webvisor:true
});
} catch(e) { }
});
var n = d.getElementsByTagName("script")[0],
s = d.createElement("script"),
f = function () { n.parentNode.insertBefore(s, n); };
s.type = "text/javascript";
s.async = true;
s.src = "https://mc.yandex.ru/metrika/tag.js";
if (w.opera == "[object Opera]") {
d.addEventListener("DOMContentLoaded", f, false);
} else { f(); }
})(document, window, "yandex_metrika_callbacks2");
</script>
<noscript><div><img src="https://mc.yandex.ru/watch/49643053" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
<!-- /Yandex.Metrika counter -->
</head>
<body>
<h1><a href="index.html"><img src="images/II.jpg" alt="I'm Irina"></a></h1>
<h2>Let's do things together</h2>
<nav>
<ul>
<li><a href="work.html">Work</a></li>
<li><a href="language.html">Learn Languages</a></li>
<li><a href="yoga.html">Do Yoga</a></li>
<li><a href="travel.html">Travel</a></li>
</ul>
</nav>
<div class = "work-text">
<h3> Work.</h3>
<img src="images/IIwork.jpg" class="center" float alt="Work together.">
<p>My entire life I thought that people who can code have some sort of a superhero power. It fascinated me how someone was able to create things to make other people’s life easier. When I was 30 years and 11 months old I started looking into it myself. I found out either it’s not that complicated or I’m not as hopeless as I thought.</p>
<p>Before that beautiful coding enlightenment happened in my life I had lived in Russia, gained a Master’s degree in Public relations, for 5 years worked as a PR manager in various fields (most of the time media related). After the recent crisis (annexation of Crimea) I was made redundant and there were no career opportunities for me. So I decided to change my career path and my country. I became a certified English teacher and came to China. I’ve been in China for three years and here my beautiful coding enlightenment took place. (You can find my detailed CV on <a href="https://www.linkedin.com/in/irina-penzina-81a3a39a/">LinkedIn</a> or just request it from me). </p>
<p>When I was diagnosed with love for coding - first, I built this website, second, I took <a href="https://www.sololearn.com/Profile/9107675">SoloLearn</a> (HTML, CSS, JavaScript), <a href="https://docs.cs50.net/2018/x/syllabus.html">Harvard cs50</a> (the course includes C, Python, SQLite, JavaScript, Jinja - my final project is<a href="https://www.youtube.com/watch?v=DRhBRQdQa14&lc=z22udpxyuqzbgxzoo04t1aokgel04z44t1eocvkrbhbybk0h00410">here</a>) third, I was enrolled to <a href="https://www.lewagon.com/shanghai">Le Wagon</a>.</p>
<p>Now I just can't wait to become a full time web developer.</p>
<p>Please, <a href="mailto:[email protected]">contact me</a> if you are looking for:</p>
<ul>
<li>someone who can explain some basics in coding to you;</li>
<li>someone to create a project with.</li>
</ul>
</div>
<div class="cert">
<img src="images/CS50.jpg" class="zoom3" width="350px" height="200px" alt="cs50 Harvard certificate.">
</div>
<div class="recom">
<img src="images/Recommendation letter Patrice Nordey.jpg" class="zoom" width="200px" height="250px" alt="Recommendation letter Patrice Nordey.">
<img src="images/Recommendation letter Kvasova.jpg" class="zoom1" width="200px" height="250px" alt="Recommendation letter Kvasova.">
<img src="images/Recommendation letter Purizaca.jpg" class="zoom2" width="200px" height="250px" alt="Recommendation letter Purizaca .">
</div>
<footer>
<div class="section">
<ul>
<li><a href="https://github.com/IrinaPenzina/"><img src="images/icons/github.jpg"alt="Github" width="30"></a></li>
<li><a href="https://www.linkedin.com/in/irina-penzina-81a3a39a/"><img src="images/icons/in.png"alt="LinkdIn" width="30"></a></li>
<li><a href="https://www.instagram.com/iri_/"><img src="images/icons/insta.jpg"alt="Instagram" width="30"></a></li>
<li><a href="https://www.facebook.com/penzina.irina"><img src="images/icons/fb.png"alt="Facebook" width="30"></a></li>
<li><a href="https://vk.com/i.penzina"><img src="images/icons/vk.png"alt="VK" width="30"></a></li>
</ul>
</div>
<p>©Copyright - Irina Penzina, 2018</p>
</footer>
</body>
</html>