diff --git a/_includes/footer.html b/_includes/footer.html index 3cf4d09..dfb091c 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 67d06e2..4c52f53 100644 --- a/_layouts/teams.html +++ b/_layouts/teams.html @@ -26,14 +26,14 @@ bodyClass: "page-teams"
{% 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 @@ bodyClass: "page-teams"
{% if team.image %}
- {{ team.title }} + {{ team.title }}
{% endif %}
diff --git a/_sass/components/_type.scss b/_sass/components/_type.scss index 050b1e1..548352e 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 945d639..3e90b4d 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 aa131be..1ad074a 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 f7c8c61..ecf36f7 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 5f8b410..2d106c6 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 ee2338d..82779df 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 8df0f5c..73ce155 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 bfc6352..d30604a 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 1604cbb..613b0b7 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 d3b0139..50d120b 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 852158f..8aee08f 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 ffee98f..4d25c0a 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 be9a1d3..fd038d1 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 666f910..f60f11a 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 c686bbc..b6d20c9 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 0000000..ffee98f 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 0000000..be9a1d3 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 0000000..666f910 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 0000000..c686bbc 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 0000000..f1483f7 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 0000000..8568d34 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 0000000..560cdb5 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 0000000..a07ed54 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 f1483f7..05af0d7 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 8568d34..b2febe9 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 560cdb5..fae6e52 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 a07ed54..af8437e 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 a288868..afb2d42 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 af1083b..99e21bc 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