diff --git a/views/hire.moon b/views/hire.moon index 42d991e..855fe0a 100644 --- a/views/hire.moon +++ b/views/hire.moon @@ -4,6 +4,10 @@ class Hire extends Widget content: => link rel: "stylesheet", href: "/static/css/hire/main.css" + h1 "Leave Me A Message" + + p "This form will send an email to my personal email listing your interest in recruiting me for a job." + div class: "ccd-login-form", -> form class: "form-signin", method: "POST", action: "/hire", -> input type: "hidden", name: "csrf_token", value: @csrf_token