Step toward a one-page application
[vchess.git] / views / contactForm.pug
diff --git a/views/contactForm.pug b/views/contactForm.pug
deleted file mode 100644 (file)
index a07369e..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-input#modalContact.modal(type="checkbox")
-div(role="dialog" aria-labelledby="contactTitle")
-       form.card.smallpad
-               label.modal-close(for="modalContact")
-               h3#contactTitle.section= translations["Contact form"]
-               fieldset
-                       label(for="userEmail")= translations["Email"]
-                       input#userEmail(type="email")
-               fieldset
-                       label(for="mailSubject")= translations["Subject"]
-                       input#mailSubject(type="text")
-               fieldset
-                       label(for="mailContent")= translations["Content"]
-                       br
-                       textarea#mailContent
-               fieldset
-                       button(type="button" onClick="trySendMessage()") Send
-                       p#emailSent= translations["Email sent!"]