From ccea5734bddce248b63c993584b35e407f32993a Mon Sep 17 00:00:00 2001
From: Mike
Date: Sat, 29 Oct 2016 11:25:24 -0400
Subject: [PATCH 1/2] adding meetup api to homepage. TESTING.
---
css/style.css | 13 +++++++++++++
index.html | 8 ++++++--
js/meetup/meetup.js | 40 ++++++++++++++++++++++++++++++++++++++++
3 files changed, 59 insertions(+), 2 deletions(-)
create mode 100644 js/meetup/meetup.js
diff --git a/css/style.css b/css/style.css
index 119edd0..79ba296 100644
--- a/css/style.css
+++ b/css/style.css
@@ -197,6 +197,19 @@
text-align: center;
}
+
+ /* Meetup
+ -------------------------------------------------- */
+
+ .meetup{width:60%; position:relative; margin:auto; clear:both}
+.meetup h3{float:left; width:100%; text-align:center; margin:4% 0px}
+.meetup span { margin-left:1%; border: 2px solid;
+ border-radius:100px; font-size:18px; padding:0px 2%;}
+.meetup #description {float:left;}
+.meetup #status{width:100%; float:left; text-align:center; margin-bottom:2%}
+
+
+
/* RESPONSIVE CSS
-------------------------------------------------- */
diff --git a/index.html b/index.html
index 7ecb64c..ef4cc32 100644
--- a/index.html
+++ b/index.html
@@ -256,10 +256,12 @@ We Meet Often. Come Join Us.<
href="https://www.facebook.com/CodeForFTL"> Facebook
to learn more about events and projects.
-
@@ -344,6 +346,8 @@
Ryan Gates
fjs.parentNode.insertBefore(js, fjs);
return window.twttr || (t = { _e: [], ready: function (f) { t._e.push(f) } });
}(document, "script", "twitter-wjs"));
+
+