From 6e8186f9a7e71a4c42ac5775b6b6ea903cbdcf5e Mon Sep 17 00:00:00 2001 From: Damien Vesper Date: Sat, 16 Mar 2019 14:58:25 -0500 Subject: [PATCH 1/8] Create br-roots-meetTheProgramCoordinator --- pages/programs/br-roots-meetTheProgramCoordinator | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 pages/programs/br-roots-meetTheProgramCoordinator diff --git a/pages/programs/br-roots-meetTheProgramCoordinator b/pages/programs/br-roots-meetTheProgramCoordinator new file mode 100644 index 00000000..eacc5f4b --- /dev/null +++ b/pages/programs/br-roots-meetTheProgramCoordinator @@ -0,0 +1,11 @@ +
+
+

Meet the Program Coordinator

+

Mitchell Provensal has been involved in various urban agriculture projects around Baton Rouge beginning in 2013. As an AmeriCorps service member and working under the Mayor's Healthy City Initiative, he managed and coordinated a summer youth employment program over four years. This initiative helped build and maintain over 10 community and school gardens. While working towards his Masters in urban Forestry from Southern University, Mitchell also worked as the Market Intern for BREADA, the local farmer's market. After completing his Masters in 2018, he started a small urban flower farm. Mitchell envisions employing his passion for growing food sustainable in ignite an urban agriculture movement in East Baton Rouge Parish.

+
+ +
+
+
+ +
From 94e1c7c6678b84d2179a0427d58e71002c7b32f9 Mon Sep 17 00:00:00 2001 From: Damien Vesper Date: Sat, 16 Mar 2019 15:06:03 -0500 Subject: [PATCH 2/8] Create meet-the-program-coordinator.css --- _sass/meet-the-program-coordinator.css | 53 ++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 _sass/meet-the-program-coordinator.css diff --git a/_sass/meet-the-program-coordinator.css b/_sass/meet-the-program-coordinator.css new file mode 100644 index 00000000..39a6038c --- /dev/null +++ b/_sass/meet-the-program-coordinator.css @@ -0,0 +1,53 @@ +* { + box-sizing: border-box; +} + +html, body { + margin: 0; + padding: 0; + background-color: #272b34; + color: #fff; +} +.box-content { + margin-top: 250px; + display: block; + margin-bottom: 250px; + background-color: inherit; +} +.left { + margin-left: 100px; +} +.left img { + margin-top: 27.5px; +} +.right { + margin-right: 100px; + padding-left: 15px; +} +.right > h1 { + text-align: center; +} + +button { + background-color: #9e1f63; + border-radius: .5rem; + border-width: 0; + color: #fff; + cursor: pointer; + font-size: 1.1rem; + padding: .5rem 1.5rem; + text-decoration: none; +} + +.youth-managed-farm__button:not(:last-of-type) { + margin-right: 12px; +} + +@media only screen and (min-width: 720px) { + .box-content { + display: flex; + } + .flex-placeholder { + flex: 1; + } +} From 99b528c6e92c6855795929f54a5262ba97055a6e Mon Sep 17 00:00:00 2001 From: Damien Vesper Date: Sat, 16 Mar 2019 15:45:29 -0500 Subject: [PATCH 3/8] Update meet-the-program-coordinator.css --- _sass/meet-the-program-coordinator.css | 33 ++++++++++++++++---------- 1 file changed, 21 insertions(+), 12 deletions(-) diff --git a/_sass/meet-the-program-coordinator.css b/_sass/meet-the-program-coordinator.css index 39a6038c..976c3013 100644 --- a/_sass/meet-the-program-coordinator.css +++ b/_sass/meet-the-program-coordinator.css @@ -14,16 +14,6 @@ html, body { margin-bottom: 250px; background-color: inherit; } -.left { - margin-left: 100px; -} -.left img { - margin-top: 27.5px; -} -.right { - margin-right: 100px; - padding-left: 15px; -} .right > h1 { text-align: center; } @@ -42,12 +32,31 @@ button { .youth-managed-farm__button:not(:last-of-type) { margin-right: 12px; } - -@media only screen and (min-width: 720px) { +.br-right { + margin-top: 25px; +} +img { + margin-left: 25%; + margin-right: 25%; +}/* +.br-right, img { + width: 100%; +}*/ +@media only screen and (min-width: 850px) { .box-content { display: flex; } .flex-placeholder { flex: 1; } + .br-left { + margin-left: 100px; + } + .br-left img { + margin-top: 27.5px; + } + .br-right { + margin-right: 100px; + padding-left: 15px; + } } From 7c61ba159b6fd5fb7e1df82a5ea065ff1b5c8658 Mon Sep 17 00:00:00 2001 From: Damien Vesper Date: Sat, 16 Mar 2019 15:47:39 -0500 Subject: [PATCH 4/8] Update br-roots-meetTheProgramCoordinator --- pages/programs/br-roots-meetTheProgramCoordinator | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/programs/br-roots-meetTheProgramCoordinator b/pages/programs/br-roots-meetTheProgramCoordinator index eacc5f4b..62510257 100644 --- a/pages/programs/br-roots-meetTheProgramCoordinator +++ b/pages/programs/br-roots-meetTheProgramCoordinator @@ -1,11 +1,11 @@
-
+

Meet the Program Coordinator

Mitchell Provensal has been involved in various urban agriculture projects around Baton Rouge beginning in 2013. As an AmeriCorps service member and working under the Mayor's Healthy City Initiative, he managed and coordinated a summer youth employment program over four years. This initiative helped build and maintain over 10 community and school gardens. While working towards his Masters in urban Forestry from Southern University, Mitchell also worked as the Market Intern for BREADA, the local farmer's market. After completing his Masters in 2018, he started a small urban flower farm. Mitchell envisions employing his passion for growing food sustainable in ignite an urban agriculture movement in East Baton Rouge Parish.

-
+
From ebee92844122fb18449dc583e341dbdb52ef2055 Mon Sep 17 00:00:00 2001 From: Damien Vesper Date: Sat, 23 Mar 2019 14:11:24 -0500 Subject: [PATCH 5/8] Center heading. --- _sass/meet-the-program-coordinator.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_sass/meet-the-program-coordinator.css b/_sass/meet-the-program-coordinator.css index 976c3013..6a81f9c7 100644 --- a/_sass/meet-the-program-coordinator.css +++ b/_sass/meet-the-program-coordinator.css @@ -14,7 +14,7 @@ html, body { margin-bottom: 250px; background-color: inherit; } -.right > h1 { +.br-left > h1 { text-align: center; } From ab49bc9305843e4a928f870bec88a35be32e1919 Mon Sep 17 00:00:00 2001 From: Damien Vesper Date: Sat, 23 Mar 2019 14:16:42 -0500 Subject: [PATCH 6/8] Capitalize header. --- _sass/meet-the-program-coordinator.css | 1 + 1 file changed, 1 insertion(+) diff --git a/_sass/meet-the-program-coordinator.css b/_sass/meet-the-program-coordinator.css index 6a81f9c7..112eb1a6 100644 --- a/_sass/meet-the-program-coordinator.css +++ b/_sass/meet-the-program-coordinator.css @@ -16,6 +16,7 @@ html, body { } .br-left > h1 { text-align: center; + text-transform: uppercase; } button { From 3d6b7ce8c49e5370c3a6d7f778c7472d2e06e717 Mon Sep 17 00:00:00 2001 From: Damien Vesper Date: Sat, 23 Mar 2019 14:26:51 -0500 Subject: [PATCH 7/8] Invert colors and bond background to page wrapper. --- _sass/meet-the-program-coordinator.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/_sass/meet-the-program-coordinator.css b/_sass/meet-the-program-coordinator.css index 112eb1a6..d77d3dd3 100644 --- a/_sass/meet-the-program-coordinator.css +++ b/_sass/meet-the-program-coordinator.css @@ -1,12 +1,13 @@ * { box-sizing: border-box; + font-family: 'Open Sans', sans-serif; } -html, body { +.box-content { margin: 0; padding: 0; - background-color: #272b34; - color: #fff; + background-color: #fff; + color: #272b34; } .box-content { margin-top: 250px; @@ -16,7 +17,7 @@ html, body { } .br-left > h1 { text-align: center; - text-transform: uppercase; + text-transform: uppercase; } button { From 799f9df5edd3afcc01a4c55135b249ad755713f1 Mon Sep 17 00:00:00 2001 From: Damien Vesper Date: Sat, 23 Mar 2019 14:31:18 -0500 Subject: [PATCH 8/8] Add file extension. --- ...> br-roots-meetTheProgramCoordinator.html} | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) rename pages/programs/{br-roots-meetTheProgramCoordinator => br-roots-meetTheProgramCoordinator.html} (61%) diff --git a/pages/programs/br-roots-meetTheProgramCoordinator b/pages/programs/br-roots-meetTheProgramCoordinator.html similarity index 61% rename from pages/programs/br-roots-meetTheProgramCoordinator rename to pages/programs/br-roots-meetTheProgramCoordinator.html index 62510257..bbd276b8 100644 --- a/pages/programs/br-roots-meetTheProgramCoordinator +++ b/pages/programs/br-roots-meetTheProgramCoordinator.html @@ -1,11 +1,11 @@ -
-
-

Meet the Program Coordinator

-

Mitchell Provensal has been involved in various urban agriculture projects around Baton Rouge beginning in 2013. As an AmeriCorps service member and working under the Mayor's Healthy City Initiative, he managed and coordinated a summer youth employment program over four years. This initiative helped build and maintain over 10 community and school gardens. While working towards his Masters in urban Forestry from Southern University, Mitchell also worked as the Market Intern for BREADA, the local farmer's market. After completing his Masters in 2018, he started a small urban flower farm. Mitchell envisions employing his passion for growing food sustainable in ignite an urban agriculture movement in East Baton Rouge Parish.

-
- -
-
-
- -
+
+
+

Meet the Program Coordinator

+

Mitchell Provensal has been involved in various urban agriculture projects around Baton Rouge beginning in 2013. As an AmeriCorps service member and working under the Mayor's Healthy City Initiative, he managed and coordinated a summer youth employment program over four years. This initiative helped build and maintain over 10 community and school gardens. While working towards his Masters in urban Forestry from Southern University, Mitchell also worked as the Market Intern for BREADA, the local farmer's market. After completing his Masters in 2018, he started a small urban flower farm. Mitchell envisions employing his passion for growing food sustainable in ignite an urban agriculture movement in East Baton Rouge Parish.

+
+ +
+
+
+ A student working in +