nix Bluecrypt branding

This commit is contained in:
AJ ONeal 2019-10-21 15:23:36 -06:00
parent ad42d34587
commit 4b79b0bb3a
1 changed files with 12 additions and 15 deletions

View File

@ -1,6 +1,6 @@
<html> <html>
<head> <head>
<title>Bluecrypt ACME - A Root Project</title> <title>ACME.js - A Root Project</title>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<style> <style>
textarea { textarea {
@ -20,17 +20,15 @@
</head> </head>
<body> <body>
<h1> <h1>
@bluecrypt/acme: Let's&nbsp;Encrypt&nbsp;for&nbsp;the&nbsp;Browser @root/acme: Let's&nbsp;Encrypt&nbsp;for&nbsp;the&nbsp;Browser
</h1> </h1>
<p> <p>
This is intended to be explored with your JavaScript console open. This is intended to be explored with your JavaScript console open.
</p> </p>
<pre><code>&lt;script src="<a href="https://rootprojects.org/acme/bluecrypt-acme.js">https://rootprojects.org/acme/bluecrypt-acme.js</a>"&gt;&lt;/script&gt;</code></pre> <pre><code>&lt;script src="<a href="https://unpkg.com/@root/acme@3.0.0/dist/acme.js">https://unpkg.com/@root/acme@3.0.0/dist/acme.js</a>"&gt;&lt;/script&gt;</code></pre>
<pre><code>&lt;script src="<a href="https://rootprojects.org/acme/bluecrypt-acme.min.js">https://rootprojects.org/acme/bluecrypt-acme.min.js</a>"&gt;&lt;/script&gt;</code></pre> <pre><code>&lt;script src="<a href="https://unpkg.com/@root/acme@3.0.0/dist/acme.min.js">https://unpkg.com/@root/acme@3.0.0/dist/acme.min.js</a>"&gt;&lt;/script&gt;</code></pre>
<a href="https://git.rootprojects.org/root/bluecrypt-acme.js" <a href="https://git.rootprojects.org/root/acme.js">Documentation</a>
>Documentation</a
>
<h2>1. Keypair Generation</h2> <h2>1. Keypair Generation</h2>
<form class="js-keygen"> <form class="js-keygen">
@ -211,21 +209,20 @@
<br /> <br />
<p> <p>
Bluecrypt&trade; is a collection of lightweight, zero-dependency, [Root](https://rootprojects.org) has built a collection of
libraries written in VanillaJS. They are fast, tiny, and secure, lightweight, zero-dependency, libraries written in VanillaJS. They
using the native features of modern browsers where possible. This are fast, tiny, and secure, using the native features of modern
means it's easy-to-use crypto in kilobytes, not megabytes. browsers where possible. This means it's easy-to-use crypto in
kilobytes, not megabytes.
</p> </p>
<br /> <br />
<footer> <footer>
View (git) source View (git) source
<a href="https://git.rootprojects.org/root/bluecrypt-acme.js" <a href="https://git.rootprojects.org/root/acme.js">@root/acme</a>
>@bluecrypt/acme</a
>
</footer> </footer>
<script src="./app.js"></script>
<!-- script src="../dist/acme.js"></script --> <!-- script src="../dist/acme.js"></script -->
<!-- script src="../dist/app.js"></script --> <!-- script src="../dist/app.js"></script -->
<script src="./app.js"></script>
</body> </body>
</html> </html>