|
2 | 2 | <html> |
3 | 3 | <head> |
4 | 4 | <title>Code Club Home</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 | + |
6 | 23 | </head> |
7 | 24 | <body> |
8 | | - |
9 | | -<div class="main"> |
10 | | - <h1 id="cardiff-school-of-mathematics-code-club">Cardiff School of Mathematics Code Club</h1> |
11 | | - |
12 | | - <div class="main_body"> |
13 | | - <p>Code Club is a place where like minded people who are passionate about programming can get together |
| 25 | +<div class="container"> |
| 26 | + |
| 27 | + <nav id="myNavbar" class="navbar navbar-inverse navbar-fixed-top" role="navigation"> |
| 28 | + <div class="container"> |
| 29 | + <div class="navbar-header"> |
| 30 | + <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbarCollapse"> |
| 31 | + <span class="sr-only">Toggle navigation</span> |
| 32 | + <span class="icon-bar"></span> |
| 33 | + <span class="icon-bar"></span> |
| 34 | + <span class="icon-bar"></span> |
| 35 | + </button> |
| 36 | + </div> |
| 37 | + <!-- Collect the nav links, forms, and other content for toggling --> |
| 38 | + <div class="collapse navbar-collapse" id="navbarCollapse"> |
| 39 | + <ul class="nav navbar-nav"> |
| 40 | + <li> <a href="index.html">Home</a></li> |
| 41 | + <li> <a href="sessions.html">Past Sessions</a></li> |
| 42 | + <li> <a href="inspiration.html">Inspiration</a></li> |
| 43 | + </ul> |
| 44 | + </div> |
| 45 | + </div> |
| 46 | + </nav> |
| 47 | + |
| 48 | + <div class="mainText"> |
| 49 | + <h1>Cardiff School of Mathematics Code Club</h1> |
| 50 | + |
| 51 | + <p class="well">Code Club is a place where like minded people who are passionate about programming can get together |
14 | 52 | and hang out, talk about coding in general and work on any projects that they have |
15 | 53 | in mind, whether it be solo or part of a team. Code Club is the ideal place to |
16 | 54 | improve your skills as a programmer while enjoying the pleasant company of others who share your interests.</p> |
17 | 55 |
|
18 | | - <p>Can't wait to come along? Well we meet every Thursday in M/0.33 in the School of Mathematics building at 16:00.</p> |
19 | | - |
20 | | - <p>Do you think it sounds like a great idea, but are looking for an excuse to turn up? Then be sure to check out |
21 | | - our <a href="inspiration.html">Inspiration</a> page.</p> |
| 56 | + <p class="well"> |
| 57 | + Can't wait to come along? Well we meet every Thursday in M/0.33 in the School of Mathematics building at 16:00. <br/> |
| 58 | + Do you think it sounds like a great idea, but are looking for an excuse to turn up? Then be sure to check out our <a href="inspiration.html">Inspiration</a> page. |
| 59 | + </p> |
22 | 60 |
|
23 | 61 | <p><i><b>Disclaimer:</b> This website was made by programmers for programmers - please forgive any spelling mistakes!</i></p> |
24 | 62 | </div> |
25 | 63 |
|
26 | 64 | </div> |
27 | | - <!-- Navigation Menu --> |
28 | | - <div class="menu"> |
29 | | - <h3>Menu</h3> |
30 | | - <a href="index.html">Home</a> <br/> |
31 | | - <a href="sessions.html">Past Sessions</a> <br/> |
32 | | - <a href="inspiration.html">Inspiration</a> |
33 | | - <p></p> |
34 | | - </div> |
| 65 | + |
35 | 66 | </body> |
36 | 67 | </html> |
0 commit comments