diff --git a/_includes/footer.html b/_includes/footer.html index 3cf4d092fe..dfb091c3b8 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -3,7 +3,7 @@
- \ No newline at end of file + diff --git a/_layouts/teams.html b/_layouts/teams.html index 67d06e2c64..4c52f5359b 100644 --- a/_layouts/teams.html +++ b/_layouts/teams.html @@ -26,14 +26,14 @@
{% if team.image %}
- {{ team.title }} + {{ team.title }}
{% endif %}

{{ team.title }}

{{ team.jobtitle }}

{% if team.linkedinurl %} - LinkedIn + LinkedIn {% endif %}
{{ team.content | truncate: 120 }}
@@ -48,7 +48,7 @@

{{ team.title }} {% if team.image %}
- {{ team.title }} + {{ team.title }}
{% endif %}
diff --git a/_sass/components/_type.scss b/_sass/components/_type.scss index 050b1e192f..548352ea83 100644 --- a/_sass/components/_type.scss +++ b/_sass/components/_type.scss @@ -1,5 +1,5 @@ a { - color: $primary; + color: $primary-dark; } p { line-height: 26px; diff --git a/_team/bill-mcdonald.md b/_team/bill-mcdonald.md index 945d639674..3e90b4dc8a 100644 --- a/_team/bill-mcdonald.md +++ b/_team/bill-mcdonald.md @@ -3,6 +3,8 @@ title: "Bill McDonald" date: 2018-11-19T10:47:58+10:00 draft: false image: "images/team/nonsap-visuals-kMJp7620W6U-unsplash.jpg" +image_width: 60 +image_height: 60 jobtitle: "Graphic Designer" linkedinurl: "" weight: 7 diff --git a/_team/mike-vance.md b/_team/mike-vance.md index aa131be305..1ad074adc4 100644 --- a/_team/mike-vance.md +++ b/_team/mike-vance.md @@ -3,6 +3,8 @@ title: 'Mike Vance' date: 2018-12-20T13:44:30+10:00 draft: false image: 'images/team/joseph-gonzalez-399972-unsplash.jpg' +image_width: 60 +image_height: 60 jobtitle: 'Art Director' linkedinurl: "" weight: 3 diff --git a/_team/peter-van-eijk.md b/_team/peter-van-eijk.md index f7c8c615ab..ecf36f75d8 100644 --- a/_team/peter-van-eijk.md +++ b/_team/peter-van-eijk.md @@ -3,6 +3,8 @@ title: "Peter Van Eijk" date: 2018-11-19T10:47:58+10:00 draft: false image: "images/team/peter-van-eijk-711986-unsplash.jpg" +image_width: 90 +image_height: 90 jobtitle: "Director" linkedinurl: "https://www.linkedin.com/" promoted: true diff --git a/_team/robert-johnson.md b/_team/robert-johnson.md index 5f8b41048a..2d106c6f86 100644 --- a/_team/robert-johnson.md +++ b/_team/robert-johnson.md @@ -3,6 +3,8 @@ title: 'Robert Johnson' date: 2018-12-20T13:44:23+10:00 draft: false image: 'images/team/vince-fleming-613817-unsplash.jpg' +image_width: 60 +image_height: 60 jobtitle: 'Developer' linkedinurl: "https://www.linkedin.com/" weight: 3 diff --git a/_team/sage-kirk.md b/_team/sage-kirk.md index ee2338d2c0..82779dff47 100644 --- a/_team/sage-kirk.md +++ b/_team/sage-kirk.md @@ -3,6 +3,8 @@ title: "Sage Kirk" date: 2018-11-19T10:47:58+10:00 draft: false image: "images/team/sage-kirk-485982-unsplash.jpg" +image_width: 90 +image_height: 90 jobtitle: "Accounting Partner" linkedinurl: "https://www.linkedin.com/example2" promoted: true diff --git a/_team/susan-shelton.md b/_team/susan-shelton.md index 8df0f5cbac..73ce155bb8 100644 --- a/_team/susan-shelton.md +++ b/_team/susan-shelton.md @@ -3,6 +3,8 @@ title: 'Susan Shelton' date: 2018-12-20T13:45:06+10:00 draft: false image: 'images/team/cristian-newman-94319-unsplash.jpg' +image_width: 60 +image_height: 60 jobtitle: 'Developer' weight: 5 --- diff --git a/_team/tamara-ells.md b/_team/tamara-ells.md index bfc63529b3..d30604a86d 100644 --- a/_team/tamara-ells.md +++ b/_team/tamara-ells.md @@ -3,6 +3,8 @@ title: 'Tamara Ells' date: 2018-12-20T13:44:55+10:00 draft: false image: 'images/team/michael-dam-258165-unsplash.jpg' +image_width: 60 +image_height: 60 jobtitle: 'UI Designer' weight: 4 --- diff --git a/about.md b/about.md index 1604cbbda3..613b0b75bf 100644 --- a/about.md +++ b/about.md @@ -1,7 +1,7 @@ --- -title: "About" -date: 2018-02-22T17:01:34+07:00 +title: About layout: page +description: About bodyClass: page-about --- diff --git a/assets/css/style.scss b/assets/css/style.scss index d3b013970c..50d120ba02 100755 --- a/assets/css/style.scss +++ b/assets/css/style.scss @@ -3,12 +3,13 @@ --- // Colors -$primary: #E5261F; +$primary: #e5261f; $secondary: #f88379; $black: #2f2f41; $white: #ffffff; $white-offset: #fff6f8; $steel: #5C5A5A; +$primary-dark: #a01b16; // Links $link-color: $primary; diff --git a/contact.md b/contact.md index 852158f347..8aee08fe1b 100644 --- a/contact.md +++ b/contact.md @@ -1,6 +1,7 @@ --- title: Contact layout: contact +description: Contact --- Lorem markdownum aequalis strigis. Saetigeri iubeas, vultu huic alvum nondum de obside ut laniavit arbor palmis, cum quin. Rupes vetat videndo, armigerae crimen habet Priamum nec. diff --git a/images/team/cristian-newman-94319-unsplash.jpg b/images/team/cristian-newman-94319-unsplash.jpg index ffee98faa3..4d25c0afc5 100644 Binary files a/images/team/cristian-newman-94319-unsplash.jpg and b/images/team/cristian-newman-94319-unsplash.jpg differ diff --git a/images/team/joseph-gonzalez-399972-unsplash.jpg b/images/team/joseph-gonzalez-399972-unsplash.jpg index be9a1d3e77..fd038d1553 100644 Binary files a/images/team/joseph-gonzalez-399972-unsplash.jpg and b/images/team/joseph-gonzalez-399972-unsplash.jpg differ diff --git a/images/team/michael-dam-258165-unsplash.jpg b/images/team/michael-dam-258165-unsplash.jpg index 666f910f15..f60f11acc0 100644 Binary files a/images/team/michael-dam-258165-unsplash.jpg and b/images/team/michael-dam-258165-unsplash.jpg differ diff --git a/images/team/nonsap-visuals-kMJp7620W6U-unsplash.jpg b/images/team/nonsap-visuals-kMJp7620W6U-unsplash.jpg index c686bbc904..b6d20c95ce 100644 Binary files a/images/team/nonsap-visuals-kMJp7620W6U-unsplash.jpg and b/images/team/nonsap-visuals-kMJp7620W6U-unsplash.jpg differ diff --git a/images/team/original/cristian-newman-94319-unsplash.jpg b/images/team/original/cristian-newman-94319-unsplash.jpg new file mode 100644 index 0000000000..ffee98faa3 Binary files /dev/null and b/images/team/original/cristian-newman-94319-unsplash.jpg differ diff --git a/images/team/original/joseph-gonzalez-399972-unsplash.jpg b/images/team/original/joseph-gonzalez-399972-unsplash.jpg new file mode 100644 index 0000000000..be9a1d3e77 Binary files /dev/null and b/images/team/original/joseph-gonzalez-399972-unsplash.jpg differ diff --git a/images/team/original/michael-dam-258165-unsplash.jpg b/images/team/original/michael-dam-258165-unsplash.jpg new file mode 100644 index 0000000000..666f910f15 Binary files /dev/null and b/images/team/original/michael-dam-258165-unsplash.jpg differ diff --git a/images/team/original/nonsap-visuals-kMJp7620W6U-unsplash.jpg b/images/team/original/nonsap-visuals-kMJp7620W6U-unsplash.jpg new file mode 100644 index 0000000000..c686bbc904 Binary files /dev/null and b/images/team/original/nonsap-visuals-kMJp7620W6U-unsplash.jpg differ diff --git a/images/team/original/peter-van-eijk-711986-unsplash.jpg b/images/team/original/peter-van-eijk-711986-unsplash.jpg new file mode 100644 index 0000000000..f1483f7104 Binary files /dev/null and b/images/team/original/peter-van-eijk-711986-unsplash.jpg differ diff --git a/images/team/original/sage-kirk-485982-unsplash.jpg b/images/team/original/sage-kirk-485982-unsplash.jpg new file mode 100644 index 0000000000..8568d34c54 Binary files /dev/null and b/images/team/original/sage-kirk-485982-unsplash.jpg differ diff --git a/images/team/original/sung-wang-g4DgCF90EM4-unsplash.jpg b/images/team/original/sung-wang-g4DgCF90EM4-unsplash.jpg new file mode 100644 index 0000000000..560cdb5011 Binary files /dev/null and b/images/team/original/sung-wang-g4DgCF90EM4-unsplash.jpg differ diff --git a/images/team/original/vince-fleming-613817-unsplash.jpg b/images/team/original/vince-fleming-613817-unsplash.jpg new file mode 100644 index 0000000000..a07ed54345 Binary files /dev/null and b/images/team/original/vince-fleming-613817-unsplash.jpg differ diff --git a/images/team/peter-van-eijk-711986-unsplash.jpg b/images/team/peter-van-eijk-711986-unsplash.jpg index f1483f7104..05af0d735b 100644 Binary files a/images/team/peter-van-eijk-711986-unsplash.jpg and b/images/team/peter-van-eijk-711986-unsplash.jpg differ diff --git a/images/team/sage-kirk-485982-unsplash.jpg b/images/team/sage-kirk-485982-unsplash.jpg index 8568d34c54..b2febe98c8 100644 Binary files a/images/team/sage-kirk-485982-unsplash.jpg and b/images/team/sage-kirk-485982-unsplash.jpg differ diff --git a/images/team/sung-wang-g4DgCF90EM4-unsplash.jpg b/images/team/sung-wang-g4DgCF90EM4-unsplash.jpg index 560cdb5011..fae6e52645 100644 Binary files a/images/team/sung-wang-g4DgCF90EM4-unsplash.jpg and b/images/team/sung-wang-g4DgCF90EM4-unsplash.jpg differ diff --git a/images/team/vince-fleming-613817-unsplash.jpg b/images/team/vince-fleming-613817-unsplash.jpg index a07ed54345..af8437ed85 100644 Binary files a/images/team/vince-fleming-613817-unsplash.jpg and b/images/team/vince-fleming-613817-unsplash.jpg differ diff --git a/services.md b/services.md index a288868140..afb2d42758 100644 --- a/services.md +++ b/services.md @@ -1,9 +1,10 @@ --- title: Services layout: services +description: Services intro_image: "images/illustrations/reading.svg" intro_image_absolute: true -intro_image_hide_on_mobile: false +intro_image_hide_on_mobile: true --- # Services that grow with your business diff --git a/team.md b/team.md index af1083bd67..99e21bc99d 100644 --- a/team.md +++ b/team.md @@ -1,6 +1,7 @@ --- title: Team layout: teams +description: Team permalink: "/team/" intro_image_absolute: true intro_image_hide_on_mobile: false