Browse Source

Some adjustments

adjustments_to_sponsors_display
benny Vasquez 7 months ago
parent
commit
1bb46db469
  1. 12
      assets/css/bundle.css
  2. 18
      layouts/index.html

12
assets/css/bundle.css

@ -168,6 +168,15 @@ border-bottom-color: #14598a !important;
width: 70px;
}
/* formatting the display for the commercial support section */
.al-commercial-supporter-list .platinum_sponsor {
padding:.5rem;
font-size:1rem;
background-color: #fff;
color: #0e3b5c;
border-radius: 25px;
}
/* formatting the commercial support vendors on the index page. */
.al-page-index .al-index-commercial-support p.border-bottom {
border-bottom-color: #14598a !important;
@ -1051,6 +1060,8 @@ a {
padding-top:.5rem;
}
/*# sourceMappingURL=bundle.css.map */
.newsletter-img {
@ -1058,3 +1069,4 @@ a {
max-width: 100%;
height: auto;
}

18
layouts/index.html

@ -594,11 +594,7 @@
</div>
<div class="col-text my-0" style="height: 40%; padding: 0;">
<div class="p-3 al-commercial-supporter-list">
<p>Platinum sponsor
<img src="/images/icon.svg" alt="AlmaLinux OS icon" height="24">
<img src="/images/icon.svg" alt="AlmaLinux OS icon" height="24">
<img src="/images/icon.svg" alt="AlmaLinux OS icon" height="24">
</p>
<p class="platinum_sponsor">Platinum Sponsor Member</p>
<p>Cybertrust Japan is a provider of a comprehensive security certification services to various public and private entities globally, and offers comprehensive support for AlmaLinux users. Have also produced MIRACLE LINUX for nearly 20 years.</p>
</div>
</div>
@ -619,11 +615,7 @@
</div>
<div class="col-text my-0" style="height: 40%; padding: 0;">
<div class="p-3 al-commercial-supporter-list">
<p>Platinum sponsor
<img src="/images/icon.svg" alt="AlmaLinux OS icon" height="24">
<img src="/images/icon.svg" alt="AlmaLinux OS icon" height="24">
<img src="/images/icon.svg" alt="AlmaLinux OS icon" height="24">
</p>
<p class="platinum_sponsor"><img src="/images/icon.svg" alt="AlmaLinux OS icon" height="24"> <b> Founding Sponsor</b> <br /> Platinum Sponsor Member</p>
<p>TuxCare, a division of CloudLinux Inc., the founding sponsor of the AlmaLinux OS Project, provides tailored support for projects of any complexity. Enhance the performance, security, and reliability of your workloads with extended updates, seamless FIPS compliance, and flexible pay-as-you-go technical support bundles.</p>
</div>
</div>
@ -634,7 +626,7 @@
</div>
</div>
</div>
<div class="row_support" style="width: 33%; padding: 0 15px">
<div class="col-image my-0" style="height: 25%; padding: 0; background: #082336;">
<div class="p-3 al-commercial-supporter-logo-container rounded-top">
@ -645,9 +637,7 @@
</div>
<div class="col-text my-0" style="height: 40%; padding: 0;">
<div class="p-3 al-commercial-supporter-list">
<p>Silver sponsor
<img src="/images/icon.svg" alt="AlmaLinux OS icon" height="24">
</p>
<p>Silver sponsor</p>
<p>Confidently deploy AlmaLinux and all your open source packages with enterprise-grade, 24/7/365 support backed by guaranteed SLAs. Keep your mission-critical apps running smoothly with unlimited tickets and direct access to experienced enterprise architects who put your business first.</p>
</div>
</div>

Loading…
Cancel
Save