Update index.php
[clinton/MarylandElectronicPetitionSignature.git] / index.php
dissimilarity index 86%
index 7b14ba1..332a7e1 100644 (file)
--- a/index.php
+++ b/index.php
@@ -1,20 +1,9 @@
-<?PHP include_once('header.php');  ?>
-<div class="container">
-  <h3>Welcome!</h3>
-    Development In Progress -  Please Click Through the Menu to Review 
-  <h3>Stats</h3>
-  <?PHP
-  $expected = 4194252;
-  if ($result = $petition->query("SELECT VTRID FROM VoterList")) {
-    $row_cnt = $result->num_rows;
-    $c = $row_cnt / $expected;
-    $p = round($c)*100;
-    echo number_format($row_cnt).' out of '.number_format($expected).' '.$p.'% done.';
-
-    /* close result set */
-    $result->close();
-}
-  
-  ?>
-</div>
-<?PHP include_once('footer.php');
+<?PHP include_once('header.php');  ?>
+
+  <div class='col-sm-12' style='height:50px; text-align:center;'> Are you a Registeded Maryland Voter?</div>
+  
+  <div class='col-sm-6' style='height:50px; text-align:center;'><button type="button" class="btn btn-success">YES</button></div>
+  
+  <div class='col-sm-6' style='height:50px; text-align:center;'><button type="button" class="btn btn-danger">NO</button> </div>
+  
+<?PHP include_once('footer.php');