diff options
author | Dimitri Staessens <dimitri@ouroboros.rocks> | 2020-01-22 19:06:56 +0100 |
---|---|---|
committer | Dimitri Staessens <dimitri@ouroboros.rocks> | 2020-01-22 19:06:56 +0100 |
commit | 35394c780783e7c2352808772d5182539b62e45b (patch) | |
tree | 16c0b4d131ee1096c2f59fcb83b26346a617893a /content/en/_index.html | |
parent | 390cc2153d05f8d53be1d80a472f6495aec92653 (diff) | |
download | website-35394c780783e7c2352808772d5182539b62e45b.tar.gz website-35394c780783e7c2352808772d5182539b62e45b.zip |
content: Embed FOSDEM video in overview
Diffstat (limited to 'content/en/_index.html')
-rw-r--r-- | content/en/_index.html | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/content/en/_index.html b/content/en/_index.html index 223a56c..259ffe2 100644 --- a/content/en/_index.html +++ b/content/en/_index.html @@ -1,35 +1,35 @@ +++ title = "Ouroboros" linkTitle = "Ouroboros" - +++ {{< blocks/cover title="Ouroboros" image_anchor="top" color="primary" >}} <div class="mx-auto"> - <a class="btn btn-lg btn-primary mr-3 mb-4" href="{{< relref "/docs" >}}"> - Learn More <i class="fas fa-arrow-alt-circle-right ml-2"></i> - </a> - <a class="btn btn-lg btn-secondary mr-3 mb-4" href="https://ouroboros.rocks/cgit/ouroboros"> - Download <i class="fab fa-git ml-2 "></i> - </a> - <p class="lead mt-5">Decentralized packet networking rebuilt - from the ground up</p> - <div class="mx-auto mt-5"> - {{< blocks/link-down color="info" >}} - </div> + <a class="btn btn-lg btn-primary mr-3 mb-4" + href="{{< relref "/docs/Overview" >}}"> + Learn More <i class="fas fa-arrow-alt-circle-right ml-2"></i> + </a> + <a class="btn btn-lg btn-secondary mr-3 mb-4" + href="https://ouroboros.rocks/cgit/ouroboros"> + Download <i class="fab fa-git ml-2 "></i> + </a> + <p class="lead mt-5"> + Decentralized packet networking rebuilt from the ground up + </p> + <div class="mx-auto mt-5"> + {{< blocks/link-down color="info">}} + </div> </div> {{< /blocks/cover >}} - - {{% blocks/lead color="secondary" %}} - - Ouroboros is a <b>peer-to-peer transport network</b> built on a new - <b>recursive network paradigm</b> according to a <b>UNIX design - philosphy</b>. The aim is to provide a <b>secure and private - networking</b> experience and to provide a simple API for writing - distributed software and networked application libraries. Ouroboros - provides a very compact API for both <b>unicast and multicast</b> - communications. All protocols carry <b>minimal header - information</b>, with easy-to-enable <b>encryption</b>. - - {{% /blocks/lead %}} +{{% blocks/lead color="secondary" %}} +Ouroboros is a <b>peer-to-peer transport network</b> built on a new +<b>recursive network paradigm</b> according to a <b>UNIX design +philosphy</b>. The aim is to provide a <b>secure and private +networking</b> experience and to provide a simple API for writing +distributed software and networked application +libraries. Ouroboros provides a very compact API for +both <b>unicast and multicast</b> communications. All protocols +carry <b>minimal header information</b>, with +easy-to-enable <b>encryption</b>. +{{% /blocks/lead %}} |