Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Commit

Permalink
Make website more minimal, remove colours+whale (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdrage authored Sep 22, 2017
1 parent 30c40d1 commit 62dfbaa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 49 deletions.
3 changes: 0 additions & 3 deletions _includes/intro-header.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,5 @@
<div class="spacing">
<h1>Simplifying how you define Kubernetes artifacts</h1>
<h2>Use Kedge to deploy applications with sensible defaults</h2>
<div class="whale">
<img src="/img/whale.gif"></img>
</div>
</div>
</div>
3 changes: 0 additions & 3 deletions _includes/introduction.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,4 @@
<h1>Simplifying how we define Kubernetes files</h1>
<h2>Kedge is the best way deploy to your cluster</h2>

<div class="whale">
<img src="/img/whale.gif"></img>
</div>
</section>
46 changes: 3 additions & 43 deletions css/styles.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
body {
background: url(/img/pattern.png) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-color: white;
font: 12px;
font-family: 'Ubuntu', sans-serif;
color:#595959;
Expand All @@ -13,47 +10,16 @@ strong, b {
font-weight:500;
}

.installation {
color:white;
background-color:#3fb1e5;
}

.installation h3 {
color:white;
}

.installation a {
color:white;
font-weight:500;
}

.examples {
color:white;
background-color:#2ba0d3;
text-align:left;
}

.examples h3 {
color:white;
}

.examples a {
color:white;
font-weight:500;
}

.demo {
color:white;
background-color:#2090cd;
}

.demo h3 {
color:white;
text-align:center;
}

.demo a {
color:white;
font-weight:500;
}

Expand Down Expand Up @@ -174,20 +140,14 @@ header {
margin: 0 auto;
}

.introduction {
background-color: #31abdf;
}

.introduction h1 {
padding-top:30px;
text-align:center;
color: white;
font-weight:500;
font-weight:500;
}

.introduction h2 {
text-align:center;
color: white;
font-weight:400;
}

Expand Down Expand Up @@ -370,7 +330,7 @@ li {
}

.demoexample {
text-align:center;
text-align:left;
}

.demoto {
Expand Down

0 comments on commit 62dfbaa

Please sign in to comment.