generated from tvorimweb-2019-praha-podzim/projekt01-vizitka
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkontakt.html
23 lines (23 loc) · 1.05 KB
/
kontakt.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!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>Kontakty</title>
</head>
<body>
<h1>Kontakty</h1>
<p>Najdete mě na:<br>
<a href="https://www.facebook.com/jana.posedelova"><img src="pictures/Facebook_logo_(square).png"
alt="profil na facebook" class="icon"></a>
<a href="https://www.instagram.com/jancasit/"><img src="pictures/240px-Instagram.svg.png" alt="profil na Instagramu"
class="icon"></a>
<a href="https://blog.hanibal.cz/komunita/hanibal-team/jana/"><img src="pictures/hanibal-logo.png"
alt="profil na Hanibal blogu" class="icon"></a>
</p>
<p>Když budete chtít, můžete mi i <a href="mailto:jana.posedelova@gmail.com">napsat</a>. :)</p>
</body>
</html>