From a2e842c13f4602652b8d059396bb172bf3764dbc Mon Sep 17 00:00:00 2001 From: Kenneth Date: Tue, 4 Apr 2017 16:51:18 -0600 Subject: [PATCH 1/6] Fix for mobile in homepage. --- _includes/page_content.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/page_content.html b/_includes/page_content.html index bb8a632..e0b3987 100755 --- a/_includes/page_content.html +++ b/_includes/page_content.html @@ -1,3 +1,3 @@ -
+
{{ content }}
From 09c2f7e3143187aa663e31dc353063ac10a8194b Mon Sep 17 00:00:00 2001 From: Steve Brown Date: Wed, 5 Apr 2017 09:53:17 -0400 Subject: [PATCH 2/6] Adding updated team member graphics. --- img/andre.svg | 48 ++++++++++++++++++++++++++++++++++----- img/avatar_man.svg | 8 +++++++ img/avatar_woman.svg | 8 +++++++ img/chad.svg | 48 ++++++++++++++++++++++++++++++++++----- img/esther.svg | 48 ++++++++++++++++++++++++++++++++++----- img/jenn.svg | 53 +++++++++++++++++++++++++++++++++++++++----- img/kenneth.svg | 8 +++++++ img/laura.svg | 8 +++++++ img/mike.svg | 8 +++++++ 9 files changed, 217 insertions(+), 20 deletions(-) create mode 100644 img/avatar_man.svg create mode 100644 img/avatar_woman.svg create mode 100644 img/kenneth.svg create mode 100644 img/laura.svg create mode 100644 img/mike.svg diff --git a/img/andre.svg b/img/andre.svg index 73bb69f..040a548 100644 --- a/img/andre.svg +++ b/img/andre.svg @@ -1,8 +1,46 @@ - + + + + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/img/avatar_man.svg b/img/avatar_man.svg new file mode 100644 index 0000000..eac9291 --- /dev/null +++ b/img/avatar_man.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/img/avatar_woman.svg b/img/avatar_woman.svg new file mode 100644 index 0000000..ab330a2 --- /dev/null +++ b/img/avatar_woman.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/img/chad.svg b/img/chad.svg index 9bd8b86..3d87227 100644 --- a/img/chad.svg +++ b/img/chad.svg @@ -1,8 +1,46 @@ - + + + + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/img/esther.svg b/img/esther.svg index 02447b2..ed4893d 100644 --- a/img/esther.svg +++ b/img/esther.svg @@ -1,8 +1,46 @@ - + + + + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/img/jenn.svg b/img/jenn.svg index f62d38c..23918ed 100644 --- a/img/jenn.svg +++ b/img/jenn.svg @@ -1,8 +1,51 @@ - + + + + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/img/kenneth.svg b/img/kenneth.svg new file mode 100644 index 0000000..ea3f4de --- /dev/null +++ b/img/kenneth.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/img/laura.svg b/img/laura.svg new file mode 100644 index 0000000..8cc7d62 --- /dev/null +++ b/img/laura.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/img/mike.svg b/img/mike.svg new file mode 100644 index 0000000..68e9792 --- /dev/null +++ b/img/mike.svg @@ -0,0 +1,8 @@ + + + + + + + + From ce6552319002f038eb956c45c91ac1dfde68a93d Mon Sep 17 00:00:00 2001 From: Kenneth Date: Wed, 5 Apr 2017 08:27:23 -0600 Subject: [PATCH 3/6] Missing dot. --- about.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/about.html b/about.html index 53bf3f4..7e5dee2 100644 --- a/about.html +++ b/about.html @@ -43,7 +43,7 @@

PARTNER, DIRECTOR OF PRODUCT DEVELOPMENT

Karl knows software. Karl knows hardware. Most importantly, Karl knows execution. He is responsible for Veux’s mobile software and systems architecture, Agile product - development process, and project management + development process, and project management. Read more.. He has deep expertise in connecting apps and hardware through Bluetooth and Wi-Fi From 19b446d07fd8c4d3d188053a2df3ba483c6c12fb Mon Sep 17 00:00:00 2001 From: Kenneth Date: Wed, 5 Apr 2017 08:49:14 -0600 Subject: [PATCH 4/6] Fix in contact page --- contact.html | 5 +++-- css/landing-page.css | 14 ++++++++++++++ 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/contact.html b/contact.html index 23a8f34..ef27901 100644 --- a/contact.html +++ b/contact.html @@ -26,14 +26,15 @@

Contact Us

Portland

- portland@veuxlabs.com
+ portland@veuxlabs.com +
+1 (503) 928-7731

Boston

- boston@veuxlabs.com
+ boston@veuxlabs.com
+1 (617) 863-0245
diff --git a/css/landing-page.css b/css/landing-page.css index 06a3191..e55e4cb 100755 --- a/css/landing-page.css +++ b/css/landing-page.css @@ -1627,6 +1627,20 @@ footer .copyright { top: 2px; } +.our-team.contact .office a { + font-family: 'Ubuntu'; + font-size: 18px; + font-weight: 300; + line-height: 30px; + letter-spacing: 0.5px; + position: relative; + top: 2px; + color: white; +} +.our-team.contact .office a:hover { + cursor: pointer; +} + .our-team.contact .office span a { color: white !important; } From 5a632eda9452162f5618ae197c7c795034043899 Mon Sep 17 00:00:00 2001 From: Kenneth Date: Wed, 5 Apr 2017 08:59:43 -0600 Subject: [PATCH 5/6] Fix in contact page --- css/landing-page.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/css/landing-page.css b/css/landing-page.css index e55e4cb..f0f6397 100755 --- a/css/landing-page.css +++ b/css/landing-page.css @@ -1574,8 +1574,6 @@ footer .copyright { } .content.contact h1 { - min-height: 80px; - margin: 30px 0px; color: #4e4b4a; padding-right: 20px } From 3de0b742388b62e9a1817685dd7ba738068fb946 Mon Sep 17 00:00:00 2001 From: Kenneth Date: Wed, 5 Apr 2017 09:02:30 -0600 Subject: [PATCH 6/6] Font fixes --- css/landing-page.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/landing-page.css b/css/landing-page.css index f0f6397..413bb4d 100755 --- a/css/landing-page.css +++ b/css/landing-page.css @@ -1575,7 +1575,8 @@ footer .copyright { .content.contact h1 { color: #4e4b4a; - padding-right: 20px + padding-right: 20px; + margin-top: 0; } .content.contact .description {