diff --git a/site/index.html b/site/index.html index 50b5c98..c295bf6 100644 --- a/site/index.html +++ b/site/index.html @@ -43,41 +43,106 @@ .reddish { background: #ffb3b3; } + + + /* padding */ + td, th { + border: 0px solid #f00; + padding-left : 8px; + padding-right: 8px; + border-radius: 5px; + } + + /* horizontal zebra stripes */ + tr:nth-child(odd) { + /*background-color: #6fc8df;*/ + background-color: rgba(111, 200, 223, 1.0); + } + + tr:nth-child(even) { + background-color: rgba(150, 225, 250, 1.0); + /*background-color: rgba(111, 233, 200, 1.0); */ + } + + table { + border: 4px solid #333; + border-radius: 3px; + margin-bottom: 5px; + /*background-color: #333; */ + } + + /* vertical zebra stripes + td:nth-child(odd), th:nth-child(odd) { + background-color: rgba(111, 200, 223, 0.4); + } + */ - + +
-

- Vanillae Project -

+

Vanillae Project

1. tl;dr

-

- This is a set of libraries, applications, and utilities which make it - easy to for developers to use the Æternity payment network. Including: -

+

This is a set of libraries, applications, and utilities which make it + easy to for developers to use the Æternity payment network.

+
-
    -
  1. Vanillae.erl: talk to an Æternity node from an Erlang application
  2. -
  3. Sidekick: talk to an Æternity browser wallet extension from a page script
  4. -
  5. Jex: a more intelligent alternative to NPM, specifically for packaging page scripts
  6. -
  7. Jack Russell: a browser wallet extension
  8. -
  9. VDK: a set of self-contained TS/JS libraries
  10. -
+
+

2. Downloads

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Package NameVersionMindistDocsDescription
awcp0.2.2DownloadDocsÆPP-WÆLLET COMMUNICATION PROTOCOL: type definitions for + messages passed between page scripts and browser wallets
sidekick0.2.2DownloadDocsSIDEKICK: simple library for talking to a browser wallet + extension from a page script. Implements the "Æpp" side of + AWCP.
-

2. Contents

+

3. Contents

  1. tl;dr
  2. +
  3. Downloads
  4. Contents
  5. Motivation/History
  6. Vanillae.erl
  7. @@ -86,7 +151,7 @@
-

3. Motivation/History

+

4. Motivation/History

The two developers on this project are Craig Everett and Peter Harpending. Craig is an Erlang graybeard. Peter is a recovering @@ -106,8 +171,8 @@

Aegora is the first normal e-commerce platform that utilizes any form of cryptocurrency. We would like if Aegora made us billionaires, but really - Aegora is really a proof-of-concept; that concept being - "cryptocurrency could actually be useful."

+ Aegora is a proof-of-concept; that concept being "cryptocurrency could + actually be useful."

Our hope is that you (yes, you) will be inspired by Aegora, and go off and use Æternity for your own commercial projects. The point of the