#216 Making the EOL notices more prominent
Merged 6 months ago by shaunm. Opened 6 months ago by shaunm.

Making the EOL notices more prominent
Shaun McCance • 6 months ago  
file modified
+6 -1
@@ -7,7 +7,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>

  

  ## Download

  

file modified
+6 -1
@@ -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 %}

  

file modified
+6 -1
@@ -10,4 +10,9 @@ 

  

  ---

  

- <div class="container 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>

This makes the EOL notices more prominent and adds dates, in bold, to hopefully catch people's attention more.

Screenshots in issue 217

Pull-Request has been merged by shaunm

6 months ago