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
This commit is contained in:
committed by
Andrew Chen
parent
2921631001
commit
9a89b61103
@@ -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
|
||||
---
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400" rel="stylesheet">
|
||||
<link rel="stylesheet" type="text/css" href="/css/style_golfnow.css">
|
||||
<title>GolfNow Case Study</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="banner1">
|
||||
<h1>CASE STUDY: <img src="/images/golfnow_logo.png" class="logo" width="20%" style="margin-bottom:-6px"><br>
|
||||
<div class="banner1">
|
||||
<h1>CASE STUDY: <img src="/images/golfnow_logo.png" width="20%" style="margin-bottom:-6px"><br>
|
||||
<div class="subhead">Saving Time and Money with Cloud Native Infrastructure</div>
|
||||
</h1>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="details">
|
||||
Company <b>GolfNow</b> Location <b>Orlando, Florida</b> Industry <b>Golf Industry Technology and Services Provider</b>
|
||||
</div>
|
||||
@@ -133,6 +123,3 @@ cid: caseStudies
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user