areguera / centos / centos.org

Forked from centos/centos.org 4 years ago
Clone

Blame _layouts/home.html

92cce8
92cce8
<html lang="{{ page.lang | default: 'en' }}">
92cce8
  {% include head.html -%}
92cce8
  <body>
92cce8
    {% include navbar.html -%}
92cce8
    <main class="bg-light">
16a25f
16a25f
      <header class="header header__home">
16a25f
        <section class="header__home__presentation">
16a25f
          

The CentOS Project

16a25f
          

Community-driven free software effort focused around the goal of providing a rich base platform for open source communities to build upon.

16a25f
          
16a25f
            
16a25f
              
16a25f
                
16a25f
                  

CentOS Stream

16a25f
                  

Continuously delivered distro that tracks just ahead of Red Hat Enterprise Linux (RHEL) development, positioned as a midstream between Fedora Linux and RHEL. For anyone interested in participating and collaborating in the RHEL ecosystem, CentOS Stream is your reliable platform for innovation.

16a25f
                
16a25f
              
16a25f
            
16a25f
          
16a25f
        </section>
16a25f
        <section class="header__home__shortcuts">
16a25f
          
16a25f
            
16a25f
              
16a25f
                
16a25f
                  

16a25f
                  

Contribute

16a25f
                
16a25f
              
16a25f
            
16a25f
            
16a25f
              
16a25f
                
16a25f
                  

16a25f
                  

Forums

16a25f
                
16a25f
              
16a25f
            
16a25f
            
16a25f
              
16a25f
                
16a25f
                  

16a25f
                  

Mailing Lists

16a25f
                
16a25f
              
16a25f
            
16a25f
            
16a25f
              
16a25f
                
16a25f
                  

16a25f
                  

IRC

16a25f
                
16a25f
              
16a25f
            
16a25f
            
16a25f
              
16a25f
                
16a25f
                  

16a25f
                  

Calendar & IRC Meeting List

16a25f
                
16a25f
              
16a25f
            
16a25f
            
16a25f
              
16a25f
                
16a25f
                  

16a25f
                  

Blog

16a25f
                
16a25f
              
16a25f
            
16a25f
            
16a25f
              
16a25f
                
16a25f
                  

16a25f
                  

Submit Bug

16a25f
                
16a25f
              
16a25f
            
16a25f
          
16a25f
        </section>
16a25f
      </header>
16a25f
      
16a25f
        
16a25f
        
16a25f
        
16a25f
        
16a25f
      
16a25f
92cce8
      {{ content }}
92cce8
      {% include home/news-and-events.html %}
92cce8
      {% include home/planet.html %}
92cce8
    </main>
92cce8
92cce8
    {% include footer.html -%}
92cce8
92cce8
    <script src="{{ site.baseurl }}/assets/js/jquery.min.js"></script>
92cce8
    <script src="{{ site.baseurl }}/assets/js/bootstrap.min.js"></script>
92cce8
    <script src="{{ site.baseurl }}/assets/js/customization.js"></script>
92cce8
92cce8
  </body>
92cce8
</html>