Skip to content

Instantly share code, notes, and snippets.

View haydencarlson's full-sized avatar
🎯
Focusing

Hayden Carlson haydencarlson

🎯
Focusing
View GitHub Profile

Keybase proof

I hereby claim:

  • I am haydencarlson on github.
  • I am heydoon (https://keybase.io/heydoon) on keybase.
  • I have a public key whose fingerprint is 7B61 8D5F C8F2 1F52 8D57 4C6D 1772 5BB7 17C7 96FA

To claim this, I am signing this object:

<style>
.formSuccess {
color: green;
}
.formError {
color: #bf0000;
}
</style>
<script type="text/javascript">
$(function() {
<?php
if(isset($_POST['email'])) {
$message = $_POST['messages'];
$first_name = $_POST['name'];
$last_name = $_POST['lastname'];
$email = $_POST['email'];
$subject = $first_name . " " . $last_name . " is trying to contact you.";
function died($error) {