diff --git a/themes/positive/src/partials/testimonials.hbs b/themes/positive/src/partials/testimonials.hbs
new file mode 100644
index 0000000..ae998e7
--- /dev/null
+++ b/themes/positive/src/partials/testimonials.hbs
@@ -0,0 +1,16 @@
+{{#section "testimonials"}}
+
+
+ {{#> header-testimonials }}
+ {{> header-icon _title="TESTIMONIALS" _section="testimonials" _hdricon=(lookup . '_icon') }}
+ {{/header-testimonials}}
+ {{#each r.testimonials}}
+ {{#> body-testimonials }}
+
+
{{ name }}{{#if organization}}, {{ organization }}{{/if}}
+
{{{ quote }}}
+
+ {{/body-testimonials}}
+ {{/each}}
+
+{{/section}}
diff --git a/themes/positive/src/positive-html.css b/themes/positive/src/positive-html.css
index 2a38a02..458b110 100644
--- a/themes/positive/src/positive-html.css
+++ b/themes/positive/src/positive-html.css
@@ -6,6 +6,19 @@ html, body, main, section, header, ul, p, h1, h2, h3 {
display: block;
}
+::selection {
+ color: #fff;
+ background: #e48a8a; /* WebKit/Blink Browsers */
+}
+::-moz-selection {
+ color: #fff;
+ background: #e48a8a; /* Gecko Browsers */
+}
+
+p::selection {
+ color: #fff;
+}
+
a {
color: #{{color 'hyperlink'}};
text-decoration: none;
@@ -172,7 +185,7 @@ header > span.fa {
margin-right: 3px;
position: absolute;
width: 40px;
- top: 10px;
+ top: 14px;
font-size: 30px;
/*transform: translateX(-110%); PDF no likey */
margin-left: -50px;
@@ -194,3 +207,12 @@ header > span.fa {
padding-top: 7px;
padding-bottom: 7px;
}
+
+#references > p, #references > p > a {
+ color: #961e1e;
+ text-align: center;
+ margin: 30px;
+ font-weight: bold;
+ letter-spacing: 2px;
+ text-transform: uppercase;
+}
diff --git a/themes/positive/src/positive-html.html b/themes/positive/src/positive-html.html
index e6763f8..9e7c3c9 100644
--- a/themes/positive/src/positive-html.html
+++ b/themes/positive/src/positive-html.html
@@ -68,10 +68,20 @@
{{> section/speaking _icon="icon-speaking"}}
{{#*inline "icon-testimonials"}}{{/inline}}
- {{> section/testimonials _icon="icon-testimonials"}}
+ {{> testimonials _icon="icon-testimonials"}}
+
+ {{#if r.references}}
+ {{#section "references"}}
+
+ {{/section}}
+ {{/if}}
- {{#*inline "icon-references"}}{{/inline}}
- {{> section/references _icon="icon-references"}}