-
Notifications
You must be signed in to change notification settings - Fork 0
/
Campaign.html
63 lines (63 loc) · 2.42 KB
/
Campaign.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE html>
<html lang="en-gb" dir="ltr">
<head>
<meta charset="utf-8">
<title>DF Committee Notice Board</title>
<link rel="icon" type="image/png" href="./images/Icon.png">
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<link href="https://fonts.googleapis.com/css?family=Raleway:100&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="./css/dfcttesite.css">
</head>
<body>
<h1><a class="title" href="./index.html">DF Committee Notice Board</a></h1>
<p>
The Place where you can keep up to date with the going's on of DF Committe,
and jobs that need doing.
</p>
<nav class="menu">
<hr>
<ul>
<li><a href="./Big Aims.html">Big Plans/Ideas</a></li>
<li><a href="./Actions.html">Actions</a></li>
<li><a href="./Events.html">Event Prep</a></li>
<li><a href="./Campaign.html">Campaigns</a></li>
<li><a href="#links">Useful Links</a></li>
</ul>
<select class="menu" name="">
<option value="#aims">Big Plans/Ideas</option>
<option value="#">Actions</option>
<option value="#events">Event Prep</option>
<option value="#campaign">Campaigns</option>
<option value="https://drive.google.com/drive/u/1/folders/0B6EzMBgtNde3UUFfeER6THZsR2M">DF Drive</option>
<option value="http://spanthatworld.com">Website</option>
<option value="../Dictionary/Dictionary.html">Dictionary</option>
</select>
<hr>
</nav>
<div id="campaign">
<h2>Campaigns</h2>
<table>
<tr>
<th>Name</th>
<th>Details</th>
<th>What's been done</th>
<th>What is there to do</th>
</tr>
</table>
</div>
<hr>
<div id="links">
<h2>Useful Links</h2>
<div class="links">
<ul>
<li><a href="#">Constitution</a></li>
<li><a href="#">Policies</a></li>
<li><a href="../Dictionary/Dictionary.html">Dictionary</a></li>
<li><a href="http://spanthatworld.com">Website</a></li>
<li><a target="_blank" href="https://drive.google.com/drive/u/1/folders/0B6EzMBgtNde3UUFfeER6THZsR2M">DF Drive</a></li>
<!-- <li><a href="#"></a></li> -->
</ul>
</div>
</div>
</body>
</html>