diff --git a/source/_data/sidebar.yml b/source/_data/sidebar.yml index fdc9743..b0dac65 100644 --- a/source/_data/sidebar.yml +++ b/source/_data/sidebar.yml @@ -1,4 +1,2 @@ -docs: - Incubate: - introduction: index.html + \ No newline at end of file diff --git a/source/community/index.md b/source/community/index.md new file mode 100644 index 0000000..b6c2a1a --- /dev/null +++ b/source/community/index.md @@ -0,0 +1,5 @@ +--- +id: index +layout: community +title: Community +--- \ No newline at end of file diff --git a/source/docs/index.md b/source/docs/index.md deleted file mode 100644 index 2d0d893..0000000 --- a/source/docs/index.md +++ /dev/null @@ -1,4 +0,0 @@ -title: Welcome to Incubate ---- - -Docs to go here. \ No newline at end of file diff --git a/source/projects/index.md b/source/projects/index.md new file mode 100644 index 0000000..fd4cf30 --- /dev/null +++ b/source/projects/index.md @@ -0,0 +1,5 @@ +--- +title: Projects +layout: projects +id: index +--- \ No newline at end of file diff --git a/source/submissions/index.md b/source/submissions/index.md new file mode 100644 index 0000000..74c67e5 --- /dev/null +++ b/source/submissions/index.md @@ -0,0 +1,5 @@ +--- +id: index +title: Submissions +layout: submissions +--- \ No newline at end of file diff --git a/themes/navy/layout/about.swig b/themes/navy/layout/about.swig index 5dcf32a..fd4edf4 100644 --- a/themes/navy/layout/about.swig +++ b/themes/navy/layout/about.swig @@ -2,9 +2,9 @@

incubate About - Projects - Submissions - Community + Projects + Submissions + Community

diff --git a/themes/navy/layout/community.swig b/themes/navy/layout/community.swig new file mode 100644 index 0000000..73175e0 --- /dev/null +++ b/themes/navy/layout/community.swig @@ -0,0 +1,36 @@ +
+

+ incubate + About + Projects + Submissions + Community +

+
+
+
+

{{ page.title }}

+ Edit on Github +
+
+
+
+
+
+
+
+
+
+

Suggest a Project

+

We’re always interested in hearing from the community, so please get in touch with any questions or even just to say hello. Know of an open source blockchain project in need of support or help to get going? Encourage them to apply, reach out through our #status-incubate public chat channel within the status app, or email us at incubateteam@status.im.

+

Become a Mentor

+

Interested in contributing a few hours each week to help us incubate exciting projects? Tell us about yourself, including your area of expertise and how you think you can best contribute.

+
+
+
+
+
+
+
+
+ diff --git a/themes/navy/layout/projects.swig b/themes/navy/layout/projects.swig new file mode 100644 index 0000000..5427e43 --- /dev/null +++ b/themes/navy/layout/projects.swig @@ -0,0 +1,59 @@ +
+

+ incubate + About + Projects + Submissions + Community +

+
+
+
+

{{ page.title }}

+ Edit on Github +
+
+
+
+
+
+
+
+
+
+

Interested in learning more about our projects? Meet our community of entrepreneurs:

+
+
+ +

Kickback

+

Kickback is an Ethereum-powered, open-source event management DApp and an incredibly smart solution to minimize event no-shows. People who register to attend an event commit a small amount of ETH when they RSVP. Those who attend can withdraw their ETH after the event. + The collective ETH from any no-shows is distributed to the event attendees, or can be applied to charity or a future event.

+
+
+ +

Pixura

+

Pixura is a protocol for digital content ownership on Ethereum. WIth Pixura you can create a digital marketplace in minutes, deploy smart contracts, create tokens, search, and use analytics. Pixura is the team behind SuperRare, + which helps users collect digital art and ensures artists receive a portion of sales each time their work changes hands.

+
+
+
+ +

CryptoStrikers

+

CryptoStrikers is a crypto-collectibles platform that allows sports fans to buy and trade soccer cards. Each of these crypto cards is unique, with an ERC-721 token on the Ethereum blockchain. Since CryptoStrikers data is public, + it’s easy to see how scarce each card is, and owners can display them and use them however they like.

+
+
+

Tell us about your project!

+ Apply to Status Incubate +
+
+
+
+
+
+
+
+
+
+
+ diff --git a/themes/navy/layout/submissions.swig b/themes/navy/layout/submissions.swig new file mode 100644 index 0000000..522e913 --- /dev/null +++ b/themes/navy/layout/submissions.swig @@ -0,0 +1,43 @@ +
+

+ incubate + About + Projects + Submissions + Community +

+
+
+
+

{{ page.title }}

+ Edit on Github +
+
+
+
+
+
+
+
+
+
+

Submission Process

+

Once you submit your project, it will go through an initial review. If selected, you’ll move on to the next phase - an interview with members of the Incubate team.

+

You’ll then have multiple review stages with Status Core Team Members, ideally culminating in a final review and offer.

+

Submission Criteria

+
    +
  • Is the project open source?
  • +
  • Does the product or service fill a necessary gap in the ecosystem?
  • +
  • What is the competitive landscape like?
  • +
  • Is there existing community interest?
  • +
  • Are there any associated legal risks?
  • +
+
+
+
+
+
+
+
+
+ diff --git a/themes/navy/source/css/_partial/apply-form.styl b/themes/navy/source/css/_partial/apply-form.styl index d6e34e0..a8946bd 100644 --- a/themes/navy/source/css/_partial/apply-form.styl +++ b/themes/navy/source/css/_partial/apply-form.styl @@ -52,13 +52,13 @@ border-radius: 22px font-weight: 500 line-height: normal - background-color: #fff - color: #000 + background-color: #008BAD + color: #fff 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 + 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/_partial/page.styl b/themes/navy/source/css/_partial/page.styl index b591344..e85ae56 100644 --- a/themes/navy/source/css/_partial/page.styl +++ b/themes/navy/source/css/_partial/page.styl @@ -156,7 +156,7 @@ note-warn = hsl(0, 100%, 50%) font-size: 16px h1, h2, h3, h4, h5, h6 font-weight: bold - margin: 12px 0 + margin: 32px 0 color: #000000 a color: incubate; @@ -299,4 +299,44 @@ $article-footer-link color: #939BA1 font-size: 16px - \ No newline at end of file +.submission-list + list-style: circle !important + margin-bottom: 100px !important + li + padding: 10px 0 + +.projects-intro + margin-top: 32px + +.project-wrap + display: table-row + +.project + width: calc(50% - 30px) + margin-right: 30px + +.project2 + width: 50% + +.project, .project2 + float: left + padding: 32px + border: 1px solid rgba(0, 0, 0, 0.1) + box-sizing: border-box + border-radius: 10px + margin-bottom: 30px + margin-top: 30px + display: table-cell + img + margin: 3px 0px 15px + h4 + font-weight: bold + font-size: 20px + color: #000000 + margin: 12px 0 + p + line-height: 25px + font-size: 16px + color: #000000 + + diff --git a/themes/navy/source/img/logo-cryptostrikers.svg b/themes/navy/source/img/logo-cryptostrikers.svg new file mode 100644 index 0000000..d39c074 --- /dev/null +++ b/themes/navy/source/img/logo-cryptostrikers.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/themes/navy/source/img/logo-kickback.svg b/themes/navy/source/img/logo-kickback.svg new file mode 100644 index 0000000..6a3ee15 --- /dev/null +++ b/themes/navy/source/img/logo-kickback.svg @@ -0,0 +1,3 @@ + + + diff --git a/themes/navy/source/img/logo-pixura.svg b/themes/navy/source/img/logo-pixura.svg new file mode 100644 index 0000000..5632196 --- /dev/null +++ b/themes/navy/source/img/logo-pixura.svg @@ -0,0 +1,3 @@ + + +