-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcv.html
111 lines (91 loc) · 3.33 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Filip Konkowski</title>
<meta name="description" content="portfolio Filip Konkowski" />
<meta name="keywords" content="portfolio" />
<meta name="author" content="Filip Konkowski" />
<link href="styles.css" rel="stylesheet" type="text/css" media="screen" />
</head>
<body>
<div id="page-container">
<div id="person">
<img class="middle" src="img/FKjulee.regular.png" />
</div>
<hr class="line_top" />
<!-- Here is my right block -->
<div id="sidebar-a">
<div class="verticalLine">
<h3> Follow me </h3>
<p>
<a href="https://pl.linkedin.com/in/filipkonkowski">On LinkedIn</a>
<br>
<br>
<a target="blank" href="https://pl-pl.facebook.com/filip.konkowski">On Facebook</a>
</p>
<h3> Phone </h3>
<p>
<a>537 183 434</a>
<br>
</p>
<h3> Email </h3>
<p>
<a>[email protected]</a>
<br>
<br>
</p>
</div>
</div>
<!-- Here is my left block -->
<div id="content">
<div>
<h1 class="headline">Curriculum Vitae</h1>
</div>
<div class="content_text">
<!-- download button -->
<div id="container_buttons">
<p>
<a class="download_button" href="download/Filip Konkowski_Curriculum Vitae.pdf">
Download Curriculum Vitae
</a>
</p>
<!-- pluggin from Scribd -->
<p style=" margin: 12px auto 6px auto; font-family: Helvetica,Arial,Sans-serif; font-style: normal; font-variant: normal; font-weight: normal; font-size: 14px; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none; display: block;">
<a title="View Filip Konkowski_Curriculum Vitae on Scribd"
href="https://www.scribd.com/doc/280654839/Filip-Konkowski-Curriculum-Vitae?secret_password=GUviTEbHbpFdytoD3ptp"
style="text-decoration: underline;" >
</a>
<a title="View Filip's profile on Scribd"
href="https://www.scribd.com/filip-969317"
style="text-decoration: underline;" >
</a>
</p>
<iframe class="scribd_iframe_embed"
src="https://www.scribd.com/embeds/280654839/content?start_page=1&view_mode=scroll&access_key=key-yX1qeVN0wKxHwoHX6Ydu&show_recommendations=true"
data-auto-height="false"
data-aspect-ratio="0.7080062794348508"
scrolling="no"
id="doc_62248"
width="100%"
height="600"
frameborder="0">
</iframe>
</div>
</div>
<div id="footer">
<hr class="line_bottom" />
<p>
Filip Konkowski © 2015
</p>
</div>
<div class="nav">
<ul>
<li class="about"><a href="index.html">About</a></li>
<li class="portfolio"><a href="portfolio.html">Portfolio</a></li>
<li class="cv"><a href="cv.thml">Curriculum Vitae</a></li>
<li class="contact"><a href="contact.html">Contact</a></li>
</ul>
</div>
</body>
</html>