Skip to content

Commit c8e9096

Browse files
committed
the stuff with the stuff
1 parent b681b27 commit c8e9096

File tree

4 files changed

+129
-32
lines changed

4 files changed

+129
-32
lines changed

inspiration.html

Lines changed: 52 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,35 +2,75 @@
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>

nbproject/project.properties

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
config.folder=
2+
file.reference.Documents-asdfg=.
3+
files.encoding=UTF-8
4+
site.root.folder=${file.reference.Documents-asdfg}
5+
test.folder=

nbproject/project.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project xmlns="http://www.netbeans.org/ns/project/1">
3+
<type>org.netbeans.modules.web.clientproject</type>
4+
<configuration>
5+
<data xmlns="http://www.netbeans.org/ns/clientside-project/1">
6+
<name>asdfg</name>
7+
</data>
8+
</configuration>
9+
</project>

sessions.html

Lines changed: 63 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2,52 +2,92 @@
22
<html>
33
<head>
44
<title>Past Sessions</title>
5-
<link rel="stylesheet" type="text/css" href="styles/main.css"/>
5+
6+
<!--new CSS -->
7+
<link rel="stylesheet" href="styles/Custom_formating"/>
8+
9+
<!-- jQuery JavaScript -->
10+
<script src="js/jquery-2.1.1.js"></script>
11+
<!-- bootstrap JavaScript -->
12+
<script src="js/bootstrap.min.js"></script>
13+
14+
<!-- bootstrap CSS -->
15+
<link rel="stylesheet" href="css/bootstrap.min.css">
16+
<!-- bootstrap theme -->
17+
<link rel="stylesheet" href="css/bootstrap-theme.min.css">
18+
19+
<!-- old CSS -->
20+
<!--
21+
<link rel="stylesheet" type="text/css" href="styles/main.css"/>
622
<link rel="stylesheet" type="text/css" href="styles/sessions.css"/>
23+
->
24+
<!-- new CSS -->
25+
<link rel="stylesheet" href="styles/Custom_formating.css"/>
26+
727
</head>
8-
</body>
9-
<div class="main">
10-
<h1>Past Sessions</h1>
28+
<body style="background-image: url(res/background.png)">
29+
<div class="container">
30+
<nav id="myNavbar" class="navbar navbar-inverse navbar-fixed-top" role="navigation">
31+
<div class="container">
32+
<div class="navbar-header">
33+
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbarCollapse">
34+
<span class="sr-only">Toggle navigation</span>
35+
<span class="icon-bar"></span>
36+
<span class="icon-bar"></span>
37+
<span class="icon-bar"></span>
38+
</button>
39+
</div>
40+
<!-- Collect the nav links, forms, and other content for toggling -->
41+
<div class="collapse navbar-collapse" id="navbarCollapse">
42+
<ul class="nav navbar-nav">
43+
<li> <a href="index.html">Home</a></li>
44+
<li> <a href="sessions.html">Past Sessions</a></li>
45+
<li> <a href="inspiration.html">Inspiration</a></li>
46+
</ul>
47+
</div>
48+
</div>
49+
</nav>
50+
51+
<div class="mainText" style="padding-top: 50px">
52+
<h1 style="font-size: 6vh; text-align: center;">Past Sessions</h1>
1153

12-
<div class="main_body">
13-
<ol>
14-
<div class="session">
15-
<li>
54+
<div>
55+
<ul>
56+
57+
<li class="well">
1658
<b>Week 1:</b> <i>"Real Men"</i><br/>
1759
<b>Quote of the Session</b> <i>"Only real men code in Arch!"</i> - Jason, PostGrad
1860
</li>
19-
</div>
20-
<div class="session">
21-
<li>
61+
62+
<li class="well">
2263
<b>Week 2:</b> <i>"On the Fly"</i><br/>
2364
<b>Quote of the Session</b> <i>"Love the fact that I'm learning Vim on the fly!"</i> - Adam, 2nd year student
2465
</li>
25-
</div>
26-
<div class="session">
27-
<li>
66+
67+
<li class="well">
2868
<b>Week 3:</b> <i>"The one where Vince ran away"</i><br/>
2969
<b>Quote of the Session</b> <i>"It's amazing how quiet it is without Jason"</i> - Tim, 2nd year student
3070
</li>
31-
</div>
32-
<div class="session">
33-
<li>
71+
72+
<li class="well">
3473
<b>Week 4:</b> <i>"What Django is for"</i><br/>
3574
<b>Quote of the Session</b> <i>"I know that Pinterest uses it but I can't see the connection"</i> - Alex, 2nd year student
3675
</li>
37-
</div>
38-
</ol>
76+
77+
</ul>
78+
</div>
79+
<p>Click <a href="index.html">here</a> to go back to the main page</p>
3980
</div>
40-
41-
<p>Click <a href="index.html">here</a> to go back to the main page</p>
42-
4381
</div>
44-
<!-- Navigation Menu -->
82+
<!-- Navigation Menu -->
83+
<!--
4584
<div class="menu">
4685
<h3>Menu</h3>
4786
<a href="index.html">Home</a> <br/>
4887
<a href="sessions.html">Past Sessions</a> <br/>
4988
<a href="inspiration.html">Inspiration</a>
5089
<p></p>
5190
</div>
91+
-->
5292
</body>
5393
</html>

0 commit comments

Comments
 (0)