Skip to content
This repository was archived by the owner on Sep 19, 2018. It is now read-only.

Commit f22c2a2

Browse files
committed
added a Google Map Engine Map
1 parent d942878 commit f22c2a2

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

_layouts/default.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
</div>
3535
<div class="navbar-collapse collapse">
3636
<ul class="nav navbar-nav">
37+
<li><a href="/map">Map of events</a></li>
3738
<li><a href="/about">About</a></li>
3839
<li><a href="/news">News</a></li>
3940
</ul>

map/index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
layout: page
3+
title: Map of events
4+
---
5+
6+
<p>Find events and organizations that can help you learn or master your coding skills!</p>
7+
8+
<iframe src="http://mapsengine.google.com/map/embed?mid=zlK9lh_7YlUI.kDtxSLI7E0Fs" width="100%" height="480"></iframe>
9+
10+
<p>Do you know of any other awesome event in your city? Feel free to add it to your map! Just Sign In with your Google Account to access the map in <a href="https://mapsengine.google.com/map/edit?mid=zlK9lh_7YlUI.kDtxSLI7E0Fs" target="_blank">edit mode</a>.

0 commit comments

Comments
 (0)