diff options
-rw-r--r-- | site/contribute/index.md | 25 | ||||
-rw-r--r-- | templates/main.html | 11 |
2 files changed, 17 insertions, 19 deletions
diff --git a/site/contribute/index.md b/site/contribute/index.md index 6889019..6c9a797 100644 --- a/site/contribute/index.md +++ b/site/contribute/index.md @@ -11,21 +11,23 @@ testing latest builds and more. Unlike some other projects, we intentionally do not use a contributor agreement that would give us exclusive rights to your contributions. -The copyrights to VyOS source code and documentation remain shared between -all contributors, so that no one (including its current maintainers) -can make a proprietary fork. +The copyrights to VyOS source code and documentation remain shared between all +contributors, so that no one (including its current maintainers) can make a +proprietary fork. ### We have rewards -Maintaining an LTS version is a hard, delicate, high-responsibility work. -Being a maintainer means not being able to refuse to work on the hard tasks. -We keep prebuilt LTS images behind a paywall for that reason, -but we are ready to share our work with everyone who helps us move the project forward. +Maintaining an LTS version is a hard, delicate, high-responsibility work. Being +a maintainer means not being able to refuse to work on the hard tasks. We keep +prebuilt LTS images behind a paywall for that reason, but we are ready to share +our work with everyone who helps us move the project forward. -This includes everyone who contributes code, tests latest builds, writes documentation, -or promotes VyOS in the social media or at live events. +This includes everyone who contributes code, tests latest builds, writes +documentation, or promotes VyOS in the social media or at live events. -Read about our [contributor subscriptions](/get/contributor-subscriptions) to review eligibility guidelines and [fill the application form](/get/contributor-subscriptions#application-form). +Read about our [contributor subscriptions](/get/contributor-subscriptions) to +review eligibility guidelines and +[fill the application form](/get/contributor-subscriptions#application-form). We also have [badges](https://www.youracclaim.com/organizations/vyos/badges)! @@ -43,7 +45,8 @@ We also have [badges](https://www.youracclaim.com/organizations/vyos/badges)! ### Testing latest builds -* Get a [nightly build](https://downloads.vyos.io/?dir=rolling/current) or a [snapshot](/get/snapshots) +* Get a [nightly build](https://downloads.vyos.io/?dir=rolling/current) or a + [snapshot](/get/snapshots) * Reports bugs in [Phabricator](https://phabricator.vyos.net/maniphest). ### Spreading the word diff --git a/templates/main.html b/templates/main.html index 965edee..d008285 100644 --- a/templates/main.html +++ b/templates/main.html @@ -14,7 +14,6 @@ <link rel="stylesheet" href="/main.css"> </head> <body> - <header> <div class="container"> <div class="header__inner"> @@ -34,17 +33,15 @@ </div> </div> </header> - <main> <div class="container small" id="content"> <!-- content is automatically inserted here --> </div> </main> - <footer> + <div class="container"> <div class="footer__inner"> - <div class="footer__logo-society"> <div class="footer__logo-vyos"> <a href="https://sentrium.io/" target="_blank" class="footer__logo--vyos"> @@ -140,7 +137,7 @@ <!-- End TrustBox widget --> </div> <div class="footer__sm__contant"> - + <div class="footer__sm__logos"> <a href="/" class="footer__logo"> <img src="/img/footer/vyos-logo-sm.svg" alt="VyOS Community" title="VyOS Community"> @@ -205,9 +202,7 @@ </div> </div> </aside> - <script async src="https://www.googletagmanager.com/gtag/js?id=G-J3WHFQG00P"></script> <script src="js/google-analytics-message.js"></script> - </body> -</html>
\ No newline at end of file +</html> |