Browse Source

Adds TuxCare and OpenLogic blurbs

pull/276/head
mattlasheboro 2 years ago
parent
commit
511aa903cc
  1. 3
      assets/css/bundle.css
  2. 3
      assets/scss/home.css
  3. 3
      assets/scss/home.scss
  4. 45
      layouts/index.html

3
assets/css/bundle.css

@ -140,6 +140,9 @@ border-bottom-color: #14598a !important;
max-width: 220px; max-width: 220px;
width: 100%; width: 100%;
} }
.al-commercial-supporter-list:last-child {
margin-top: 40px;
}
.al-page-index .al-index-faq { .al-page-index .al-index-faq {
background: #0e3b5c; background: #0e3b5c;
} }

3
assets/scss/home.css

@ -183,6 +183,9 @@
.al-page-index .al-index-press .al-index-press-item figcaption.blockquote-footer a { .al-page-index .al-index-press .al-index-press-item figcaption.blockquote-footer a {
text-decoration: none; text-decoration: none;
} }
.al-commercial-supporter-list:last-child {
margin-top: 40px;
}
.al-page-index .al-index-press .al-index-press-item figcaption.blockquote-footer a:hover { .al-page-index .al-index-press .al-index-press-item figcaption.blockquote-footer a:hover {
text-decoration: underline; text-decoration: underline;
color: #f7fbff; color: #f7fbff;

3
assets/scss/home.scss

@ -153,6 +153,9 @@
} }
} }
} }
.al-commercial-supporter-list:last-child {
margin-top: 40px;
}
.al-index-faq { .al-index-faq {
background: #0e3b5c; background: #0e3b5c;

45
layouts/index.html

@ -494,29 +494,32 @@
<!-- COMMERCIAL SUPPORT --> <!-- COMMERCIAL SUPPORT -->
<div class="al-index-commercial-support al-py-lg"> <div class="al-index-commercial-support al-py-lg">
<div class="container"> <div class="container">
<h2 class="pb-2 mb-5 text-center border-bottom"> <h2 class="text-center">
{{ i18n "Commercial Support" }} {{ i18n "Commercial Support" }}
</h2> </h2>
<div class="row row-cols-2 row-cols-sm-4 row-cols-md-6 g-5 al-commercial-supporter-list"> <p class="text-center pb-2 mb-5 border-bottom">Minimize your risk while getting the most out of your AlmaLinux systems</p>
<!-- AlmaCare <div class="row al-commercial-supporter-list">
<a href="https://tuxcare.com/almalinux-commercial-support/?utm_campaign=AlmaCare&utm_source=almalinux&utm_medium=referral"> <div class="col-12 col-md-4 al-commercial-supporter-logo-container d-flex flex-fill justify-content-center">
<div class="col d-flex flex-fill align-items-center justify-content-center al-commercial-supporter-logo-container"> <a href="https://www.openlogic.com/">
<img loading="lazy" src="/brands/AlmaCarePoweredByTuxCare.svg" alt="AlmaCare" class="al-commercial-supporter-logo"> <img loading="lazy" src="/brands/logo-openlogic-tagline-white.svg" alt="OpenLogic" class="al-commercial-supporter-logo">
</div> </a>
</a>--> </div>
<!-- OpenLogic --> <div class="col-12 col-md-8">
<a href="https://www.openlogic.com/"> <p class="">AlmaCare is an enterprise-grade AlmaLinux support service delivered by one of the founding sponsors of the AlmaLinux Project, TuxCare, a division of CloudLinux Inc.</p>
<div class="col d-flex flex-fill align-items-center justify-content-center al-commercial-supporter-logo-container"> <a href="https://tuxcare.com/almalinux-commercial-support/?utm_source=website&utm_medium=banner&utm_campaign=homepage">Get support</a>
<img loading="lazy" src="/brands/logo-openlogic-tagline-white.svg" alt="OpenLogic" class="al-commercial-supporter-logo"> </div>
</div> </div>
</a> <div class="row al-commercial-supporter-list">
<!-- Cybertrust Japan --> <div class="col-12 col-md-4 order-md-last al-commercial-supporter-logo-container d-flex flex-fill justify-content-center">
<a href="https://www.cybertrust.co.jp/"> <a href="https://www.cybertrust.co.jp/">
<div class="col d-flex flex-fill align-items-center justify-content-center al-commercial-supporter-logo-container"> <img loading="lazy" src="/brands/cybertrust-japan.svg" alt="Cybertrust Japan" class="al-commercial-supporter-logo">
<img loading="lazy" src="/brands/cybertrust-japan.svg" alt="Cybertrust Japan" class="al-commercial-supporter-logo"> </a>
</div> </div>
</a> <div class="col-12 col-md-8">
</div> <p class="">AlmaCare is an enterprise-grade AlmaLinux support service delivered by one of the founding sponsors of the AlmaLinux Project, TuxCare, a division of CloudLinux Inc.</p>
<a href="https://www.openlogic.com/solutions/enterprise-linux-support/almalinux">Get support</a>
</div>
</div>
</div> </div>
</div> </div>

Loading…
Cancel
Save