-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
58 lines (47 loc) · 2.13 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Wojciech Lenartowicz Portfolio</title>
<link href="css/style.css" rel="stylesheet" type="text/css" media="screen" />
</head>
<body>
<div id="container">
<p id="logo"><img src="images/logo.png" alt="Wojciech Lenartowicz logo" /></p>
<ul id="nav">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
<div id="header" class="page">
<h1>About Wojciech Lenartowicz.</h1>
<p class="btn2"><a href="portfolio.html"></a></p>
</div>
<div id="content">
<h3>CV</h3>
<p>Education:
<ul>
<li><b>2008 – 2015: Business Psychology</b><br />
Wroclaw University of Social Sciences and Humanities (SWPS)
</li>
</ul>
<img src="images/me.png" alt="Photo of me" class="profile-pic" />
Professional experience:
<ul>
<li><b>December 2014 – June 2015: Credit Suisse Sp. z o.o., Wroclaw (via IT Kontrakt)</b><br />
Data cleansing project for Supplier Data Management CS Team in Wroclaw CoE.
</li><br />
<li><b>August 2013 – October 2014: Gigant Paprzycki Mariusz, Radwanice</b><br />
E-Commerce marketer: designing offers of goods; selling goods on the platform Allegro.pl; taking photos of goods in semi-professional studio and retouching them in Photoshop CC; negotiating terms of cooperation with delivery companies and administrators of the selling platform; contacting with clients via phone and e-mail.
</li>
</ul>
</p>
</div>
<div id="footer">
<p id="copyright">© Wojciech Lenartowicz</p>
<p id="back-top"><a href="#">Going up?</a></p>
</div>
</div>
</body>
</html>