diff --git a/assets/sass/_hero.scss b/assets/sass/_hero.scss index 02d17ef5e9c0..8326d5a7e577 100644 --- a/assets/sass/_hero.scss +++ b/assets/sass/_hero.scss @@ -1,68 +1,65 @@ -header { +.header-hero { + @apply bg-purple-500 text-white py-8 px-4; - &.header-hero { - @apply bg-purple-500 text-white py-8 px-4; + &-dark { + @apply bg-purple-800; + } - &-dark { - @apply bg-purple-800; - } + @screen lg { + @apply py-24; + } + + h1 { + @apply text-white; + } + + .header-hero-items { @screen lg { - @apply py-24; + @apply flex; } - h1 { - @apply text-white; - } + .header-hero-item { - .header-hero-items { + // On large screens, hero items are distributed evenly with intersticial padding. @screen lg { - @apply flex; + @apply px-4 flex-1; } - .header-hero-item { - - // On large screens, hero items are distributed evenly with intersticial padding. + &:first-of-type { + @apply pr-0; @screen lg { - @apply px-4 flex-1; + @apply pl-0; } - &:first-of-type { - @apply pr-0; + p { + @apply text-xl text-purple-100 leading-relaxed; + } - @screen lg { - @apply pl-0; - } + .header-hero-actions { + @apply flex flex-col items-center mt-4; - p { - @apply text-xl text-purple-100 leading-relaxed; + @screen lg { + @apply inline-flex flex-row mt-2; } - .header-hero-actions { - @apply flex flex-col items-center mt-4; + .btn-lg { + @apply w-full text-center mb-4; @screen lg { - @apply inline-flex flex-row mt-2; - } - - .btn-lg { - @apply w-full text-center mb-4; - - @screen lg { - @apply mb-0 mr-4; - } + @apply mb-0 mr-4; } } } + } - &:last-of-type { - @apply text-white mt-0; + &:last-of-type { + @apply text-white mt-0; - @screen lg { - @apply pr-0; - } + @screen lg { + @apply pr-0; } } } diff --git a/layouts/page/about.html b/layouts/page/about.html index 087b360f9858..c1e20c8ecd84 100644 --- a/layouts/page/about.html +++ b/layouts/page/about.html @@ -78,6 +78,55 @@

+ +
+
+

Pulumi Investors

+ +
+
+ +
+
+
+

Press Releases

+
    + {{ range $.Site.Data.newsroom.releases }} +
  • +
    {{ .date }}
    +
    {{ .title }}
    + Read more → +
  • + {{ end }} +
+
+
+

Recent News

+
    + {{ range $.Site.Data.newsroom.coverage }} +
  • +
    + +
    +
    +
    {{ .date }}
    +
    {{ .title }}
    + Read more → +
    +
  • + {{ end }} +
+
+
+
+

Why Pulumi?

diff --git a/layouts/page/whitepaper.html b/layouts/page/whitepaper.html index 0c257aad1e2a..4c4b56acb03c 100644 --- a/layouts/page/whitepaper.html +++ b/layouts/page/whitepaper.html @@ -1,5 +1,5 @@ {{ define "hero" }} -
+

diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index d0326a7f7a51..285e78d0caa5 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -4,9 +4,10 @@
- + Pulumi logo + team@pulumi.com
  • @@ -46,7 +47,7 @@
-
+
{{/* Note: The "2006" is just how dates are formatted; it will be replaced with the current year. */}}

© {{ now.Format "2006" }} Pulumi. All rights reserved.

diff --git a/layouts/partials/header.html b/layouts/partials/header.html index d291c336e2db..04a134143b03 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -1,4 +1,4 @@ -