diff --git a/_pages/evaluation-toolkit.md b/_pages/evaluation-toolkit.md index 990bc075..d902651e 100644 --- a/_pages/evaluation-toolkit.md +++ b/_pages/evaluation-toolkit.md @@ -14,50 +14,72 @@ type : evaluation-toolkit -
-
-
-
-

GET STARTED WITH THE TOOLKIT

+
+
+
+ Evaluation 101 icon +
+
+

Evaluation 101

+

Learn the basics of evaluation – what it is, why it’s important, and different types

+ +
+
+ +
+
-
- - -

Evaluation 101

-
+
+
+
+ Getting Started icon +
+
+

Getting Started

+

Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.

+
+
-
- - -

Why Evaluate?

-
+
+
+
+ Using evaluation icon +
+
+

Using Evaluation

+

Tools to help you be a savvy user of evaluation findings

+
+
-
- - -

Getting Started as a Non-Evaluator

-
+
+
+
+ Promoting evaluation use icon +
+
+

Promoting Evaluation Use

+

Learn ways to ensure that evaluation findings reach the right audience and are put into action

+
+
- - -
- - -

About the Toolkit

-
+
+
+
+ Why evaluate icon +
+
+

Why Evaluate?

+

Understand the value-add of evaluation and why it is so important

+
+
+
diff --git a/assets/css/index.scss b/assets/css/index.scss index 755f04c0..91aa1db7 100644 --- a/assets/css/index.scss +++ b/assets/css/index.scss @@ -226,9 +226,6 @@ html { } } @media screen and (max-width: 768px) { - img { - max-width: 33%; - } img.adward-bio-img { max-width: 100%; diff --git a/assets/css/main.scss b/assets/css/main.scss index 6accf834..7e4b411f 100644 --- a/assets/css/main.scss +++ b/assets/css/main.scss @@ -165,7 +165,12 @@ html { .circle-card { height: auto; border-radius: 50%; + + @media only screen and (max-width: 768px) { + max-width: 33%; + } } + .agency-border-top { border-top:0.5rem solid #0d7ea2; } @@ -774,23 +779,52 @@ blockquote p { border-radius: 0.7rem; } .circle-evaluation-card { - width: 10rem; - border-radius: 50%; - background: linear-gradient(52deg, #162e51 25%, #28a0cb 100%); - - @media only screen and (max-width: 640px) { - width: 40rem; - } + width: 10rem; + border-radius: 50%; + background: linear-gradient(52deg, #162e51 25%, #28a0cb 100%); } @media only screen and (max-width: 639px) { - .title { - margin-top: 1.1rem; - } + .title { + margin-top: 1.1rem; + } +} + +@media only screen and (min-width: 640px) { + .toolkit-text { + text-align: left; + } + + .toolkit-padding { + padding-left: 5rem; + padding-right: 5rem; + } } -.evaluation-width{ - width:180px; - margin:auto; + +.toolkit-hero { + padding: 40px; + border-radius: 30px; + color: #fff; + padding-bottom: 20px; + background-color: #082643; + + @media only screen and (max-width: 639px) { + text-align: center; + } + + .circle-evaluation-card { + background: unset; + } +} + +.toolkit-button:visited { + color:#005ea2; } + +.toolkit-button::after { + content: '>>'; + margin-left: 0.5em; +} + .resource-category { color: #5b616b; border-top: 0.15rem solid #5b616b; diff --git a/assets/images/evaluation/about-toolkit.png b/assets/images/evaluation/about-toolkit.png deleted file mode 100644 index 469a34d8..00000000 Binary files a/assets/images/evaluation/about-toolkit.png and /dev/null differ diff --git a/assets/images/evaluation/archive-evaluation-101.png b/assets/images/evaluation/archive-evaluation-101.png new file mode 100644 index 00000000..9e148583 Binary files /dev/null and b/assets/images/evaluation/archive-evaluation-101.png differ diff --git a/assets/images/evaluation/non-evaluator.png b/assets/images/evaluation/archive-non-evaluator.png similarity index 100% rename from assets/images/evaluation/non-evaluator.png rename to assets/images/evaluation/archive-non-evaluator.png diff --git a/assets/images/evaluation/evaluation-101.png b/assets/images/evaluation/evaluation-101.png index 9e148583..469a34d8 100644 Binary files a/assets/images/evaluation/evaluation-101.png and b/assets/images/evaluation/evaluation-101.png differ diff --git a/assets/images/evaluation/getting-started.png b/assets/images/evaluation/getting-started.png new file mode 100644 index 00000000..6e68eaf6 Binary files /dev/null and b/assets/images/evaluation/getting-started.png differ diff --git a/assets/images/evaluation/promoting-evaluation.png b/assets/images/evaluation/promoting-evaluation.png index 6e68eaf6..8eb70b1e 100644 Binary files a/assets/images/evaluation/promoting-evaluation.png and b/assets/images/evaluation/promoting-evaluation.png differ