-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcampaign.php
More file actions
22 lines (22 loc) · 907 Bytes
/
Copy pathcampaign.php
File metadata and controls
22 lines (22 loc) · 907 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?php include 'header.php'; ?>
<section>
<h2>Campaign Home</h2>
<h3>Welcome to the Campaigns homepage.</h3>
<ul>
<li>You can donate at the link in the upper right.</li>
<li>You can sign up to volunteer at the link below.</li>
<li>If you are a campaign staffer or administrator,
please sign-in with the ADMIN button in the upper left.</li>
</ul>
<!--
<p>Sign up for our mailing list:</p>
<form class="dataform">
<input type="text">
<input type="button" value="Mail me things!">
</form>
-->
<br>
<br>
<a href="volunteer.php" style="color: #4F5E81; font-size: 1.3em; border: 4px solid #4F5E81; border-radius: 7px; padding: 5px; margin-top:50px; display:inline-block; width:auto;">Volunteer =></a>
</section>
<?php include 'footer.php'; ?>