Minor cleanup in README and website layout

This commit is contained in:
Tankred Hase 2016-06-11 10:14:53 +02:00
parent 5087ad1f3a
commit 0bfeebb084
3 changed files with 17 additions and 9 deletions

View File

@ -91,6 +91,11 @@ GET /user/user@example.com
"name": "Jon Smith",
"email": "jon@smith.com",
"verified": "true"
},
{
"name": "Jon Smith",
"email": "jon@organization.com",
"verified": "false"
}
],
"created": "Sat Oct 17 2015 12:17:03 GMT+0200 (CEST)",

View File

@ -58,6 +58,9 @@ body {
.marketing p + h4 {
margin-top: 28px;
}
.marketing .col-lg-6{
margin-bottom: 28px;
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {

View File

@ -28,6 +28,15 @@
</div>
<div class="row marketing">
<div class="col-lg-12">
<h2>OpenPGP key upload</h2>
<form action="/pks/add" method="post">
<p><textarea class="form-control" name="keytext" rows="5" spellcheck="false" placeholder="Paste PGP PUBLIC KEY BLOCK here ..." required></textarea></p>
<input class="btn btn-primary btn-lg" type="submit" value="Upload">
</form>
<hr>
</div> <!-- /col-lg-12 -->
<div class="col-lg-12">
<h2>OpenPGP key lookup</h2>
<form action="/pks/lookup" method="get">
@ -42,15 +51,6 @@
<hr>
</div> <!-- /col-lg-12 -->
<div class="col-lg-12">
<h2>OpenPGP key upload</h2>
<form action="/pks/add" method="post">
<p><textarea class="form-control" name="keytext" rows="5" placeholder="Paste -----PGP PUBLIC KEY BLOCK----- here" required></textarea></p>
<input class="btn btn-primary btn-lg" type="submit" value="Upload">
</form>
<hr>
</div> <!-- /col-lg-12 -->
<div class="col-lg-12">
<h2>OpenPGP key removal</h2>
<form action="/api/v1/removeKey" method="get">