From 35a4adce5ad9200f5ec0480f75ed628cc049cf1c Mon Sep 17 00:00:00 2001 From: Tiancheng Luo Date: Thu, 1 Dec 2016 22:04:43 +0000 Subject: [PATCH 1/7] Fix horizontal margins on mobile --- _layouts/page.html | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/_layouts/page.html b/_layouts/page.html index 03f0ccf..5a15d46 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -2,15 +2,13 @@ layout: default ---
-
- + -
-
- {{ content }} -
+
+
+ {{ content }}
From 26c2108faab286cf8c73b5778e9e135fde8ec05b Mon Sep 17 00:00:00 2001 From: Tiancheng Luo Date: Thu, 1 Dec 2016 22:34:46 +0000 Subject: [PATCH 2/7] Fix navbar-brand margin in desktop version --- css/main.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/css/main.css b/css/main.css index 923c135..5a8e312 100644 --- a/css/main.css +++ b/css/main.css @@ -55,6 +55,12 @@ body{ background-color: #6FAB20; } +@media (min-width: 768px) { + .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand { + margin-left: 0px; + } +} + /* Navbar end */ /* Jumbotron start */ From 02f5f96d0afc852a00b9c85ac0880a8b285af08f Mon Sep 17 00:00:00 2001 From: Tiancheng Luo Date: Mon, 9 Jan 2017 13:17:40 +0000 Subject: [PATCH 3/7] Fix horizontal margins with a new way --- _layouts/page.html | 6 ++++-- css/main.css | 6 ------ 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/_layouts/page.html b/_layouts/page.html index 5a15d46..0ee69cb 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -2,8 +2,10 @@ layout: default ---
- @@ -28,3 +29,56 @@

Twitter

+ +{% raw %} + +{% endraw %} \ No newline at end of file From 3b19ba23f4cde2e374422ec2d6ef6cebbecc06ad Mon Sep 17 00:00:00 2001 From: Tiancheng Luo Date: Sun, 5 Feb 2017 17:19:22 +0000 Subject: [PATCH 5/7] Revert "Fix horizontal margins with a new way" This reverts commit 02f5f96d0afc852a00b9c85ac0880a8b285af08f. --- _layouts/page.html | 6 ++---- css/main.css | 6 ++++++ 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/_layouts/page.html b/_layouts/page.html index 0ee69cb..5a15d46 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -2,10 +2,8 @@ layout: default ---
-
- +
diff --git a/css/main.css b/css/main.css index 949933b..2813186 100644 --- a/css/main.css +++ b/css/main.css @@ -55,6 +55,12 @@ body{ background-color: #6FAB20; } +@media (min-width: 768px) { + .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand { + margin-left: 0px; + } +} + /* Navbar end */ /* Jumbotron start */ From cfc403aea0ec6c2c76f5a577eccda5cfd94775ad Mon Sep 17 00:00:00 2001 From: Tiancheng Luo Date: Sun, 5 Feb 2017 17:23:01 +0000 Subject: [PATCH 6/7] Revert "Add dynamic "next meetup" to home page" This reverts commit a8735e38fe24dbc0832eeab69bbcd556f2cbc3dd. --- css/main.css | 5 ----- index.html | 54 ---------------------------------------------------- 2 files changed, 59 deletions(-) diff --git a/css/main.css b/css/main.css index 2813186..5a8e312 100644 --- a/css/main.css +++ b/css/main.css @@ -94,8 +94,3 @@ body{ border: 1px solid #555; } /* Jumbotron end */ - -/* meetup-event for the home page */ -#meetup-event a { - color: white; -} \ No newline at end of file diff --git a/index.html b/index.html index aa81550..4a3f56c 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,6 @@

Welcome to techcorridor.io

TechCorridor.io is a developer group in Iowa City and Cedar Rapids, IA. If you’re interested in programming, the intertubes, and whatnot, this is the group for you.

Join us at one of our Meetups!

-

@@ -29,56 +28,3 @@

Twitter

- -{% raw %} - -{% endraw %} \ No newline at end of file From 29527887cc45f3e7bbd18afa865ba3a15ff2031c Mon Sep 17 00:00:00 2001 From: Tiancheng Luo Date: Sun, 5 Feb 2017 17:26:57 +0000 Subject: [PATCH 7/7] Fix horizontal margins with a new way --- _layouts/page.html | 6 ++++-- css/main.css | 6 ------ 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/_layouts/page.html b/_layouts/page.html index 5a15d46..0ee69cb 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -2,8 +2,10 @@ layout: default ---
-