<!doctype html> <html lang='en'> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, maximum-scale=1, user-scalable=no"> <meta http-equiv="X-UA-Compatible" content="IE=EDGE"> <!-- Latest compiled and minified CSS --> <link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon"> <link rel="stylesheet" type="text/css" href="css/final.min.css"> <link href="http://fonts.googleapis.com/css?family=Roboto:300,400,700" rel="stylesheet" type="text/css"> <title>Emunah</title> </head> <?php // generate a new token for the $_SESSION superglobal and put them in a hidden field $newToken = generateFormToken('form1'); ?> <body id="#body"> <!--container div required by bootstrap--> <div class='sitewrapper'> <div id='container' class="container-fluid"> <nav id='drawer' class='comeout'> </nav> <div class='header-wrapper'> <div id='COH' class='row'> <div class="col-sm-12"> <div class='col-sm-6 padding-right-off pull-left'> <h3 class='text-left cohfont header-full'><a href="index.php">Construction of Hope</a></h3> <h3 class='text-left cohfont-abbr header-abbr'>COH </h3>
</a> </div> </nav><!--end primary_nav--> <a href="#" class="exit-off-canvas"></a> </div> <!-- </div> --> <?php wp_footer(); ?> </div> </div> <?php // generate a new token for the $_SESSION superglobal and put them in a hidden field $newToken = generateFormToken('kaplanform'); ?> <div class="overlay" id="overlay"> <div id="contact_form" class="contact-form clearfix"> <form action="" id="contactForm" class="clearfix" name="contact" method="POST" autocomeplete="off"> <div class="clearfix"> <a href="" class="exit-form"><i class="icomoon-close"></i></a> </div> <div class="message"> <h1>Contact</h1> </div> <input type="hidden" name="token" id="token" value="<?php echo $newToken; ?> "> <input type="hidden" name="action" value="add">