-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpledgomatic.php
32 lines (31 loc) · 1.89 KB
/
pledgomatic.php
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
<?php
// Change this for the title - all titles start with "No2ID -"
$page_title = 'Pledges';
// add ../ before inc if page is within a directory - only need to do this on top include
require_once('inc/pageHead.php');?>
<!-- Put your page in here -->
<h1>NO2ID Pledges</h1>
<p>NO2ID has teamed up with PledgeBank to allow you to show your feelings about ID cards and take some action.
We have two pledges, depending on whether you are willing to refuse to sign up, or feel that the government
has you over a barrel. We have labelled these two positions as Resist and Refuse:
</p>
<div style="width:50%; float:left;">
<h1>Refuse Pledge</h1>
<blockquote><img name="Phil" src="" width="100" height="100" alt="Phil Booth pic here" style="background-color: #003399;float:left;margin:5px;">I will refuse to register for an ID card and will donate £10 to a legal
defence fund but only if 10,000 other people will also make this same pledge.</blockquote>
<h2><a href="http://www.pledgebank.com/refuse">Sign up to Refuse</a></h2>
<p>Current Status: 10,800 pledgers (automatically updated?)</p>
<p>Start displaying pledgers here </p>
</div>
<div style="width:50%; float:left;">
<h1>Resist Pledge</h1>
<blockquote><img name="Frankie" src="" width="100" height="100" alt="Frankie pic goes here" style="background-color: #CC3300;float:left;margin:5px;">I will actively support those people who, on behalf of all of us, refuse
to register for an ID card, and I pledge to pay at least £20 into a fighting fund for
them but only if 50,000 other people will too.</blockquote>
<h2><a href="http://www.pledgebank.com/resist">Sign up to Resist</a></h2>
<p>Current Status: 800 pledgers (automatically updated?)</p>
<p>Start displaying pledgers here </p>
</div>
<p>Do we need to give some small print here? Like - please don't sign both pledges...</p>
<!-- don't change anything after this -->
<?php require_once('inc/pageFooter.php');?>