From 9a89b61103e48578eb0f9d9975d99b135e0f2e19 Mon Sep 17 00:00:00 2001 From: Alex Contini Date: Thu, 20 Jul 2017 17:50:16 -0400 Subject: [PATCH] Updates to box.html and golfnow.html (#4277) * Add files via upload * Add files via upload * Add files via upload * Add files via upload * Add files via upload * Add files via upload * Add files via upload * Add files via upload * Add files via upload * Add files via upload * Add files via upload * fix layout and logo * fix golfnow layout and logo * fix golfnow link * Update box.html * Update golfnow.html * add custom css logic * switch layouts back to *basic* * remove class gridPage * debug * Update style_golfnow.css realized the footer class was what making the bg dark, so added an override to white * remove logo class on logo image * remove logo class from golfnow image * add mechanism to turn off default styles * debug liquid logic * rename variable * Setup custom SASS * test custom sass for case studies * remove class for image logos * cleanup and simplify * New logo for landing page * change GolfNow logo on landing page * fix spacing on case studies landing page * Updated custom sass Fixed mobile issues and some spacing issues * Update _case-studies.sass * Update _case-studies.sass --- _includes/head.html | 3 +- _sass/_case-studies.sass | 99 +++++++++++++++++++++++++++++++++++++ case-studies/box.html | 24 ++------- case-studies/golfnow.html | 23 ++------- case-studies/index.html | 15 +++--- css/case_study_styles.sass | 12 +++++ css/style_golfnow.css | 11 +++-- images/golfnow.png | Bin 0 -> 8350 bytes 8 files changed, 139 insertions(+), 48 deletions(-) create mode 100644 _sass/_case-studies.sass create mode 100644 css/case_study_styles.sass create mode 100644 images/golfnow.png diff --git a/_includes/head.html b/_includes/head.html index 37b7bfaab4..87c4a4f175 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -4,10 +4,11 @@ - + {% if page.case_study_styles %}{% else %}{% endif %} {% if page.class == "gridPage" %}{% endif %} + {% if page.css %}{% else %}{% endif %} {% if page.description %} diff --git a/_sass/_case-studies.sass b/_sass/_case-studies.sass new file mode 100644 index 0000000000..1b359c1773 --- /dev/null +++ b/_sass/_case-studies.sass @@ -0,0 +1,99 @@ +// SASS for Case Studies pages go here: + +hr + background-color: #999999 + +h2 + margin-bottom: 15px !important + +.subhead + padding-bottom: 2% !important + padding-top: 0% !important + +.details + margin-left: 1.9% + padding-right: 5% + font-size: 16px !important + padding-bottom: 2% !important + +.section1 + margin-bottom: 3% + .cols + width: 80% !important + margin-left: 6.8% + padding-top: 1.5% + .col1 + width: 52% !important + font-weight: 300 !important + .col2 + width: 46% !important + +.banner2text + width: 63% + padding-top: 10% + padding-left: 0% !important + float: initial !important + text-align: center + margin: 0 auto + position: relative + +.banner3text, .banner4text, .banner5text + width: 63% + padding-left: 0% !important + float: initial !important + text-align: center + margin: 0 auto + position: relative + +.fullcol + float: initial !important + +body footer + background-color: #585858 !important + +.section1 + float: left !important + +.banner1 + padding-left: 11.9% !important + +.banner2 + float: initial !important + padding-bottom: 2% !important + +footer + padding: 0% 7% + +.banner4, .banner3, .banner5 + float: initial !important + +@media screen and (max-width: 910px) + .banner2text + width: 47% + padding-top: 45% + .details + margin-left: 0% + margin-bottom: 3% + .subhead + padding-bottom: 0% !important + padding-top: 0% !important + .banner3 + width: 100% !important + +@media screen and (max-width: 780px) + .section1 .cols + width: 100% !important + margin-left: 0% + padding-top: 5% + .col1, .col2 + width: 100% !important + margin-left: 0% !important + .fullcol + width: 90% !important + margin-left: 5% !important + .banner1 + padding-left: 10% !important + margin-bottom: 6% !important + .banner2text + padding-top: 60% !important + padding-bottom: 2% !important diff --git a/case-studies/box.html b/case-studies/box.html index 8a068dca14..ea43909bfc 100644 --- a/case-studies/box.html +++ b/case-studies/box.html @@ -1,23 +1,13 @@ --- title: Box Case Study -layout: none -class: gridPage +layout: basic +case_study_styles: true cid: caseStudies +css: /css/style_box.css --- - - - - - - - - Box Case Study - - -
-

CASE STUDY:
+

CASE STUDY:
An Early Adopter Envisions a New Cloud Platform

@@ -40,7 +30,6 @@ cid: caseStudies
-

Solution

Over the past couple of years, Box has been decomposing its infrastructure into microservices, and became an early adopter of, as well as contributor to, Kubernetes container orchestration. Kubernetes, Ghods says, has allowed Box’s developers to "target a universal set of concepts that are portable across all clouds."

@@ -52,14 +41,12 @@ cid: caseStudies -
"We looked at a lot of different options, but Kubernetes really stood out....the fact that on day one it was designed to run on bare metal just as well as Google Cloud meant that we could actually migrate to it inside of our data centers, and then use those same tools and concepts to run across public cloud providers as well."

- SAM GHOUDS, CO-FOUNDER AND SERVICES ARCHITECT OF BOX
-
@@ -122,6 +109,3 @@ cid: caseStudies "The same way it doesn’t make sense to deviate from Linux because it’s such a standard," Ghods says, "I think Kubernetes is going down the same path. It is still early days—the documentation still needs work and the user experience for writing and publishing specs to the Kubernetes clusters is still rough. When you’re on the cutting edge you can expect to bleed a little. But the bottom line is, this is where the industry is going. Three to five years from now it’s really going to be shocking if you run your infrastructure any other way."
- - - diff --git a/case-studies/golfnow.html b/case-studies/golfnow.html index 5491862825..1d0395aad1 100644 --- a/case-studies/golfnow.html +++ b/case-studies/golfnow.html @@ -1,27 +1,17 @@ --- title: GolfNow Case Study -layout: none -class: gridPage +layout: basic +case_study_styles: true cid: caseStudies +css: /css/style_golfnow.css --- - - - - - - - - GolfNow Case Study - - -
-

CASE STUDY:
+
+

CASE STUDY:
Saving Time and Money with Cloud Native Infrastructure

-
Company GolfNow     Location Orlando, Florida     Industry Golf Industry Technology and Services Provider
@@ -133,6 +123,3 @@ cid: caseStudies

- - - diff --git a/case-studies/index.html b/case-studies/index.html index 8ad921c62f..0b386ee8c5 100644 --- a/case-studies/index.html +++ b/case-studies/index.html @@ -14,12 +14,12 @@ cid: caseStudies
-
- GolfNow -

"We can move data centers in incredible amounts of time. If you haven’t come from the Kubernetes world and I tell you this is what I’ve been doing, you wouldn’t believe me."

- - Read about GolfNow -
+
+ GolfNow +

"We can move data centers in incredible amounts of time. If you haven’t come from the Kubernetes world and I tell you this is what I’ve been doing, you wouldn’t believe me."

+ + Read about GolfNow +
Pearson

"We chose Kubernetes because of its flexibility, ease of management and the way it improves our engineers' productivity."

@@ -42,6 +42,9 @@ cid: caseStudies

"Kubernetes has the opportunity to be the new cloud platform. Because it’s a never-before-seen level of automation and intelligence surrounding infrastructure that is portable and agnostic to every way you can run your infrastructure."

Read about Box
+
+

+
diff --git a/css/case_study_styles.sass b/css/case_study_styles.sass new file mode 100644 index 0000000000..beb0d33d49 --- /dev/null +++ b/css/case_study_styles.sass @@ -0,0 +1,12 @@ +--- +--- + +@import "../_sass/reset" +@import "../_sass/skin" +@import "../_sass/code-styles" + +// media queries +@import "../_sass/base" +@import "../_sass/case-studies" +@import "../_sass/tablet" +@import "../_sass/desktop" diff --git a/css/style_golfnow.css b/css/style_golfnow.css index 24cf958d7b..bbe4056098 100644 --- a/css/style_golfnow.css +++ b/css/style_golfnow.css @@ -1,6 +1,6 @@ -#caseStudyTitle { - margin-top: 1em !important; - font-family:"Roboto", sans-serif; + +.golfnow { + width:100%; } p { @@ -15,9 +15,14 @@ a { body { margin:0; + background-color:#ffffff !important; } +footer { +background-color:#ffffff !important; +} + h1 { font-family:"Roboto", sans-serif; font-weight:bold; diff --git a/images/golfnow.png b/images/golfnow.png new file mode 100644 index 0000000000000000000000000000000000000000..48364a3cbed1d297c59238f4b38840d006973b07 GIT binary patch literal 8350 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