-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmapy.html
55 lines (50 loc) · 3.35 KB
/
mapy.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
<!DOCTYPE html>
<html lang="en">
<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">
<title>The Podlasie Project</title>
<link rel="stylesheet" href="stylesheet.css">
<style>
@import url('https://fonts.googleapis.com/css?family=Hind|Libre+Franklin|Megrim|Mukta&display=swap');
@import url('https://fonts.googleapis.com/css?family=Muli&display=swap');
</style>
</head>
<body>
<header>
<div class="title">
<h1>The Podlasie Project</h1>
<hr>
</div>
<nav id="nav-bar">
<div class="navigation">
<a class="nav-buttons" href="index.html">Strona główna</a>
<a class="nav-buttons" href="plan.html">Plan wycieczki</a>
<a class="nav-buttons" href="mapy.html">Mapy</a>
<a class="nav-buttons" href="clock.html">Odliczanie</a>
<a class="nav-buttons" href="linki.html">Linki</a>
</div>
</nav>
</header>
<main>
<section>
<div class="cover-photo"></div>
<text>Piątek</text>
<iframe class="map" src="https://www.google.com/maps/embed?pb=!1m28!1m12!1m3!1d622070.2705045873!2d21.655285737066155!3d52.479823840926244!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!4m13!3e0!4m5!1s0x471ecc9ad1f3573f%3A0x89a2beb9d3b7e1bd!2sProsta%2051%2C%2000-838%20Warszawa!3m2!1d52.2305478!2d20.9872803!4m5!1s0x4720479cb4f40211%3A0x73b2be3c99c86273!2sDubicze%20Cerkiewne!3m2!1d52.6728599!2d23.4625421!5e0!3m2!1spl!2spl!4v1569238277583!5m2!1spl!2spl"
width="600" height="450" frameborder="0" style="border:0;" allowfullscreen=""></iframe>
</section>
<section>
<div class="cover-photo"></div>
<text>Sobota</text>
<iframe class="map" src="https://www.google.com/maps/embed?pb=!1m46!1m12!1m3!1d615119.0666718791!2d23.02856208977966!3d52.969852892721946!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!4m31!3e0!4m5!1s0x4720479cb4f40211%3A0x73b2be3c99c86273!2sDubicze%20Cerkiewne!3m2!1d52.6728599!2d23.4625421!4m5!1s0x47200df85fde4ddf%3A0xa3612050a6b3cb34!2sOdrynki!3m2!1d52.939023399999996!2d23.606196399999998!4m5!1s0x46e00043dd31497f%3A0x4adc49602a1ae06c!2zU3VwcmHFm2w!3m2!1d53.2049014!2d23.3393564!4m5!1s0x46dff15818c785a1%3A0x7a745f2f5df36f6b!2sKruszyniany!3m2!1d53.1765166!2d23.8129706!4m5!1s0x4720479cb4f40211%3A0x73b2be3c99c86273!2sDubicze%20Cerkiewne!3m2!1d52.6728599!2d23.4625421!5e0!3m2!1spl!2spl!4v1569238459353!5m2!1spl!2spl"
width="600" height="450" frameborder="0" style="border:0;" allowfullscreen=""></iframe>
</section>
<section>
<div class="cover-photo"></div>
<text>Niedziela</text>
<iframe class="map" src="https://www.google.com/maps/embed?pb=!1m28!1m12!1m3!1d154710.33068203565!2d23.52502456502753!3d52.707847208229786!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!4m13!3e0!4m5!1s0x4720479cb4f40211%3A0x73b2be3c99c86273!2sDubicze%20Cerkiewne!3m2!1d52.6728599!2d23.4625421!4m5!1s0x47205d61fe70a32f%3A0x7e81b4d4c798a8f2!2zQmlhxYJvd2llxbxh!3m2!1d52.700713199999996!2d23.8676724!5e0!3m2!1spl!2spl!4v1569238533540!5m2!1spl!2spl"
width="600" height="450" frameborder="0" style="border:0;" allowfullscreen=""></iframe>
</section>
</main>
</body>