|
| 1 | +# Cardiff School of Mathematics Code Club |
| 2 | + |
1 | 3 | A repository for the Cardiff School of Mathematics Code Club: an extra curricular club open to all. |
2 | 4 |
|
3 | 5 | Website here - http://cardiffmathematicscodeclub.github.io/ |
| 6 | + |
| 7 | +Meeting time: Thursdays at 16:00 in room M/0.33. |
| 8 | +(There might be doughnuts) |
| 9 | + |
| 10 | +## Contributing |
| 11 | + |
| 12 | +You are welcome to contribute to the code club website, we need as much |
| 13 | +help as possible in making this the best site on the internet! Below is |
| 14 | +a short list of tasks that need completing: |
| 15 | + |
| 16 | + - Pages that give a short introduction to most of the popular programming languages |
| 17 | + would be good. These pages should give a should give a short piece on the history |
| 18 | + of the language, what it is used for giving well known programs as examples where possible. |
| 19 | + Also include a "Hello world!" snippet (see below) and some links to further resources, tutorials etc. |
| 20 | + |
| 21 | + - We should think about maintaining a list of past and current projects that have been worked |
| 22 | + on at code club. Linking to source code and/or demos when possible |
| 23 | + |
| 24 | + - We will always need help making the site looking as good as possible |
| 25 | + |
| 26 | + - Maybe we could go for a terminal theme? Making the text boxes look like output from |
| 27 | + terminal commands, e.g. the menu could be the output from a "$ ls" command. We could |
| 28 | + also look at experimenting with CSS animations to add blinking cursors, typing commands etc. |
| 29 | + Or of anyone has other ideas then I'm open to discussion :) |
| 30 | + |
| 31 | +### Code snippets |
| 32 | + |
| 33 | +To embed code snippets from this repository into a webpage you can use the |
| 34 | +following code |
| 35 | + |
| 36 | +``` |
| 37 | + <script src="http://gist-it.appspot.com/github/robertkrimen/gist-it-example/blob/master/example.js?footer=0"></script> |
| 38 | +``` |
| 39 | +where you replace everything after github/ with the address of the repository and the file within the repository that contains |
| 40 | +the code you wish to add |
0 commit comments