summaryrefslogtreecommitdiff
path: root/site/get/index.md
diff options
context:
space:
mode:
authorbogdankol <68349689+bogdankol@users.noreply.github.com>2024-04-11 12:50:59 +0300
committerbogdankol <68349689+bogdankol@users.noreply.github.com>2024-04-24 18:26:52 +0300
commiteeafe1b3d73e1781a03886e39d0ed822111c523f (patch)
tree0efa6d3ddf9d2d348c11c763b252981dda59828c /site/get/index.md
parent61843dd4547e7ed7e1949c2d8d1867b1957f4a20 (diff)
downloadcommunity.vyos.net-eeafe1b3d73e1781a03886e39d0ed822111c523f.tar.gz
community.vyos.net-eeafe1b3d73e1781a03886e39d0ed822111c523f.zip
restyled all pages
Diffstat (limited to 'site/get/index.md')
-rw-r--r--site/get/index.md117
1 files changed, 82 insertions, 35 deletions
diff --git a/site/get/index.md b/site/get/index.md
index b1ffda5..b150005 100644
--- a/site/get/index.md
+++ b/site/get/index.md
@@ -1,51 +1,98 @@
-# Get VyOS
+<div class='get-page'>
+ <section class='banner'>
+ <div class='containerCustom'>
+ <div class='left-shape'>
+ <img src='/img/global/shape-left.svg' />
+ </div>
+ <div class='right-shape'>
+ <img src='/img/global/shape-right.svg' />
+ </div>
-VyOS has three release "channels": nightly builds, monthly snapshots, and LTS releases.
+ <div class='banner-div'>
-## Nightly builds
+ # Get VyOS
-Nightly builds are automatically produced at least once a day and include all the latest
-code (bug fixes and features) from maintainers and community contributors.
+ VyOS has three release "channels": nightly builds, monthly snapshots, and LTS releases.
-Nightly builds are not hand-tested before upload. A basic set of automated
-[smoke tests](https://github.com/vyos/vyos-1x/tree/current/smoketest/scripts/cli) is executed
-for each build ensuring that basic functionality is working. In addition we load arbitrary
-[configurations](https://github.com/vyos/vyos-1x/tree/current/smoketest/configs) to ensure
-there are no errors during config migration and system bootup.
+ </div>
-Nightly builds are for you if you...
+ </div>
+ </section>
-* want to help us test latest VyOS code
-* want to check whether a bug is fixed in the latest code
-* made a patch and want to test it before making a pull request
+ <section class='content-section'>
+ <div class='content-div'>
+ <div class='nightly-builds'>
-Go to the [nightly builds page](/get/nightly-builds).
+ ## Nightly builds
-## LTS release
+ Nightly builds are automatically produced at least once a day and include all the latest
+ code (bug fixes and features) from maintainers and community contributors.
-Prebuilt LTS release images are available to people and companies who help us move the project
-forward.
+ Nightly builds are not hand-tested before upload. A basic set of automated
+ [smoke tests](https://github.com/vyos/vyos-1x/tree/current/smoketest/scripts/cli) is executed
+ for each build ensuring that basic functionality is working. In addition we load arbitrary
+ [configurations](https://github.com/vyos/vyos-1x/tree/current/smoketest/configs) to ensure
+ there are no errors during config migration and system bootup.
-There are many ways to get access:
+ Nightly builds are for you if you...
-* Purchase a [software access subscription](https://vyos.io/subscriptions/software/).
-* Get free access with a [support subscription](https://vyos.io/subscriptions/support/).
-* Apply for a free subscription as a [contributor](/get/contributor-subscriptions).
-* Apply for a free subscription as an
- [educational instutution](https://vyos.io/community/for-educational-institutions/),
- [non-profit](https://vyos.io/community/for-non-commercial-organizations/), or an
- [emergency service](http://vyos.io/community/for-first-responders/).
+ - want to help us test latest VyOS code
+ - want to check whether a bug is fixed in the latest code
+ - made a patch and want to test it before making a pull request
-Or you can build an LTS image from source.
+ Go to the [nightly builds page](/get/nightly-builds).
-## Legacy LTS releases
+ </div>
-We also provide images of legacy LTS releases as a courtesy. Currently available images are:
+ <div class='lts'>
-### 1.2.9-S1 [#](#1.2.9-S1)
+ ## LTS release
-* [1.2.9-S1 generic ISO image](https://legacy-lts-images.vyos.io/1.2.9-S1/vyos-1.2.9-S1-amd64.iso) (signatures: [GPG](https://legacy-lts-images.vyos.io/1.2.9-S1/vyos-1.2.9-S1-amd64.iso.asc), [Minisign](https://legacy-lts-images.vyos.io/1.2.9-S1/vyos-1.2.9-S1-amd64.iso.minisig))
-* [1.2.9-S1 Qcow2 image for KVM](https://legacy-lts-images.vyos.io/1.2.9-S1/vyos-1.2.9-S1-10G-qemu.qcow2) (signatures: [GPG](https://legacy-lts-images.vyos.io/1.2.9-S1/vyos-1.2.9-S1-10G-qemu.qcow2.asc), [Minisign](https://legacy-lts-images.vyos.io/1.2.9-S1/vyos-1.2.9-S1-10G-qemu.qcow2.minisig))
-* [1.2.9-S1 OVA for VMware (with cloud-init)](https://legacy-lts-images.vyos.io/1.2.9-S1/vyos-1.2.9-S1-cloud-init-vmware.ova) (signatures: [GPG](https://legacy-lts-images.vyos.io/1.2.9-S1/vyos-1.2.9-S1-cloud-init-vmware.ova.asc), [Minisign](https://legacy-lts-images.vyos.io/1.2.9-S1/vyos-1.2.9-S1-cloud-init-vmware.ova.minisig)).
-* [1.2.9-S1 OVA for VMware (simple)](https://legacy-lts-images.vyos.io/1.2.9-S1/vyos-1.2.9-S1-simple-vmware.ova) (signatures: [GPG](https://legacy-lts-images.vyos.io/1.2.9-S1/vyos-1.2.9-S1-simple-vmware.ova.asc), [Minisign](https://legacy-lts-images.vyos.io/1.2.9-S1/vyos-1.2.9-S1-simple-vmware.ova.minisig))
-* [1.2.9-S1 for Microsoft Hyper-V](https://legacy-lts-images.vyos.io/1.2.9-S1/vyos-1.2.9-S1-hyperv-amd64.vhdx) (signatures: [GPG](https://legacy-lts-images.vyos.io/1.2.9-S1/vyos-1.2.9-S1-hyperv-amd64.vhdx.asc), [Minisign](https://legacy-lts-images.vyos.io/1.2.9-S1/vyos-1.2.9-S1-hyperv-amd64.vhdx.minisig))
+ Prebuilt LTS release images are available to people and companies who help us move the project
+ forward.
+
+ There are many ways to get access:
+
+ - Purchase a [software access subscription](https://vyos.io/subscriptions/software/).
+ - Get free access with a [support subscription](https://vyos.io/subscriptions/support/).
+ - Apply for a free subscription as a [contributor](/get/contributor-subscriptions).
+ - Apply for a free subscription as an
+ [educational instutution](https://vyos.io/community/for-educational-institutions/),
+ [non-profit](https://vyos.io/community/for-non-commercial-organizations/), or an
+ [emergency service](http://vyos.io/community/for-first-responders/).
+
+ Or you can build an LTS image from source.
+
+ </div>
+
+ <div class='legacy-lts'>
+
+ ## Legacy LTS releases
+
+ As a courtesy, we offer images of legacy LTS releases. To access all available legacy LTS releases, kindly complete the form below. Upon submission, you will receive an email containing links to download the images.
+
+ </div>
+
+ </div>
+
+ </section>
+
+ <section class='form'>
+ <div class='containerCustom'>
+ <div id="application-form" class='application-form'>
+
+<script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/embed/v2.js"></script>
+<script>
+ hbspt.forms.create({
+ region: "na1",
+ portalId: "4129050",
+ formId: "ebb05a53-23d6-4454-824d-817d0d8b86d4"
+ });
+</script>
+
+ </div>
+ </div>
+
+ </section>
+
+</div>