-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcv.html
156 lines (123 loc) · 4.37 KB
/
cv.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>cefał</title>
<meta name="description" content="your description">
<meta name="author" content="your name">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<bgrimg src="t%C5%82o.png"/>
<header>
<div>
<img src="portret.png" class="avatar"/>
</div>
<h1>Jagoda Wielbacka</h1>
<section>
<h4>Graphic Design & Illustration</h4>
</section>
</header>
<main>
<!--Courses -->
<section>
<h3>Courses & Workshops</h3>
<article class='course'>
<div class='title'>
Basics of UX
</div>
<div class="description">
<p>Eduweb.pl 01.2020
- Basic knowledge and principles of UX in
web design</p>
</div>
<div class='title'>
JavaScript 2-days workshops
</div>
<div class="description">
<p>GirlsJs 06.2019
- Create web application using JavaScript and
NASA API</p>
</div>
<div class='title'>
Photoshop course for web designer
</div>
<div class="description">
<p>Strefa Kursów 01.2019
- Basic and intermediate Photoshop skills for
webdesign</p>
</div>
<div class='title'>
First website with HTML & CSS, JavaScript
</div>
<div class="description">
<p>Microsoft Virtual Academy
- Create website using HTML5, CSS3, JavaScript</p>
</div>
</article>
</section>
<!-- work -->
<section>
<h3>Work Experience</h3>
<article class='experience'>
<div class='title'>
<span>11.2017 - now</span> <br>Freelance Graphic Designer
</div>
<div class='description'>
<ul class='list'>
<li>Logo & brand design<li/>
<li> Web design, UX/UI projects, prototypes <li/>
<li> Illustrations<li/>
<li> Others: leaflets, business cards, social media graphics</li>
</ul>
</div>
<div class='title'>
<span>06.2018 - 09.2019</span> <br>Florist
</div>
<div class='description'>
<ul class='list'>
<li>Flower composition</li>
<li>Customer service</li>
</ul>
</div>
</article>
</section>
<!-- Skilss -->
<section>
<h3>Skills</h3>
<div class='skills'>
<div class="column">
<ul class="list">
<li>Adobe: Photoshop / Illustrator</li>
<li>Coding skills: HTML / CSS / JavaScript</li>
<li>MS Office / Libre Office</li>
<li>Wireframing: Figma, InVision</li>
<li>Digital illustration: MediBang Paint, Autodesk Sketchbook, Clip Studio Paint</li>
</ul>
</div>
<div class="column">
<ul class='list'>
<h4>Languages</h4>
<li>English - Intermediate/B2</li>
<li>Polish - Native Speaker</li>
</ul>
</div>
</div>
</section>
<section>
<h3>Education</h3>
<article>
<div class='school'>
<span>2012-2017</span>
<div class="description"><b>Poznań University of Medical Sciences</b> <br>Medical Biotechnology - Bachelor Degree</div>
</div>
</article>
</section>
<!-- Experience / Projects / Portfolio ... -->
</main>
<footer>
<p>Created by @Jagoda Wielbacka / LinkedIn / 2020 </p>
</footer>
</body>
</html>