forked from kubernetes/website
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates to box.html and golfnow.html (kubernetes#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
- Loading branch information
1 parent
2921631
commit 9a89b61
Showing
8 changed files
with
140 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.