You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-3Lines changed: 19 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# 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.
3
3
4
4
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).
5
5
@@ -11,9 +11,9 @@ During the competition, the contestants have to use our custom editor for Code i
11
11
* 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.
12
12
13
13
# 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.
15
15
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!
17
17
18
18
### Setting Up the Competition
19
19
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
37
37
1. When time runs out, take your hands off the keyboard.
38
38
1. Do not leave the editor during the competition!
39
39
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:
0 commit comments