Browse Source

Some adjustments

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

12
assets/css/bundle.css

@ -168,6 +168,15 @@ border-bottom-color: #14598a !important;
width: 70px; 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. */ /* formatting the commercial support vendors on the index page. */
.al-page-index .al-index-commercial-support p.border-bottom { .al-page-index .al-index-commercial-support p.border-bottom {
border-bottom-color: #14598a !important; border-bottom-color: #14598a !important;
@ -1051,6 +1060,8 @@ a {
padding-top:.5rem; padding-top:.5rem;
} }
/*# sourceMappingURL=bundle.css.map */ /*# sourceMappingURL=bundle.css.map */
.newsletter-img { .newsletter-img {
@ -1058,3 +1069,4 @@ a {
max-width: 100%; max-width: 100%;
height: auto; height: auto;
} }

16
layouts/index.html

@ -594,11 +594,7 @@
</div> </div>
<div class="col-text my-0" style="height: 40%; padding: 0;"> <div class="col-text my-0" style="height: 40%; padding: 0;">
<div class="p-3 al-commercial-supporter-list"> <div class="p-3 al-commercial-supporter-list">
<p>Platinum sponsor <p class="platinum_sponsor">Platinum Sponsor Member</p>
<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>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> <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>
</div> </div>
@ -619,11 +615,7 @@
</div> </div>
<div class="col-text my-0" style="height: 40%; padding: 0;"> <div class="col-text my-0" style="height: 40%; padding: 0;">
<div class="p-3 al-commercial-supporter-list"> <div class="p-3 al-commercial-supporter-list">
<p>Platinum sponsor <p class="platinum_sponsor"><img src="/images/icon.svg" alt="AlmaLinux OS icon" height="24"> <b> Founding Sponsor</b> <br /> Platinum Sponsor Member</p>
<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>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> <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>
</div> </div>
@ -645,9 +637,7 @@
</div> </div>
<div class="col-text my-0" style="height: 40%; padding: 0;"> <div class="col-text my-0" style="height: 40%; padding: 0;">
<div class="p-3 al-commercial-supporter-list"> <div class="p-3 al-commercial-supporter-list">
<p>Silver sponsor <p>Silver sponsor</p>
<img src="/images/icon.svg" alt="AlmaLinux OS icon" height="24">
</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> <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>
</div> </div>

Loading…
Cancel
Save