This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
kontakt.html
82 lines (82 loc) · 3.13 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
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
<!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="Strona Myślenicekiego klubu Petanque" />
<meta name="keywords" content="Petanque, MKP, Klub, Sport, Myślenice" />
<meta name="author" content="Mateusz Kurowski" />
<link rel="icon" href="./img/kula-ikona.png" type="image/gif" sizes="16x16">
<!-----------------Tytuł------------------>
<title>MKP</title>
<!-----------------Czcionki------------------>
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@100;400;700&display=swap" rel="stylesheet" />
<!-----------------Style------------------>
<link rel="stylesheet" href="./css/main.css" />
<!-----------------JavaScript------------------>
<script src="https://kit.fontawesome.com/be9be6bea2.js" crossorigin="anonymous"></script>
<script src="script/NavFunction.js"></script>
</head>
<body>
<header>
<nav class="nav">
<div class="topnav" id="nav-Top">
<a href="index.html">Home</a>
<a href="klub.html">Klub</a>
<a href="petanque.html">Petanque</a>
<a href="galeria.html">Galeria</a>
<a href="#" class="active">Kontakt</a>
<a href="linki.html">Linki</a>
<a href="javascript:void(0);" class="icon" onclick="NavFunction()">
<i class="fa fa-bars"></i>
</a>
</div>
</nav>
<div class="baner">
<div class="facebook">
<a href="https://www.facebook.com/MyslenickiKlubPetanque" target="_blank"
><i class="fab fa-facebook-square"></i> <span> /MyslenickiKlubPetanque</span></a
>
<div class="bg"></div>
</div>
</div>
</header>
<main>
<div class="contact wrapper">
<section>
<h2>Kontakt</h2>
<ul>
<li>
<span style="font-weight: bold">Biuro: </span><br />
32-400 Myślenice, ul. Piłsudskiego 15/4
</li>
<li><a class="text-decoration" href="tel://605 415538">Tel: 605 415 538</a></li>
<li><a class="text-decoration" href="tel://605953445">Tel: 605 953 445</a></li>
<li><a class="text-decoration" href="mailto:petanque@myslenice.pl">petanque@myslenice.pl</a></li>
<li><a class="text-decoration" href="mailto:kuro@myslenice.net.pl">kuro@myslenice.net.pl</a></li>
</ul>
</section>
</div>
<div class="zarabie">
<section>
<h2>Pole do gry:</h2>
<p>Bulodrom Myślenicki KP, 32-400 Myślenice</p>
<br / >
<iframe
src="https://www.google.com/maps/embed?pb=!1m23!1m12!1m3!1d765.3454248385937!2d19.938227435930056!3d49.817934446113405!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!4m8!3e0!4m0!4m5!1s0x47166d989f3ef4d1%3A0x4c1b97ee4cbfc4d3!2sBulodrom%20My%C5%9Blenicki%20KP%2C%2032-400%20My%C5%9Blenice!3m2!1d49.8179647!2d19.9377978!5e0!3m2!1spl!2spl!4v1624040488888!5m2!1spl!2spl"
width="100%"
height="100%"
style="border: 0"
allowfullscreen=""
loading="lazy"
></iframe>
</section>
</div>
</main>
<footer>
<p>© 2021 | Myślenicki Klub Petanque</p>
</footer>
</body>
</html>