Skip to content

Commit 28daefc

Browse files
committed
Addded contributing info to the README
1 parent e21d190 commit 28daefc

File tree

1 file changed

+23
-2
lines changed

1 file changed

+23
-2
lines changed

index.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,30 @@ Meeting time: Thursdays at 1600
44

55
(There might be doughnuts)
66

7-
## Code snippets
7+
## Contributing
88

9-
To embed code snippets from this repository into a webpage you can use the
9+
You are welcome to contribute to the code club website, we need as much
10+
help as possible in making this the best site on the internet! Below is
11+
a short list of tasks that need completing:
12+
13+
- Pages that give a short introduction to most of the popular programming languages
14+
would be good. These pages should give a should give a short piece on the history
15+
of the language, what it is used for giving well known programs as examples where possible.
16+
Also include a "Hello world!" snippet (see below) and some links to further resources, tutorials etc.
17+
18+
- We should think about maintaining a list of past and current projects that have been worked
19+
on at code club. Linking to source code and/or demos when possible
20+
21+
- We will always need help making the site looking as good as possible
22+
23+
- Maybe we could go for a terminal theme? Making the text boxes look like output from
24+
terminal commands, e.g. the menu could be the output from a "$ ls" command. We could
25+
also look at experimenting with CSS animations to add blinking cursors, typing commands etc.
26+
Or of anyone has other ideas then I'm open to discussion :)
27+
28+
### Code snippets
29+
30+
To embed code snippets from this repository into a webpage you can use the
1031
following code
1132

1233
```

0 commit comments

Comments
 (0)