22< html >
33< head >
44 < title > Inspiration</ title >
5- < link rel ="stylesheet " type ="text/css " href ="styles/main.css "/>
5+
6+ <!-- jQuery JavaScript -->
7+ < script src ="js/jquery-2.1.1.js "> </ script >
8+ <!-- bootstrap JavaScript -->
9+ < script src ="js/bootstrap.min.js "> </ script >
10+
11+ <!-- bootstrap CSS -->
12+ < link rel ="stylesheet " href ="css/bootstrap.min.css ">
13+ <!-- bootstrap theme -->
14+ < link rel ="stylesheet " href ="css/bootstrap-theme.min.css ">
15+
16+ <!-- old CSS -->
17+ <!--
18+ <link rel="stylesheet" type="text/css" href="styles/main.css"/>
19+ ->
20+ <!-- new CSS -->
21+ < link rel ="stylesheet " href ="styles/Custom_formating.css "/>
22+
623</ head >
7- < body >
24+ < body style ="background-image: url(res/background.png); ">
25+ < div class ="container ">
26+ < nav id ="myNavbar " class ="navbar navbar-inverse navbar-fixed-top " role ="navigation ">
27+ < div class ="container ">
28+ < div class ="navbar-header ">
29+ < button type ="button " class ="navbar-toggle " data-toggle ="collapse " data-target ="#navbarCollapse ">
30+ < span class ="sr-only "> Toggle navigation</ span >
31+ < span class ="icon-bar "> </ span >
32+ < span class ="icon-bar "> </ span >
33+ < span class ="icon-bar "> </ span >
34+ </ button >
35+ </ div >
36+ <!-- Collect the nav links, forms, and other content for toggling -->
37+ < div class ="collapse navbar-collapse " id ="navbarCollapse ">
38+ < ul class ="nav navbar-nav ">
39+ < li > < a href ="index.html "> Home</ a > </ li >
40+ < li > < a href ="sessions.html "> Past Sessions</ a > </ li >
41+ < li > < a href ="inspiration.html "> Inspiration</ a > </ li >
42+ </ ul >
43+ </ div >
44+ </ div >
45+ </ nav >
846
9- < div class ="main ">
10- < h1 > Inspiration</ h1 >
47+ < div class ="mainText " style =" padding-top: 50px; ">
48+ < h1 style =" font-size: 6vh; text-align: center; " > Inspiration</ h1 >
1149
12- < div class ="main_body ">
50+ < div class ="well ">
1351 < p > There is so much you can do during your time at Code Club anything
1452 from learning a new programming languages such as < a href ="languages/java.html "> Java</ a >
1553 or < a href ="languages/haskell.html "> Haskell</ a > to usefull tools such
1654 as < a href ="tools/git.html "> Git</ a > for version control or < a href ="tools/vim.html "> Vim</ a >
1755 for text editing to hacking away in < a href ="http://pi.minecraft.net/?page_id=14 "> Minecraft</ a >
1856 for the Raspberry Pi! You are only limited by your imagination!
1957 </ p >
20-
58+
59+ < div class ="well ">
2160 < h3 > Programming Languages</ h3 >
2261
2362 < p > There are more programming languages than stars in the galaxy... OK
2463 < i > slight</ i > exaggeration but there are a lot of them. Created for any
2564 possible purpose imaginable from building video games to driving rovers on Mars or
2665 simply trying to < a href ="languages/brainfuck.html "> confuse</ a > the programmer using them!
2766 </ p >
28-
67+ </ div >
2968 < p > Some of the more popular languages include < a href ="languages/java.html "> Java</ a > ,
3069 < a href ="languages/python.html "> Python</ a > and < a href ="languages/cpp.html "> C++</ a > .
3170 However there are many more than that! Be sure to look at the full list on the left.
3271 </ p >
3372
73+ < div class ="well ">
3474 < h3 > Programming Challenges</ h3 >
3575
3676 < p > Many places on the interest provide enthusatic programmers with excercises and challenges
@@ -47,14 +87,16 @@ <h3>Programming Challenges</h3>
4787 < li > < a href ="http://programmingpraxis.com/ "> Programming Praxis</ a > - A blog with new excercies posted every few days
4888 on a range of topics. Many of them are presented as a word problem.
4989 </ ul >
50-
90+ </ div >
91+
5192 < h3 > Stay Tuned</ h3 >
5293
5394 < p > Watch this space, more coming soon...</ p >
5495 </ div >
5596 </ div >
56-
97+ </ div >
5798 <!-- Navigation Menu -->
99+ <!--
58100 <div class="menu">
59101 <h3>Menu</h3>
60102 <a href="index.html">Home</a> <br/>
@@ -70,5 +112,6 @@ <h3>Menu</h3>
70112 <a href="languages/python.html">Python</a> <br/>
71113 </p>
72114 </div>
115+ -->
73116</ body >
74117</ html >
0 commit comments