Contact Me
$contact_wish = "You want to talk to me about doing work for you, Drupal-related matters, or just general geekery"
switch ($contact_wish) {
case telephone:
echo "614.450.BETH";
break;
case gitHub:
echo "my gitHub repo";
break;
case email:
echo "Use the contact form below.";
break;
}