File tree Expand file tree Collapse file tree 1 file changed +23
-2
lines changed Expand file tree Collapse file tree 1 file changed +23
-2
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,30 @@ Meeting time: Thursdays at 1600
4
4
5
5
(There might be doughnuts)
6
6
7
- ## Code snippets
7
+ ## Contributing
8
8
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
10
31
following code
11
32
12
33
```
You can’t perform that action at this time.
0 commit comments