JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
clean up contact page
authorJason Woofenden <jason@jasonwoof.com>
Thu, 19 Jun 2014 19:26:36 +0000 (15:26 -0400)
committerJason Woofenden <jason@jasonwoof.com>
Thu, 19 Jun 2014 19:26:36 +0000 (15:26 -0400)
contact.html

index 11e1fb5..4b73128 100644 (file)
@@ -2,16 +2,14 @@
 
 <html lang="en">
 <head>
-       <meta charset="utf-8" />
-       <title><!--~$title show {~-->Messages<!--~}~--></title>
-       <link rel="stylesheet" href="style.css">
+       <title><!--~$title show {~-->Contact<!--~}~--></title>
 </head>
 
 <body>
 <!--~$body show {~-->
 
        <!--~form {~-->
-               <h2>Submit a message</h2>
+               <h2>Contact</h2>
 
                <form action="contact" method="post">
 
@@ -25,8 +23,8 @@
                        <div class="field_notes">Enter (below) the number between ~robot_minus_one~ and ~robot_plus_one~</div>
                        <div class="field"><input type="text" name="robot" value="~robot attr~"></div>
 
-                       <div class="caption">Comments</div>
-                       <div class="field"><textarea rows="9" cols="22" name="comments">~comments html~</textarea></div>
+                       <div class="caption">Message</div>
+                       <div class="field"><textarea style="box-sizing: border-box; width: 100%; height: 220px" name="comments">~comments html~</textarea></div>
 
                        <div class="caption"></div>
                        <div class="field"><input type="submit" name="save" value="Save"></div>