diff options
author | dvn <git@dvn.me> | 2018-08-01 13:08:50 +0200 |
---|---|---|
committer | dvn <git@dvn.me> | 2018-08-01 13:08:50 +0200 |
commit | cca76741cab20706a255d2a72b879b90dfdd40f2 (patch) | |
tree | d0d176d74cdb36d0cd352984b307343259368c47 /README.md | |
parent | 34bd9d209a0886d643fa7f03908aea38ba13845d (diff) |
README.md: Fix image alignment, and sizing
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 8 insertions, 5 deletions
@@ -1,4 +1,6 @@ -<center><a href="https://gnunet.org"><img src="contrib/branding/logo/gnunet-logo-dark-text.svg" alt="GNUnet"width="300px"/></a></center> +<p align="center"> + <a href="https://gnunet.org"><img src="contrib/branding/logo/gnunet-logo-dark-text.svg" alt="GNUnet" width="300px"/></a> +</p> > GNUnet is a *new* network protocol stack for building secure, distributed, and privacy-preserving applications. @@ -55,7 +57,7 @@ make make install ``` -**Using the [GNU Guix package manager:](https://https://www.gnu.org/software/guix/) ** +**Using the [GNU Guix package manager:](https://https://www.gnu.org/software/guix/)** ```shell # To build, run tests, and install: @@ -79,8 +81,9 @@ docker build -t gnunet . There are many possible ways to use the subsystems of GNUnet, we will provide a few examples in this section. - -<center> <a href="contrib/gnunet-arch-full.svg"><img src="contrib/gnunet-arch-full.svg" alt="GNUnet Modular Architecture" width="400px" border="1px"/></a></center> +<p align="center"> + <a href="contrib/gnunet-arch-full.svg"><img src="contrib/gnunet-arch-full.svg" alt="GNUnet Modular Architecture" width="400px" border="1px"/></a> +</p> >***GNUnet is composed of over 30 modular subsystems*** @@ -156,6 +159,6 @@ Related Projects - <a href="https://pep.foundation"><img src="https://pep.foundation/static/media/uploads/peplogo.svg" alt="pep.foundation" width="50px"/></a> <a href="https://secushare.org"><img src="https://secushare.org/img/secushare-0444.png" alt="Secushare" width="50px"/></a> + <a href="https://pep.foundation"><img src="https://pep.foundation/static/media/uploads/peplogo.svg" alt="pep.foundation" width="80px"/></a> <a href="https://secushare.org"><img src="https://secushare.org/img/secushare-0444.png" alt="Secushare" width="80px"/></a> |