| |
@@ -3,7 +3,12 @@
|
| |
layout: aside
|
| |
---
|
| |
|
| |
- <div class="alert alert-warning" role="alert"><a href="https://blog.centos.org/2023/04/end-dates-are-coming-for-centos-stream-8-and-centos-linux-7/">End dates are coming in 2024 for CentOS Stream 8 and CentOS Linux 7. Check the blog post for information on upgrade and migration options.</a></div>
|
| |
+ <div class="container alert alert-danger" role="alert" style="display: grid; grid-template-columns: auto 1fr; column-gap: 20px;">
|
| |
+ <div style="font-size: 48px;"><i class="fas fa-exclamation-triangle"></i></div>
|
| |
+ <div><h4 class="alert-heading">Upcoming EOL Dates</h4>
|
| |
+ <p>CentOS Stream 8 end of builds is <b>May 31, 2024</b>. CentOS Linux 7 end of life is <b>June 30, 2024</b>.
|
| |
+ Read the <a href="https://blog.centos.org/2023/04/end-dates-are-coming-for-centos-stream-8-and-centos-linux-7/" class="alert-link">information on upgrade and migration options</a>.</p></div>
|
| |
+ </div>
|
| |
|
| |
{% include download/cards.html %}
|
| |
|
| |
This makes the EOL notices more prominent and adds dates, in bold, to hopefully catch people's attention more.