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

Commit

Permalink
Adds Project Galileo logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Matteo Vivona committed Dec 17, 2019
1 parent 2aa5596 commit 0fad198
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 7 deletions.
2 changes: 2 additions & 0 deletions _includes/home/product-summary.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ <h2>Supported by</h2>
rel="noopener" rel=”noopener”><img src="../../img/netlify-logo-light.png" /></a> <a
href="https://saucelabs.com" target="_blank" rel="noopener" rel=”noopener”><img
src="../../img/saucelabs-logo.png" class="img-so" /></a>
<a href="https://www.cloudflare.com/galileo/" target="_blank" rel="noopener" rel=”noopener”><img
src="../../img/cloudflare-galileo-logo.png" class="img-cl" /></a>
</div>
</div>

Expand Down
25 changes: 18 additions & 7 deletions _sass/_home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// ---------------------------------------/

.page-home {

.page-top {
overflow: hidden;
background-image: url(/img/bg-img-patients.jpg);
Expand All @@ -25,7 +24,6 @@
}

.home-hero {

.cta-row {
max-width: 485px;
margin: 0 auto 56px;
Expand Down Expand Up @@ -69,7 +67,7 @@
border-radius: 5px;
margin: 0 auto -25px;
max-width: 90%;
box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.50);
box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.5);
}
}

Expand All @@ -91,7 +89,6 @@
}

.why-hospitalrun {

blockquote {
margin: 0;
}
Expand All @@ -110,7 +107,6 @@
}

.sponsors {

img {
width: 200px;
height: auto;
Expand Down Expand Up @@ -154,6 +150,21 @@
}
}

.img-cl {
padding-bottom: 0.8em;
margin-left: 2em;

@include media_max($bp_mobile) {
padding-top: 2em;
margin-right: 2.1em;
}

@include media_max($bp_tablet) {
padding-top: 2em;
margin-right: 2.1em;
}
}

.read-more {
font-size: 1.625rem;
margin-bottom: 0;
Expand All @@ -163,7 +174,7 @@
line-height: 1.6rem;
}

>a {
> a {
border-bottom: 1px solid;

&:hover {
Expand Down Expand Up @@ -203,4 +214,4 @@
line-height: 1.1875rem;
margin: 0;
}
}
}
Binary file added img/cloudflare-galileo-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0fad198

Please sign in to comment.