From 23eadc302918fce75c4f9dce77ebfa2c9ef09952 Mon Sep 17 00:00:00 2001 From: Nicolei Ocana Date: Mon, 25 Nov 2019 06:29:29 -0800 Subject: [PATCH 1/6] Update landing page features --- src/ctree-app/ctree-landing.html | 141 +++++++++++++++++++++++++------ src/ctree-app/icons.html | 3 + 2 files changed, 117 insertions(+), 27 deletions(-) diff --git a/src/ctree-app/ctree-landing.html b/src/ctree-app/ctree-landing.html index 6c1eeb2..5d21332 100644 --- a/src/ctree-app/ctree-landing.html +++ b/src/ctree-app/ctree-landing.html @@ -377,6 +377,27 @@ #copyright p { font-size: .8em; } + div .features-content { + margin: 0 45px; + } + div .collaboration-search-col, div .share-review-col { + margin: auto; + width: 90%; + } + div #features h3 { + font-size: 1.25em; + } + div #features p { + font-size: 1.12em; + } + div .collaboration-section, div .search-section, + div .share-section, div .review-section, div .features-content { + display: block; + } + div .image { + margin-right: 0; + } + } /* Section CSS Styling */ @@ -395,6 +416,13 @@ #features.section-styling { background-color: #FFFFFF; color: #196848; + padding-top: 65px; + margin-top: -65px; /* app-header fix */ + } + #features h1 { + color: #62A374; + font-size: 2.9em; + letter-spacing: .02em; } #ctree.section-styling { background-color: #196848; @@ -456,6 +484,39 @@ color: #000000; display: flex; } + iron-icon { + --iron-icon-fill-color: #62A374; + --iron-icon-width: 80px; + --iron-icon-height: 80px; + } + #features h3 { + color: #62A374; + margin-top: 0; + } + #features p { + color: #222322; + font-size: 0.75em; + letter-spacing: .027em; + padding-top: 10px; + } + .collaboration-search-col, .share-review-col { + width: 350px; + } + .features-content { + display: flex; + justify-content: space-evenly; + } + .collaboration-section, .search-section, .share-section, .review-section { + display: flex; + margin-bottom: 50px; + } + .image { + margin-right: 50px; + } + .review { + transform: rotate(40deg); + } + @@ -533,33 +594,59 @@

W

-
-

Features

-
- -
-

W

-

W

-

W

-

W

-

W

-

W

-

W

-

W

-

W

-

W

-

W

-

W

-

W

-

W

-

W

-

W

-

W

-

W

-

W

-

W

-

W

-
+

Features

+ +
+
+
+
+ +
+
+

Collaboration

+

+ Connect with like-minded passionate individuals to solve problems for a cause. +

+
+
+
+
+ +
+
+

Search

+

+ Discover non-profits and other causes doing good for the world! +

+
+
+
+ +
+

W

W

diff --git a/src/ctree-app/icons.html b/src/ctree-app/icons.html index c1098f9..1e798d9 100644 --- a/src/ctree-app/icons.html +++ b/src/ctree-app/icons.html @@ -46,5 +46,8 @@ + + + From a857a12baabe16f8f23382e8db4f8526e7d6046e Mon Sep 17 00:00:00 2001 From: Nicolei Ocana Date: Fri, 29 Nov 2019 10:23:51 -0800 Subject: [PATCH 2/6] update landing page features section with polymer component --- src/ctree-app/ctree-landing.html | 133 ++--------------------- src/ctree-app/features-section.html | 120 ++++++++++++++++++++ src/ctree-app/icons.html | 3 - src/ctree-icons/ctree-landing-icons.html | 40 +++++++ 4 files changed, 167 insertions(+), 129 deletions(-) create mode 100644 src/ctree-app/features-section.html create mode 100644 src/ctree-icons/ctree-landing-icons.html diff --git a/src/ctree-app/ctree-landing.html b/src/ctree-app/ctree-landing.html index 5d21332..67add6b 100644 --- a/src/ctree-app/ctree-landing.html +++ b/src/ctree-app/ctree-landing.html @@ -55,6 +55,7 @@ +