mirror of https://github.com/docker/docs.git
Hackathon update
This commit is contained in:
parent
9902ba0f73
commit
481c09b778
1
Gemfile
1
Gemfile
|
@ -4,3 +4,4 @@ source "https://rubygems.org"
|
|||
# Please ensure, before upgrading, that this version exists as a tag in starefossen/github-pages here:
|
||||
# https://hub.docker.com/r/starefossen/github-pages/tags/
|
||||
gem "github-pages", "112"
|
||||
gem 'wdm', '>= 0.1.0' if Gem.win_platform?
|
||||
|
|
23
hackathon.md
23
hackathon.md
|
@ -4,6 +4,22 @@ keywords: hack, hackathon, dockercon, austin, 2017
|
|||
noratings: true
|
||||
---
|
||||
|
||||
## Docs Hackathon: Results coming soon
|
||||
|
||||
Well, it's over.
|
||||
We had an amazing hackathon on the documentation last week, with over 140 bugs
|
||||
closed and counting. We couldn't be more thankful for your participation!
|
||||
This week we will be wrapping up reviews on the remaining pull requests,
|
||||
tallying points, and sending out prizes. If you participated, make sure you
|
||||
[fill out your report](/hackathon/#claiming-your-points) so you can [get your rewards](http://www.cafepress.com/dockerdocshackathon).
|
||||
|
||||
We are so humbled and lucky to have a community like you working with us. From
|
||||
the bottom of our hearts: thank you!
|
||||
|
||||
[Hackathon details](/hackathon/){: class="button outline-btn" style="margin-bottom:20px;margin-right:20px"}[Visit the rewards store](http://www.cafepress.com/dockerdocshackathon){: class="button outline-btn" style="margin-bottom:20px"}
|
||||
|
||||
## Original Hackathon details
|
||||
|
||||
During DockerCon 2017, Docker's docs team will be running our first-ever
|
||||
hackathon, and you're invited to participate and win prizes -- whether you
|
||||
attend DockerCon or are just watching the proceedings online.
|
||||
|
@ -25,8 +41,6 @@ All participants who show up in the 4th floor hack room at DockerCon will get
|
|||
|
||||

|
||||
|
||||
** The Docs Hackathon is officially underway! **
|
||||
|
||||
## Quick links
|
||||
|
||||
- [Event page on DockerCon website](https://dockercon.smarteventscloud.com/connect/sessionDetail.ww?SESSION_ID=116676)
|
||||
|
@ -125,8 +139,8 @@ there.
|
|||
|
||||
### Every 10 points is worth $1 USD in the swag store
|
||||
|
||||
You'll see point values for each of the bugs, such as `points/100` and `points/250`. Opening an accepted PR that
|
||||
fixes these bugs by the end of the hackathon earns you that number of points.
|
||||
You'll see point values for each of the bugs, such as `points/100` and `points/250`. Opening an accepted PR that
|
||||
fixes these bugs by the end of the hackathon earns you that number of points.
|
||||
|
||||
So if you fix a 100-point bug, that's $10 you have to spend in [the swag store](http://www.cafepress.com/dockerdocshackathon).
|
||||
|
||||
|
@ -149,4 +163,3 @@ Participation in the Docs Hackathon and submission of content therein gives Dock
|
|||
For the purposes of copyright all content submitted to Docker for the Docs Hackathon belongs to Docker.
|
||||
|
||||
Winners will be announced the week of April 22nd on https://docs.docker.com/hackathon. The winners will be named by GitHub username and contacted via email.
|
||||
|
||||
|
|
8
index.md
8
index.md
|
@ -8,14 +8,6 @@ notags: true
|
|||
---
|
||||
{% assign page.title = site.name %}
|
||||
|
||||
## Docs Hackathon, April 17-22nd, 2017
|
||||
|
||||
<a href="/hackathon/"><img src="docs-hackathon-2.png" alt="Docker Docs Hackathon, April 17-22nd, 2017" style="max-width: 100%"></a>
|
||||
|
||||
Fix docs bugs to claim the points, and cash in your points for prizes in [the swag store](http://www.cafepress.com/dockerdocshackathon). Every 10 points is worth $1 USD in store credit. Happening all DockerCon week, from April 17-21, 2017. <font color="#ef4d53">Hack room at the conference Tuesday, Wednesday 1pm to end of day: 4th floor, room 13A-13B.</font>
|
||||
|
||||
[Hackathon details](/hackathon/){: class="button outline-btn" style="margin:20px"}[View available bugs on GitHub](https://github.com/docker/docker.github.io/milestone/9){: class="button outline-btn" style="margin:20px"} [Visit the rewards store](http://www.cafepress.com/dockerdocshackathon){: class="button outline-btn" style="margin:20px"}
|
||||
|
||||
## Get started with Docker
|
||||
|
||||
Try our new multi-part walkthrough that goes from writing your first app,
|
||||
|
|
Loading…
Reference in New Issue