-
Notifications
You must be signed in to change notification settings - Fork 0
/
kontakt.html
39 lines (37 loc) · 1.38 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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html lang="pl">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="TrichoHolistic, Klonowa 52 w Kielcach">
<title>Kontakt</title>
<link rel="stylesheet" href="./css/style.css" />
<link rel="icon" type="image/png" href="./img/favicon.ico" />
<script src="https://kit.fontawesome.com/f44d887058.js" crossorigin="anonymous"></script>
</head>
<body class="card-bg">
<nav>
<a href="o_mnie.html">O MNIE</a>
<a href="zabiegi.html">ZABIEGI</a>
<a href="cennik.html">CENNIK</a>
<a href="bon.html">BON</a>
<a href="index.html">POWRÓT</a>
</nav>
<main>
<img class="card" src="./img/wizytowka.jpg" alt="Trychologia i pielęgnacja włosów">
<img class="card-mobile" src="./img/wizytowka_cut.jpg" alt="Trychologia i pielęgnacja włosów">
<div class="social">
<a href="https://www.facebook.com/trichoholistic" target="_blank"><i class="fab fa-facebook-square"></i></a>
<a href="https://www.instagram.com/trichoholistic__kielce/" target="_blank"><i class="fab fa-instagram-square"></i></a>
</div>
</main>
<footer>
<h1>Gabinet trychologiczny Kielce</h1>
<!-- © TrichoHolistic -->
<script>
// document.write(Date().split` `[3]);
</script>
</footer>
</body>
</html>