-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (36 loc) · 1.66 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
<html>
<head>
<title>PavelKravčík.cz | WEB developer</title>
<meta name="description" content="PHP developer na volné noze"/>
<meta name="keyword" content="KRA-design, Pavel Kravčík, PHP developer"/>
<link rel="stylesheet" href="./files/default.css" type="text/css" media="screen" />
<meta charset="utf-8" />
<link rel="stylesheet" type="text/css" href="./files/skin.css" />
</head>
<body>
<div id="page">
<img src="./files/pavelkravcik.png" id="logo" alt="KRA DESIGN"/>
<div id="client">
<ul>
<li class="info">
V současné chvíli jsem <span class="text-blue">bohužel plně vytížen</span> na několik dalších měsíců.
</li>
</ul>
<ul>
<li>Nette FW, PHP, MySQL</li>
<li>SVN, Git, Composer, UnitTest</li>
<li>HTML, CSS, JS, jQuery, Bootstrap</li>
</ul>
</div>
<div id="detail">
<ul>
<li>Pavel Kravčík, <span class="text-gray"> WEB developer</span></li>
<li><span class="text-gray">ičo</span>: 04466225</li>
<li><span class="text-gray">mail</span>: kravcik.pavel@gmail.com</li>
<li><span class="text-gray">tel</span>: +420 728 528 185</li>
<li><a href="http://www.pavelkravcik.cz" title="KRA design">http://www.pavelkravcik.cz</a></li>
</ul>
</div>
</div>
</body>
</html>