summaryrefslogtreecommitdiff
path: root/site
diff options
context:
space:
mode:
authorAndrii-Moshenskyi <andrii.moshenskyi@gmail.com>2021-01-21 13:05:52 +0200
committerAndrii-Moshenskyi <andrii.moshenskyi@gmail.com>2021-01-21 13:05:52 +0200
commit2abeb67fc9bdb066ada8eb5689a4c91b88dbec71 (patch)
tree67ba527ce360883833e0a8f495581d59213e23d2 /site
parent495a964d3b03177c156eab6640514e433f3e4010 (diff)
downloadcommunity.vyos.net-2abeb67fc9bdb066ada8eb5689a4c91b88dbec71.tar.gz
community.vyos.net-2abeb67fc9bdb066ada8eb5689a4c91b88dbec71.zip
Update Inform Columns section styling after font updates
Diffstat (limited to 'site')
-rw-r--r--site/index.html122
1 files changed, 60 insertions, 62 deletions
diff --git a/site/index.html b/site/index.html
index 7cb2a4a..b8acf86 100644
--- a/site/index.html
+++ b/site/index.html
@@ -5,85 +5,83 @@
</section>
<section class="inform-columns">
- <div class="container">
- <div class="inform-column__inner">
+ <div class="inform-column__inner">
- <div class="inform-column__item">
- <div class="inform-column__header">
- <div class="inform-column__icon">
- <img src="/img/front-page/inform-columns/open-source.svg" alt="Open Source" title="Open Source">
- </div>
- <div class="inform-column__title">
- <h3 class="title">Open Source</h3>
- </div>
- </div>
- <div class="inform-column__data">
- <p>VyOS is fully open source and we encourage everyone to build images and report any build process issues. The source code of the rolling release and LTS branches alike is available online. However, simply making code available is not enough.</p>
- <p>We also keep the complete build toolchain available, and we strive to make it easy to use. You can build a VyOS image in just a few commands. There is no special maintainer toolchain we keep to ourselves: all image build tools are available to everyone interested.</p>
+ <div class="inform-column__item">
+ <div class="inform-column__header">
+ <div class="inform-column__icon">
+ <img src="/img/front-page/inform-columns/open-source.svg" alt="Open Source" title="Open Source">
</div>
- <div class="inform-column__button">
- <a href="#" class="inform-column__btn">Learn how to build a VyOS image</a>
+ <div class="inform-column__title">
+ <h3 class="title">Open Source</h3>
</div>
</div>
+ <div class="inform-column__data">
+ <p>VyOS is fully open source and we encourage everyone to build images and report any build process issues. The source code of the rolling release and LTS branches alike is available online. However, simply making code available is not enough.</p>
+ <p>We also keep the complete build toolchain available, and we strive to make it easy to use. You can build a VyOS image in just a few commands. There is no special maintainer toolchain we keep to ourselves: all image build tools are available to everyone interested.</p>
+ </div>
+ <div class="inform-column__button">
+ <a href="#" class="inform-column__btn">Learn how to build a VyOS image</a>
+ </div>
+ </div>
- <div class="inform-column__item">
- <div class="inform-column__header">
- <div class="inform-column__icon">
- <img src="/img/front-page/inform-columns/open-proccess.svg" alt="Open Process" title="Open Process">
- </div>
- <div class="inform-column__title">
- <h3 class="title">Open Process</h3>
- </div>
+ <div class="inform-column__item">
+ <div class="inform-column__header">
+ <div class="inform-column__icon">
+ <img src="/img/front-page/inform-columns/open-proccess.svg" alt="Open Process" title="Open Process">
</div>
- <div class="inform-column__data">
- <p>Our issue tracker is available online. There is no private issue tracker: even issues reported by commercial users through the support portal are registered in the public tracker (except security issues before public disclosure of course).</p>
- <p>Everyone is free to browse open tasks, test them, fix them, and make pull requests.</p>
- <p>We do not have any contributor agreements that require you to transfer your copyrights to us. The copyright is shared between all contributors. This means no one can make a closed source fork of VyOS—not even its current maintainers.</p>
- </div>
- <div class="inform-column__button">
- <a href="#" class="inform-column__btn">Read contributing guidelines</a>
+ <div class="inform-column__title">
+ <h3 class="title">Open Process</h3>
</div>
</div>
+ <div class="inform-column__data">
+ <p>Our issue tracker is available online. There is no private issue tracker: even issues reported by commercial users through the support portal are registered in the public tracker (except security issues before public disclosure of course).</p>
+ <p>Everyone is free to browse open tasks, test them, fix them, and make pull requests.</p>
+ <p>We do not have any contributor agreements that require you to transfer your copyrights to us. The copyright is shared between all contributors. This means no one can make a closed source fork of VyOS—not even its current maintainers.</p>
+ </div>
+ <div class="inform-column__button">
+ <a href="#" class="inform-column__btn">Read contributing guidelines</a>
+ </div>
+ </div>
- <div class="inform-column__item">
- <div class="inform-column__header">
- <div class="inform-column__icon">
- <img src="/img/front-page/inform-columns/open-platform.svg" alt="Open Platform" title="Open Platform">
- </div>
- <div class="inform-column__title">
- <h3 class="title">Open Platform</h3>
- </div>
+ <div class="inform-column__item">
+ <div class="inform-column__header">
+ <div class="inform-column__icon">
+ <img src="/img/front-page/inform-columns/open-platform.svg" alt="Open Platform" title="Open Platform">
</div>
- <div class="inform-column__data">
- <p>VyOS is not just a product, but an open platform. It uses a layered architecture with unified and documented internal APIs.</p>
- <p>A number of major features were contributed by community members. Command definitions are written in a machine-verifiable XML format and malformed definitions fail the build. Our new code is in legacy-free Python3, and some core components are in OCaml.</p>
- <p>Every part of the system is open to contributions.</p>
- </div>
- <div class="inform-column__button">
- <a href="#" class="inform-column__btn">Read about VyOS architecture</a>
+ <div class="inform-column__title">
+ <h3 class="title">Open Platform</h3>
</div>
</div>
+ <div class="inform-column__data">
+ <p>VyOS is not just a product, but an open platform. It uses a layered architecture with unified and documented internal APIs.</p>
+ <p>A number of major features were contributed by community members. Command definitions are written in a machine-verifiable XML format and malformed definitions fail the build. Our new code is in legacy-free Python3, and some core components are in OCaml.</p>
+ <p>Every part of the system is open to contributions.</p>
+ </div>
+ <div class="inform-column__button">
+ <a href="#" class="inform-column__btn">Read about VyOS architecture</a>
+ </div>
+ </div>
- <div class="inform-column__item">
- <div class="inform-column__header">
- <div class="inform-column__icon">
- <img src="/img/front-page/inform-columns/open-community.svg" alt="Open Community" title="Open Community">
- </div>
- <div class="inform-column__title">
- <h3 class="title">Open Community</h3>
- </div>
- </div>
- <div class="inform-column__data">
- <p> We welcome all contributors. Even if you are not a programmer, there are many things to do: testing, documentation, evangelism and so on.</p>
- <p>Since you are sharing your time and effort with us to make the project better, we are also happy to share our LTS release maintenance effort with you. Every active contributor can get access to prebuilt LTS images.</p>
- <p>We also issue contributor badges through YourAcclaim that you can put on your CV. Already a contributor?</p>
+ <div class="inform-column__item">
+ <div class="inform-column__header">
+ <div class="inform-column__icon">
+ <img src="/img/front-page/inform-columns/open-community.svg" alt="Open Community" title="Open Community">
</div>
- <div class="inform-column__button">
- <a href="#" class="inform-column__btn">Claim your rewards</a>
+ <div class="inform-column__title">
+ <h3 class="title">Open Community</h3>
</div>
</div>
-
+ <div class="inform-column__data">
+ <p> We welcome all contributors. Even if you are not a programmer, there are many things to do: testing, documentation, evangelism and so on.</p>
+ <p>Since you are sharing your time and effort with us to make the project better, we are also happy to share our LTS release maintenance effort with you. Every active contributor can get access to prebuilt LTS images.</p>
+ <p>We also issue contributor badges through YourAcclaim that you can put on your CV. Already a contributor?</p>
+ </div>
+ <div class="inform-column__button">
+ <a href="#" class="inform-column__btn">Claim your rewards</a>
+ </div>
</div>
+
</div>
</section>