Skip to content

Commit e15e744

Browse files
committed
Added a sessions page
1 parent 004facd commit e15e744

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

index.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1+
<!DOCTYPE html>
2+
<head>
3+
<title>Code Club</title>
4+
</head>
5+
<body>
16
<h1 id="cardiff-school-of-mathematics-code-club">Cardiff School of Mathematics Code Club</h1>
27
<p>Meeting time: Thursdays at 16:00 in M/0.33</p>
38
<p>(There might be doughnuts - if you're quick!)</p>
4-
<p>Vince's favourite quote so far "love the fact that I'm learning Vim on the fly!" Adam, 2nd year student </p>
9+
10+
<a href="sessions.html">Sessions</a>
11+
</body>
12+
</html>

sessions.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>Sessions</title>
5+
</head>
6+
</body>
7+
<h1>Sessions</h1>
8+
9+
<ol>
10+
<li><b>Week 1:</b> "Real Men" <i>Quote of the Session</i> "Only real men code in Arch!" - Jason, Post Grad</li>
11+
<li><b>Week 2:</b> "On the Fly" <i>Quote of the Session</i> "love the fact that I'm learning Vim on the fly!" - Adam, 2nd year student</li>
12+
13+
</ol>
14+
15+
<p>Click <a href="index.html">here</a> to go back to the main page</p>
16+
</body>
17+
</html>

0 commit comments

Comments
 (0)