Skip to content

Commit 5402d3a

Browse files
committed
Finished the landing page for the inspiration section, for now anyway...
1 parent a7acd5a commit 5402d3a

File tree

2 files changed

+52
-2
lines changed

2 files changed

+52
-2
lines changed

index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
<h1 id="cardiff-school-of-mathematics-code-club">Cardiff School of Mathematics Code Club</h1>
1111

1212
<div class="main_body">
13-
1413
<p>Code Club is a place where like minded people who are passionate about programming can get together
1514
and hang out, talk about coding in general and work on any projects that they have
1615
in mind, whether it be solo or part of a team. Code Club is the ideal place to

inspiration.html

Lines changed: 52 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,54 @@
66
</head>
77
<body>
88

9+
<div class="main">
10+
<h1>Inspiration</h1>
11+
12+
<div class="main_body">
13+
<p> There is so much you can do during your time at Code Club anything
14+
from learning a new programming languages such as <a href="languages/java.html">Java</a>
15+
or <a href="languages/haskell.html">Haskell</a> to usefull tools such
16+
as <a href="tools/git.html">Git</a> for version control or <a href="tools/vim.html">Vim</a>
17+
for text editing to hacking away in <a href="http://pi.minecraft.net/?page_id=14">Minecraft</a>
18+
for the Raspberry Pi! You are only limited by your imagination!
19+
</p>
20+
21+
<h3>Programming Languages</h3>
22+
23+
<p>There are more programming languages than stars in the galaxy... OK
24+
<i>slight</i> exaggeration but there are a lot of them. Created for any
25+
possible purpose imaginable from building video games to driving rovers on Mars or
26+
simply trying to <a href="languages/brainfuck.html">confuse</a> the programmer using them!
27+
</p>
28+
29+
<p>Some of the more popular languages include <a href="languages/java.html">Java</a>,
30+
<a href="languages/python.html">Python</a> and <a href="languages/cpp.html">C++</a>.
31+
However there are many more than that! Be sure to look at the full list on the left.
32+
</p>
33+
34+
<h3>Programming Challenges</h3>
35+
36+
<p>Many places on the interest provide enthusatic programmers with excercises and challenges
37+
to flex their coding muscles. Below are links to a few of them:</p>
38+
39+
<ul>
40+
<li><a href="https://projecteuler.net">Project Euler</a> - A site with over 450 problems many with a
41+
mathematical focus to get your teeth into!</li>
42+
43+
<li><a href="http://www.reddit.com/r/dailyprogrammer/">Daily Programmer</a> - A subreddit with new problems
44+
released on a Monday, Wednesday and Friday increasing in diffulty throughout the week. Challenges are based
45+
on a wide variety of topics, often submitted by fellow users of the subreddit</li>
46+
47+
<li><a href="http://programmingpraxis.com/">Programming Praxis</a> - A blog with new excercies posted every few days
48+
on a range of topics. Many of them are presented as a word problem.
49+
</ul>
50+
51+
<h3>Stay Tuned</h3>
52+
53+
<p>Watch this space, more coming soon...</p>
54+
</div>
55+
</div>
56+
957
<!-- Navigation Menu -->
1058
<div class="menu">
1159
<h3>Menu</h3>
@@ -14,10 +62,13 @@ <h3>Menu</h3>
1462
<a href="inspiration.html">Inspiration</a>
1563

1664
<p>Languages <br/>
65+
<a href="languages/brainfuck.html"> Brainfuck</a> <br/>
1766
<a href="languages/c.html">C</a> <br/>
67+
<a href="languages/cpp.html">C++</a> <br/>
68+
<a href="languages/haskell.html">Haskell</a> <br/>
69+
<a href="languages/java.html">Java</a> <br/>
1870
<a href="languages/python.html">Python</a> <br/>
1971
</p>
20-
<p></p>
2172
</div>
2273
</body>
2374
</html>

0 commit comments

Comments
 (0)