From 2abeb67fc9bdb066ada8eb5689a4c91b88dbec71 Mon Sep 17 00:00:00 2001 From: Andrii-Moshenskyi Date: Thu, 21 Jan 2021 13:05:52 +0200 Subject: Update Inform Columns section styling after font updates --- sass/front-page/inform-columns.sass | 19 +++--- site/index.html | 122 ++++++++++++++++++------------------ 2 files changed, 71 insertions(+), 70 deletions(-) diff --git a/sass/front-page/inform-columns.sass b/sass/front-page/inform-columns.sass index bc55f9d..9d6c3cc 100644 --- a/sass/front-page/inform-columns.sass +++ b/sass/front-page/inform-columns.sass @@ -1,6 +1,7 @@ @import ../settings.sass section.inform-columns + div.inform-column__inner display: grid grid-template-columns: 1fr 1fr @@ -17,6 +18,7 @@ section.inform-columns grid-gap: 40px padding: 48px 54px 59px +resp(md) + grid-gap: 25px padding: 30px 25px +resp(sm) padding: 30px 24px 40px @@ -43,6 +45,8 @@ section.inform-columns text-align: left margin-bottom: 29px font-size: 16px + +resp(md) + margin-bottom: 20px &:last-child margin-bottom: 10px +resp(sm) @@ -56,24 +60,23 @@ section.inform-columns +resp(sm) align-self: end a.inform-column__btn - max-width: 311px - width: 100% - height: 58px + max-width: 291px + padding: 10px + min-height: 38px display: flex align-items: center justify-content: center + text-align: center background: $orange border: 1px solid $orange - font-weight: 900 + font-weight: 700 font-size: 16px - line-height: 15px color: $black text-decoration: none transition: 0.3s + line-height: 1.5 +resp(sm) - height: 38px - width: 100% + min-height: 28px font-size: 14px - line-height: 96% &:hover background: $white \ No newline at end of file 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 @@
-
-
+
-
-
-
- Open Source -
-
-

Open Source

-
-
-
-

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.

-

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.

+
+
+
+ Open Source
- +
+

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.

+

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.

+
+ +
-
-
-
- Open Process -
-
-

Open Process

-
+
+
+
+ Open Process
-
-

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).

-

Everyone is free to browse open tasks, test them, fix them, and make pull requests.

-

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.

-
-
- Read contributing guidelines +
+

Open Process

+
+

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).

+

Everyone is free to browse open tasks, test them, fix them, and make pull requests.

+

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.

+
+ +
-
-
-
- Open Platform -
-
-

Open Platform

-
+
+
+
+ Open Platform
-
-

VyOS is not just a product, but an open platform. It uses a layered architecture with unified and documented internal APIs.

-

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.

-

Every part of the system is open to contributions.

-
-
- Read about VyOS architecture +
+

Open Platform

+
+

VyOS is not just a product, but an open platform. It uses a layered architecture with unified and documented internal APIs.

+

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.

+

Every part of the system is open to contributions.

+
+ +
-
-
-
- Open Community -
-
-

Open Community

-
-
-
-

We welcome all contributors. Even if you are not a programmer, there are many things to do: testing, documentation, evangelism and so on.

-

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.

-

We also issue contributor badges through YourAcclaim that you can put on your CV. Already a contributor?

+
+
+
+ Open Community
-
- Claim your rewards +
+

Open Community

- +
+

We welcome all contributors. Even if you are not a programmer, there are many things to do: testing, documentation, evangelism and so on.

+

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.

+

We also issue contributor badges through YourAcclaim that you can put on your CV. Already a contributor?

+
+
+
-- cgit v1.2.3