generated from tvorimweb-2019-praha-podzim/projekt01-vizitka
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patho-mne.html
20 lines (20 loc) · 956 Bytes
/
o-mne.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="cs">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="style.css" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Raleway&display=swap" rel="stylesheet">
<title>O mně</title>
</head>
<body>
<h1>O mně</h1>
<p id="text">Je mi něco málo přes třicet, bydlím v Praze a pracuji v obchodě s outdoorovým vybavením.
Jsem ráda, že práce je i mým koníčkem, mám toho občas hodně, ale práci mám pestrou a stále mě to baví.
Když nepracuji, ráda se ztrácím na stránkách kních, jezdím na výlety do přírody i za kulturou.
Sem tam něco upeču nebo uvařím, občas i pro třicet lidí :)
</p>
<img src="pictures/na-cestach.jpg" alt="když jsem na cestách" class="ilustrace">
</body>
</html>