why-vi.rocks/suggest.html

60 lines
1.7 KiB
HTML

<p class="f7"><a href="/">never mind</a></p>
<p>Did we miss your favorite command?<br>Oh&nbsp;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="2cc442b1de6527bda6e76d3d8bac6b3c">
<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="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.&nbsp;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>
<input
class="db outline mb2 b ba bg-black b--black white ph3 pv2 w-100 mt2"
type="submit"
value="Swoosh! &#x1F4A8;">
</form>
</div>
<div class="fl w-25"><img src="suggest.png" class="w4 pl4 mt4"></div>
</div>