commit - 41fb1af65f2d0b7f9f8b235c249e240487bace22
commit + a99388eccc319341afb203bc832beba347f56eaa
blob - 15db1bfec42244042f1c7a6cd6ac877fc7e6a927
blob + 7ef26dfb96a5955c31570b4ccba711ca87f43f0c
--- _header.html
+++ _header.html
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="/vi32-sb.png">
<link rel="stylesheet" href="/style.css">
+<script src="https://js.hcaptcha.com/1/api.js?hl=en" async defer></script>
<body class="mw7 w-100 center pa3">
blob - 286bc3195dc0c4c87c95764cf3fb5fc4bea7683b (mode 644)
blob + /dev/null
Binary files cap2.png and /dev/null differ
blob - /dev/null
blob + f3ad4007dd7414eab4b456f306f573753dffb15e (mode 644)
--- /dev/null
+++ suggest.md
+<p class="f7"><a href="/">never mind</a></p>
+
+<p>Did we miss your favorite command?<br>Oh dear, let us fix that.</p>
+
+<h1 class="w5">Suggestion box</h1>
+
+<div class="cf mt4">
+
+<div class="fl w5">
+<form
+ method="post"
+ action="https://high5.nl/service/parse.php">
+
+<input type="hidden" name="form_auth" value="43da24781ec7b933199d4d3e7583b226">
+<input type="hidden" name="form_receiver" value="contact;high5.nl">
+<input type="hidden" name="form_subject" value="Why vi rocks suggestion">
+<input type="hidden" name="form_pre_message" value="Command I can not do without">
+<input type="hidden" name="form_redirect" value="https://www.why-vi.rocks/thanx.html">
+<input type="hidden" name="form_fields" value="name, message">
+<input type="hidden" name="form_additional_fields" value="credit">
+
+<label class="lh-solid" for="name">Your name</label>
+<input
+ class="db outline mb2 ba pa2 w-100 b--black bw1" id="name"
+ type="text"
+ name="name"
+ required="required"
+ placeholder="Alice">
+
+<label class="lh-solid" for="credit">your public profile for credits<br>(e.g. Twitter or Mastodon)</label>
+<input
+ class="db outline mb2 ba pa2 w-100 b--black bw1" id="email"
+ type="text"
+ name="credit"
+ required="required"
+ placeholder="@alice">
+
+<label class="lh-solid" for="message">vi/ex command and description</label>
+<textarea
+ class="db outline mb2 ba b--black bw1 pa2 w-100"
+ id="message"
+ name="message"
+ required="required"
+ rows="3"
+ placeholder=":%!sort
+sort all lines">
+</textarea>
+
+<div class="h-captcha" data-sitekey="515f818d-af16-4685-8c26-f8f0323ec0e2"></div>
+
+<input
+ class="db outline mb2 b ba bg-black b--black white ph3 pv2 w-100 mt2"
+ type="submit"
+ value="Swoosh! 💨">
+
+</form>
+</div>
+
+<div class="fl w-25"><img src="suggest.png" class="w4 pl4 mt4"></div>
+
+</div>
blob - ba5df4e3945a95d33327fc813e0ba34a1264e425 (mode 644)
blob + /dev/null
--- suggest.html
+++ /dev/null
-<p class="f7"><a href="/">never mind</a></p>
-
-<p>Did we miss your favorite command?<br>Oh dear, let us fix that.</p>
-
-<h1 class="w5">Suggestion box</h1>
-
-<div class="cf mt4">
-
-<div class="fl w5">
-<form
- method="post"
- action="https://high5.nl/service/form_parse.php">
-
-<input type="hidden" name="form_auth" value="43da24781ec7b933199d4d3e7583b226">
-<input type="hidden" name="form_receiver" value="contact;high5.nl">
-<input type="hidden" name="form_subject" value="Why vi rocks suggestion">
-<input type="hidden" name="form_pre_message" value="Command I can not do without">
-<input type="hidden" name="form_redirect" value="https://www.why-vi.rocks/thanx.html">
-<input type="hidden" name="form_fields" value="name, message, sum">
-<input type="hidden" name="form_additional_fields" value="name, credit, command, message">
-
-<label class="lh-solid" for="name">Your name</label>
-<input
- class="db outline mb2 ba pa2 w-100 b--black bw1" id="name"
- type="text"
- name="name"
- required="required"
- placeholder="Alice">
-
-<label class="lh-solid" for="credit">your public profile for credits<br>(e.g. Twitter or Mastodon)</label>
-<input
- class="db outline mb2 ba pa2 w-100 b--black bw1" id="email"
- type="text"
- name="credit"
- required="required"
- placeholder="@alice">
-
-<label class="lh-solid" for="message">vi/ex command and description</label>
-<textarea
- class="db outline mb2 ba b--black bw1 pa2 w-100"
- id="message"
- name="message"
- required="required"
- rows="3"
- placeholder=":%!sort
-sort all lines">
-</textarea>
-
-<label for="sum">enter the following, <img src="cap2.png"></label>
-<input class="db outline mb2 ba pa2 w-100" id="sum" type="text" name="sum" required="required" placeholder="">
-
-<input
- class="db outline mb2 b ba bg-black b--black white ph3 pv2 w-100 mt2"
- type="submit"
- value="Swoosh! 💨">
-
-</form>
-</div>
-
-<div class="fl w-25"><img src="suggest.png" class="w4 pl4 mt4"></div>
-
-</div>