Create eligible.php
authorPatrick McGuire <insidenothing@gmail.com>
Mon, 4 May 2020 15:35:50 +0000 (11:35 -0400)
committerGitHub <noreply@github.com>
Mon, 4 May 2020 15:35:50 +0000 (11:35 -0400)
eligible.php [new file with mode: 0644]

diff --git a/eligible.php b/eligible.php
new file mode 100644 (file)
index 0000000..5ace405
--- /dev/null
@@ -0,0 +1,24 @@
+<?PHP include_once('header.php');  ?>
+
+  
+ <div class='col-sm-12'> are you also eligible to sign each of these petitions in baltimore city </div>
+  
+  <div class='col-sm-2'><input type='checkbox' checked> </div>
+  
+  <div class='col-sm-10'>New Party: Maryland Green Party </div>
+  
+  
+  <div class='col-sm-2'><input type='checkbox' checked> </div>
+  
+  <div class='col-sm-10'>New Party: Libertiarin Green Party </div>
+  
+  <div class='col-sm-2'><input type='checkbox' checked> </div>
+  
+  <div class='col-sm-10'>Charter Amendment: Baltimore Transit Eqiuity Coalision </div>
+  
+  
+ <div class='col-sm-12'>  <button type="button" class="btn btn-success">Submit</button> <div>
+  
+
+
+<?PHP include_once('footer.php');