Skip to content

Commit bbdaff9

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents e636c2d + 503d11b commit bbdaff9

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

README.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# What is [Code in the Dark](http://codeinthedark.com)
2-
[Code in the Dark](http://codeinthedark.com) is a front-end (HTML, CSS) competition where each contestant compete to implement a website design given only a screenshot. The catch is that no previews of the results are allowed during the implementation, and no measuring tools can be used. The winner is decided by the audience.
2+
[Code in the Dark](http://codeinthedark.com) is a front-end (HTML, CSS) competition, originating from [Tictail](https://tictail.com), where each contestant compete to implement a website design given only a screenshot. The catch is that no previews of the results are allowed during the implementation, and no measuring tools can be used. The winner is decided by the audience.
33

44
During the competition, the contestants have to use our custom editor for Code in the Dark, which [you can try out here](http://codeinthedark.com/editor).
55

@@ -11,9 +11,9 @@ During the competition, the contestants have to use our custom editor for Code i
1111
* Once the 15 minute timer runs out each contestant presents their result to the audience, who then vote on their favorite to decide the winner.
1212

1313
# Arranging your own Code in the Dark
14-
Code in the dark is open sourced - you can use the editor and rules to host your own competition. To host your own event, make a pull request in this repository to have it announced on the [codeinthedark.com](http://codeinthedark.com) website. Please read through and make sure you understand [the license](https://github.com/codeinthedark/codeinthedark.github.io/blob/master/LICENSE) before using the Code in the Dark name or logo in your event.
14+
Code in the dark is open sourced - you can use the editor and rules to host your own competition. To host your own event, make a pull request (following [these instructions](https://github.com/codeinthedark/codeinthedark.github.io#creating-the-pull-request)) in this repository to have it announced on the [codeinthedark.com](http://codeinthedark.com) website. Please read through and make sure you understand [the license](https://github.com/codeinthedark/codeinthedark.github.io/blob/master/LICENSE) before using the Code in the Dark name or logo in your event.
1515

16-
Read the instructions below on how to run the event. If you have any questions or need any help like hi-res pictues, best practices or anything else, please don't hesitate to contact us at hello@codeinthedark.com!
16+
Read the instructions below on how to run the event. If you have any questions or need any help like hi-res pictures, best practices or anything else, please don't hesitate to contact us at hello@codeinthedark.com!
1717

1818
### Setting Up the Competition
1919
Each contestant bring their own laptop to the event, but it is recommended that you provide them with an external monitor each. These monitor should be turned facing away from the contestant and towards the audience, so that they can follow along during the competition.
@@ -37,3 +37,19 @@ Print the following instructions out and make it available for each contestant t
3737
1. When time runs out, take your hands off the keyboard.
3838
1. Do not leave the editor during the competition!
3939

40+
### Creating the Pull Request
41+
To get your event featured on the [codeinthedark.com](http://codeinthedark.com) website, create a pull request in this repository adding the following code below the "Community Organized Events" section:
42+
43+
```html
44+
<p>
45+
[CITY] &middot; [DATE] &middot; <a href="[LINK_TO_RSVP_PAGE]" target="_blank">RSVP</a>
46+
</p>
47+
```
48+
49+
Replace `[CITY]`, `[DATE]` and `[LINK_TO_RSVP_PAGE]` with your information. Here's an example:
50+
51+
```html
52+
<p>
53+
Stockholm &middot; January 22, 2016 &middot; <a href="http://example.com" target="_blank">RSVP</a>
54+
</p>
55+
```

0 commit comments

Comments
 (0)