Skip to content

Commit

Permalink
Add new logo_grid
Browse files Browse the repository at this point in the history
- Plus other refactorings and tweaks
  • Loading branch information
adamstac committed Jun 15, 2021
1 parent a0e8efa commit f3e9377
Show file tree
Hide file tree
Showing 40 changed files with 551 additions and 205 deletions.
22 changes: 17 additions & 5 deletions assets/app/layout/marketing.scss
Expand Up @@ -50,13 +50,14 @@
max-width: 980px;
padding: ($base-spacing * 2.25) 0;
text-align: center;
// background-color: $black;
background: linear-gradient(345deg, rgba($black,1) 0%, rgba(#202020,1) 90%);
border-radius: 6px;
background-color: $black;
// background: linear-gradient(345deg, rgba($black,1) 0%, rgba(#202020,1) 90%);
color: $mostly-white;
box-shadow: 0px 70px 55px rgba(0,0,0,0.15),0px 30px 30px rgba(0,0,0,0.08);
// box-shadow: 0 2px 2px rgba(0,0,0,.07), 0 6px 5px rgba(0,0,0,.04), 0 12px 10px rgba(0,0,0,.03), 0 22px 18px rgba(0,0,0,.02), 0 41px 33px rgba(0,0,0,.02), 0 100px 80px rgba(0,0,0,.01);

@include breakpoint(desktop) { border-radius: 6px; }

p { margin: 0; }

.proof-logo {
Expand All @@ -66,10 +67,17 @@
margin: 0 auto;
}
.proof-quote {
font-size: 1.3em;
font-size: 1.25em;
line-height: 1.5;
max-width: 660px;
max-width: 100%;
padding: 0 $base-spacing * 1.15;
margin: ($base-spacing * 1.2) auto;

@include breakpoint(desktop) {
font-size: 1.3em;
max-width: 660px;
padding: 0;
}
}
figure {
max-width: 480px;
Expand Down Expand Up @@ -113,6 +121,10 @@

&--no_top_padding { padding-top: 0; }

&--dark svg {
fill: rgba(#fff, .8);
}

&--dark,
&--map,
&--intro {
Expand Down
31 changes: 21 additions & 10 deletions assets/app/layout/sponsor_story.scss
@@ -1,3 +1,19 @@
.breadcrumbs {
font-family: $code;
font-size: 14px;

&--centered {
text-align: center;
}

a {
color: $black;
&:hover {
text-decoration: underline;
}
}
}

.sponsor_story {
@include wrap(1200px);

Expand All @@ -18,12 +34,12 @@
&-header {
&-breadcrumbs {
font-family: $code;
font-size: 0.8em;
font-size: 13px;
text-align: center;
}

&-logo {
margin: 0 auto;
margin: 50px auto;
max-width: 100%;
}

Expand All @@ -37,26 +53,21 @@

&-quote {
margin: 0 auto;
max-width: 940px;
padding: 0 10%;

&-body {
margin-bottom: 2.5em;
text-align: center;
font-size: 1.15em;

p {
line-height: 1.75em;
}

@media (min-width: $tablet) {
font-size: 1.25em;
}
@include breakpoint(tablet) { font-size: 1.25em; }
}
}

&-examples {
margin: $base-spacing*3 auto $base-spacing*2;
}

&-sponsors {
margin: $base-spacing*3 auto $base-spacing*3;
text-align: center;
Expand Down
5 changes: 5 additions & 0 deletions assets/static/images/content/sponsors/algolia-light.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions assets/static/images/content/sponsors/cast-light.svg
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 f3e9377

Please sign in to comment.