Minor cleanup in README and website layout
This commit is contained in:
parent
5087ad1f3a
commit
0bfeebb084
@ -91,6 +91,11 @@ GET /user/user@example.com
|
|||||||
"name": "Jon Smith",
|
"name": "Jon Smith",
|
||||||
"email": "jon@smith.com",
|
"email": "jon@smith.com",
|
||||||
"verified": "true"
|
"verified": "true"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Jon Smith",
|
||||||
|
"email": "jon@organization.com",
|
||||||
|
"verified": "false"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"created": "Sat Oct 17 2015 12:17:03 GMT+0200 (CEST)",
|
"created": "Sat Oct 17 2015 12:17:03 GMT+0200 (CEST)",
|
||||||
|
@ -58,6 +58,9 @@ body {
|
|||||||
.marketing p + h4 {
|
.marketing p + h4 {
|
||||||
margin-top: 28px;
|
margin-top: 28px;
|
||||||
}
|
}
|
||||||
|
.marketing .col-lg-6{
|
||||||
|
margin-bottom: 28px;
|
||||||
|
}
|
||||||
|
|
||||||
/* Responsive: Portrait tablets and up */
|
/* Responsive: Portrait tablets and up */
|
||||||
@media screen and (min-width: 768px) {
|
@media screen and (min-width: 768px) {
|
||||||
|
@ -28,6 +28,15 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="row marketing">
|
<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">
|
<div class="col-lg-12">
|
||||||
<h2>OpenPGP key lookup</h2>
|
<h2>OpenPGP key lookup</h2>
|
||||||
<form action="/pks/lookup" method="get">
|
<form action="/pks/lookup" method="get">
|
||||||
@ -42,15 +51,6 @@
|
|||||||
<hr>
|
<hr>
|
||||||
</div> <!-- /col-lg-12 -->
|
</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">
|
<div class="col-lg-12">
|
||||||
<h2>OpenPGP key removal</h2>
|
<h2>OpenPGP key removal</h2>
|
||||||
<form action="/api/v1/removeKey" method="get">
|
<form action="/api/v1/removeKey" method="get">
|
||||||
|
Loading…
Reference in New Issue
Block a user