From bf5a30081e48c8e0875f0605f9f301dea734cd9a Mon Sep 17 00:00:00 2001 From: Andy Tudhope Date: Thu, 25 Oct 2018 00:53:13 +0200 Subject: [PATCH] Updates legal copy --- source/apply/index.md | 1 - themes/navy/layout/apply.swig | 14 +--- themes/navy/layout/index.swig | 2 +- .../navy/source/css/_partial/apply-form.styl | 64 ------------------- themes/navy/source/css/navy.styl | 1 - 5 files changed, 3 insertions(+), 79 deletions(-) delete mode 100644 themes/navy/source/css/_partial/apply-form.styl diff --git a/source/apply/index.md b/source/apply/index.md index 550810e..5f2afd8 100644 --- a/source/apply/index.md +++ b/source/apply/index.md @@ -1,5 +1,4 @@ --- layout: apply -partial: apply comments: false --- diff --git a/themes/navy/layout/apply.swig b/themes/navy/layout/apply.swig index 7da6eba..4d5407e 100644 --- a/themes/navy/layout/apply.swig +++ b/themes/navy/layout/apply.swig @@ -15,18 +15,8 @@
-

Application

- - - +
+
diff --git a/themes/navy/layout/index.swig b/themes/navy/layout/index.swig index ad80d6c..15534bc 100644 --- a/themes/navy/layout/index.swig +++ b/themes/navy/layout/index.swig @@ -13,7 +13,7 @@

Incubating Projects that are Building Web3

We’re advancing the Ethereum ecosystem by contributing to the growth of early stage, open source blockchain projects that share our values. Our incubatees are some of the most ambitious projects in the web3 ecosystem, and we’re providing pre-seed funding, mentorship, and infrastructure to help them succeed.

- APPLY FOR STATUS + APPLY FOR STATUS
diff --git a/themes/navy/source/css/_partial/apply-form.styl b/themes/navy/source/css/_partial/apply-form.styl deleted file mode 100644 index a8946bd..0000000 --- a/themes/navy/source/css/_partial/apply-form.styl +++ /dev/null @@ -1,64 +0,0 @@ -.hs-form - label - margin: 12px 0 - span - line-height: 25px - font-size: 16px - color: #000000 - input - border: 1px solid rgba(147, 155, 161, 0.4) - border-radius: 10px - height: 40px - width: 100% - textarea - border: 1px solid rgba(147, 155, 161, 0.4) - border-radius: 10px - height: 120px - width: 100% - ul - list-style: none - li - label - span - margin-left: 6px - - -.hs-form-required - color: red !important - margin-left: 4px - -.hs-firstname - float: left - width: calc(50% - 30px) - margin-right: 30px - @media mq-mobile - width: 100% - -.hs-lastname - width: 50% - float: left - margin-right: 0 - @media mq-mobile - width: 100% - -.actions - input - display: block - text-decoration: none - font-size: 14px - text-transform: uppercase - letter-spacing: 1px - padding: 10px 32px 9px - border-radius: 22px - font-weight: 500 - line-height: normal - background-color: #008BAD - color: #fff - text-align: center - white-space: nowrap - &:hover - background-color: #fff - color: #000 - cursor: pointer - box-shadow: 0px 2px 4px rgba(43, 59, 71, 0.124) - transition: all 0.1s ease-in-out diff --git a/themes/navy/source/css/navy.styl b/themes/navy/source/css/navy.styl index 45b6829..4683729 100644 --- a/themes/navy/source/css/navy.styl +++ b/themes/navy/source/css/navy.styl @@ -6,7 +6,6 @@ @import "_partial/index" @import "_partial/sidebar" @import "_partial/page" -@import "_partial/apply-form" @import "_partial/archive" @import "_partial/mobile_nav" @import "_partial/footer"