diff --git a/public/assets/css/components/hero.css b/public/assets/css/components/hero.css index cb679e9..c9e21c6 100644 --- a/public/assets/css/components/hero.css +++ b/public/assets/css/components/hero.css @@ -1,9 +1,16 @@ +/* Custom styles for a special hero */ +#security.hero .hero-image { + max-height: 80vh; +} + +/* Public styles for hero component */ + .hero { --hero-heading-color: var(--parch-color); --hero-heading-sub-color: var(--text-color); --hero-gn-purple-color: var(--text-color-alt); --hero-gn-purple-start: #201026; - --hero-gn-purple-end: #2F0E3A; + --hero-gn-purple-end: #2f0e3a; } .hero-heading { @@ -24,6 +31,16 @@ width: 100%; } +.hero-wrapper-rtl { + gap: 35px; + align-items: flex-start; + flex-direction: row-reverse; +} + +.hero-wrapper-rtl .hero-image { + margin: 0 !important; +} + .hero--inverted .hero-wrapper { justify-content: flex-start; } @@ -146,7 +163,7 @@ bottom: 0; right: 0; height: 150vh; - opacity: .2; + opacity: 0.2; } .hero--clipped { diff --git a/public/assets/images/icons/security.png b/public/assets/images/icons/security.png new file mode 100644 index 0000000..4effba8 Binary files /dev/null and b/public/assets/images/icons/security.png differ diff --git a/src/views/Home.vue b/src/views/Home.vue index 6a2a625..2d6b71b 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -56,6 +56,9 @@
  • +
  • + +
  • @@ -103,6 +106,39 @@ +
    +
    + Why Parch... +
    +
    +

    Security

    + Build on trust. +
    +
    +
    +

    + ParchLinux inherits the renowned stability and security of Arch + Linux. This foundation ensures your system remains protected from + potential threats. Regular updates keep your software patched and + secure, while the inherent nature of Arch Linux promotes a + minimalist approach, reducing the attack surface for + vulnerabilities. Additionally, the supportive ParchLinux community + is always vigilant, offering assistance and keeping you informed + about security best practices. With ParchLinux, you can enjoy the + freedom and power of Linux with the peace of mind that comes with + a secure and trustworthy operating system. +

    +
    +
    +
    +
    +
    +