-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (27 loc) · 1015 Bytes
/
index.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
---
title: MEATup
description: The Monthly FED MEATup, where the Nature front-end developers (and friends) eat lots of MEAT, and go for a few drinks.
layout: page
---
<!-- <div id="next-meatup" class="section centered">
<div class="section-inner">
<h2 class="h6 section-heading">The Next MEATup</h2>
{% include event/next.html %}
</div>
</div> -->
<div id="leaderboard" class="section section-style-chalk">
<div class="section-inner">
<div class="centered">
<h2 class="h6 section-heading">Leaderboard</h2>
</div>
{% include people/leaderboard.html %}
</div>
</div>
<div id="past-meatups" class="section centered">
<div class="section-inner">
<h2 class="h6 section-heading">Past MEATups</h2>
{% include event/past.html %}
</div>
</div>
<!-- <script src="https://maps.googleapis.com/maps/api/js?v=3.exp&key=AIzaSyB_sDtkFpFLp8VWghrQIymQrXSKT-ActHE&sensor=false"></script>
<script src="assets/js/past-map.js"></script> -->