forked from astrosites/template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
maps.html
32 lines (27 loc) · 1.05 KB
/
maps.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
---
layout: nav
title: Maps
---
<main>
<div class="row text-center my-5">
<div class="col-lg-6 map-o-favorites">
<h3>🌁</h3>
<iframe src="https://www.google.com/maps/d/u/1/embed?mid=18cXidW0aLV2jwa0t2GD7P201K2Pe40PI" height="480" frameborder=0></iframe>
</div>
<div class="col-lg-6 map-o-favorites">
<h3>☕️</h3>
<iframe src="https://www.google.com/maps/d/u/0/embed?mid=1y4RzrbJKA2sYEsvYms6deYX4fwJiBdXG" height="480" frameborder=0></iframe>
</div>
</div>
<div class="row text-center my-5">
<div class="col-lg-6 map-o-favorites">
<h3>🦀</h3>
<iframe src="https://www.google.com/maps/d/u/0/embed?mid=1a3QOP9NEJmiNl7QMcrOW4nC9iYbABVPz" height="480" frameborder=0></iframe>
</div>
<div class="col-lg-6 map-o-favorites">
<h3>🍎</h3>
<iframe src="https://www.google.com/maps/d/u/0/embed?mid=1zcoqOVU4s1OpOraMFLP6fK0LuF4r9nje" height="480" frameborder=0></iframe>
</div>
</div>
</main>
<footer>Updated September 12, 2021</footer>