-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
152 lines (136 loc) · 5.3 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
<!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">
<meta property="og:image" content="images/vendula-loves-memes.jpg">
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@300;500&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<title>Vendula Bezáková - resume</title>
</head>
<body>
<header>
<nav>
<label for="touch"><span>Menu</span></label>
<input type="checkbox" id="touch">
<ul class="dropdown">
<li>
<a href="#strenghts">strenghts</a>
</li>
<li>
<a href="#skills">skills</a>
</li>
<li>
<a href="#experiences">experiences</a>
</li>
<li>
<a href="#certificates">certificates</a>
</li>
<li>
<a href="#contact" class="button">contact</a>
</li>
</ul>
</nav>
</header>
<section class="intro">
<div class="left">
<h1>I am Vendula, <br>
webmaster</h1>
<p>My goal is to keep our websites functional, intuitive, useful and easy to use.</p>
</div>
<div class="right">
<img src="images/vendula-bezakova-profile-photo.jpg">
</div>
</section>
<section class="strenghts" id="strenghts">
<div class="left">
<h2>What are my strongest sides?
</h2>
<p>The StrengthsFinder assessment is a personal development tool developed by Gallup Education, which provides an individual with their “Top 5” strengths. 34 different strength themes are divided into four domains of Strategic Thinking, Relationship Building, Influencing and Executing. Which are mine?</p>
<p>I love exploring and to be curious. I think deeply and often. I share my visions of better future. I'm using my passion for learning to add value to my own and others' lives. My connections are deeply.</p>
</div>
<div class="right" style="text-align: center;">
<p class="tiles">Learner</p>
<p class="tiles">Futuristic</p>
<p class="tiles">Intellection</p>
<p class="tiles">Input</p>
<p class="tiles">Relator</p>
</div>
</section>
<section class="overview" id="skills">
<h2 style="text-align: center; color:white">Overview of my skills
</h2>
<div class="skills">
<ul>
<li>HTML/CSS</li>
<li>Bootstrap</li>
<li>Kentico CMS</li>
<li>Wordpress CMS</li>
<li>Django Basics</li>
<li>SEO</li>
<li>Visual Studio Code</li>
<li>Google Search Console</li>
</ul>
</div>
</section>
<section class="experiences" id="experiences">
<!--<div class="vl"></div> #vertikalni linka-->
<h2 style="text-align: center;">Working experiences</h2>
<div class="left">
<p style="text-align:right"><b>11/2020 - now</b><br>
Webmaster in Purple Trading <br>brokerage</p>
<p> <br>
</p>
<p style="text-align:right"><b>2/2016 - 5/2018</b><br>
Online marketing specialist in Slam.CZ <br>web agency</p>
</div>
<div class="right">
<p> <br>
</p>
<p><b>6/2018 - 3/2020</b><br>
Online marketing specialist in CleverFarm <br>startup</p>
</div>
</section>
<section class="certificates" style="color: white;" id="certificates">
<div class="left">
<h2 style="color: white;">Certificates,<br>
& trainings</h2>
</div>
<div class="right">
<p>I love to learn. My natural ability is to pick up and absorb information quickly and to challenge myself to continually learn more.</p>
</div>
<div class="logos">
<div>
<a href="images/django.jpeg" target="_blank" ><img src="images/django-logo.png" title="Click for certificate"></a>
</div>
<div>
<a href="images/htmlcss.jpeg" target="_blank" ><img src="images/html-css-logos.png" title="Click for certificate"></a>
</div>
<div>
<a href="images/python.jpeg" target="_blank" ><img src="images/Python_logo.png" title="Click for certificate"></a>
</div>
<div>
<a href="images/ga.jpeg" target="_blank" ><img src="images/ga.png" title="Click for certificate"></a>
</div>
</div>
</section>
<section class="intro" style="padding-bottom: 0" id="contact">
<div class="left">
<img src="images/vendula-loves-memes.jpg">
</div>
<div class="right" id="contact">
<h2>Feel free to contact me</h2>
<a href="mailto:[email protected]"><i class="fa fa-envelope" style="color:#414833;padding-right: 15px;"></i>[email protected]</a>
<a href="https://www.linkedin.com/in/vendula-bezakova/"><i class="fa fa-linkedin" style="color:#414833;padding-right: 15px"></i>Linkedin</a>
<a href="https://github.com/vendulabezakova"><i class="fa fa-github" style="color:#414833;padding-right: 15px"></i>Github</a>
</div>
</section>
<footer>
<p>© Copyright 2022, Vendula Bezáková</p>
</footer>
</body>
</html>