Adds Incubate Apply page

This commit is contained in:
Andy Tudhope 2018-10-23 23:43:07 +02:00
parent 6662c77185
commit 52a85982c2
No known key found for this signature in database
GPG Key ID: 02A3DFA93BF26AD2
9 changed files with 130 additions and 15 deletions

View File

@ -1,6 +1,5 @@
---
title: About
partial: about
layout: about
comments: false
---

5
source/apply/index.md Normal file
View File

@ -0,0 +1,5 @@
---
layout: apply
partial: apply
comments: false
---

View File

@ -1,6 +0,0 @@
layout: plugins
title: Extensions
data: plugins
partial: plugin
comments: false
---

View File

@ -21,13 +21,13 @@
<div class="article">
<div class="inner">
<div class="article-content" itemprop="articleBody">
<h1>Incubate Philosophy</h1>
<h2>Incubate Philosophy</h2>
<p>Our goal is to achieve widespread adoption of the decentralized web- while staying true to our core principles which include transparency, openness, decentralization, security, and privacy.</p>
<p>These principals act as tools for thinking, communication, and decision-making as we choose like-minded startups to support.</p>
<h1>Program Format</h1>
<h2>Program Format</h2>
<p>Because great projects are submitted throughout the year, we incubate startups on a rolling basis, so we're ready to go when you are.</p>
<p>We review all applications and invite the most promising projects to interview. After the interview process, successful applicants enter our 12-week program. This program is tailored to the specific needs of each startup.</p>
<h1>Our Team</h1>
<h2>Our Team</h2>
<p>Our team of Status Core Contributors embrace our culture of community and inclusion. Some team members work exclusively on Incubate, while others provide support as mentors. Were just as passionate about empowering our own team as we are about making sure our projects receive the support that helps them scale.</p>
<div class="team-member">
<img src="../img/circle.svg" />

View File

@ -0,0 +1,38 @@
<div class="site-specific-menu">
<p>
<span class="site-name">incubate</span>
<a class="specific-nav-link" href="/about/"><span>About</span></a>
<a class="specific-nav-link" href=""><span>Projects</span></a>
<a class="specific-nav-link" href=""><span>Submissions</span></a>
<a class="specific-nav-link" href=""><span>Community</span></a>
</p>
</div>
<div id="content-wrap-apply">
<div id="content-apply" class="wrapper">
<div id="content-inner">
<article class="article-container" itemscope itemtype="http://schema.org/Article">
<div class="article-inner">
<div class="article">
<div class="inner">
<div class="article-content article-content-apply" itemprop="articleBody">
<h1>Application</h1>
<!--[if lte IE 8]>
<script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/v2-legacy.js"></script>
<![endif]-->
<script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/v2.js"></script>
<script>
hbspt.forms.create({
portalId: "3954379",
formId: "a86d2477-be4a-495f-8543-03a69f9a4921",
css: ""
});
</script>
</div>
</div>
</div>
</div>
</article>
</div>
</div>
</div>

View File

@ -0,0 +1,64 @@
.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: #fff
color: #000
text-align: center
white-space: nowrap
box-shadow: 0px 2px 4px rgba(43, 59, 71, 0.124)
transition: all 0.3s ease-in-out
&:hover
background-color: #008BAD
color: #fff
cursor: pointer

View File

@ -46,5 +46,6 @@ body
#content-wrap
background: color-background-light
border-bottom: 1px solid darken(color-navy, 5%)
margin: -1px 0
#content-wrap-apply
background: color-background

View File

@ -6,6 +6,15 @@ note-warn = hsl(0, 100%, 50%)
clearfix()
position: relative
#content-apply
clearfix()
position: relative
background: #fff
border-radius: 10px
padding: 64px
margin-top: 40px
h1
#content-inner
display: flex;
@ -126,6 +135,9 @@ note-warn = hsl(0, 100%, 50%)
.article-heading:hover &
display: inline-block
.article-content-apply
max-width: 1200px !important
.article-content
line-height: line-height
color: color-default
@ -137,14 +149,14 @@ note-warn = hsl(0, 100%, 50%)
p, ol, ul, dl, table, blockquote, iframe, .highlight
margin: 12px 0
h1
font-size: 20px
font-size: 26px
h2
font-size: 18px
font-size: 20px
h3
font-size: 16px
h1, h2, h3, h4, h5, h6
font-weight: bold
margin: 1em 0
margin: 12px 0
color: #000000
a
color: incubate;
@ -286,4 +298,5 @@ $article-footer-link
p
color: #939BA1
font-size: 16px

View File

@ -6,6 +6,7 @@
@import "_partial/index"
@import "_partial/sidebar"
@import "_partial/page"
@import "_partial/apply-form"
@import "_partial/archive"
@import "_partial/mobile_nav"
@import "_partial/footer"