carlwgeorge / centos / centos.org

Forked from centos/centos.org 3 years ago
Clone
Blob Blame History Raw
---
title: CentOS Project
is_hidden: true
---
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script> 
  jQuery(function($) {
    $("#rss-feeds").rss("https://www.centos.org/assets/planet.rss",{
    	limit: 5,
	ssl: true,
	entryTemplate: '<li><a href="{url}">{date} : {title}</a><br/>{shortBodyPlain}</li>'    },
 )
 })
 </script>

<div class="row">
  <div class="jumbotron col-md-12">
    <h1>The CentOS Project</h1>
    <p>The CentOS Project is a community-driven free software effort focused on delivering a robust open source ecosystem around a Linux platform.</p>
    <p>We offer two Linux distros:</p>
    <p> -- CentOS Linux is a consistent, manageable platform that suits a wide variety of deployments. For some open source communities, it is a solid, predictable base to build upon.</p>
    <p> -- The new CentOS Stream is a rolling-release 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.</p>
    <div class="downloadbutton"><a href="/download/">Get CentOS Now</a></div>
    <p>In support of this community effort, the CentOS Project provides extensive resources to build, test, release, and maintain code on these platforms.</p>
    <p>For more information about updates and improvements in CentOS Stream and CentOS Linux 8, please check out the <a href="https://wiki.centos.org/Manuals/ReleaseNotes/CentOSStream">CentOS Stream release notes</a> and the <a href="https://wiki.centos.org/Manuals/ReleaseNotes/CentOSLinux8">CentOS linux release notes</a> or the release announcement in the mailing list archive. Information about other actively maintained CentOS Linux releases is available on the <a href="https://wiki.centos.org/Manuals/ReleaseNotes/CentOS7">CentOS Linux 7</a> and <a href="https://wiki.centos.org/Manuals/ReleaseNotes/CentOS6.10">CentOS Linux 6</a> release notes pages.</p>
  </div>
</div>
<div class="row">
  <div class="col-sm-4">
    <h2 class="text-center">Around CentOS</h2>
    <div id="rss-feeds">
    </div>
  </div>
  <div class="col-sm-4">
    <h2 class="text-center">News & Events</h2>


<!-- Social Media Icons -->
<!-- See extra.scss for supporting CSS -->
 <a href="https://www.facebook.com/groups/centosproject/"><i class="fa fa-facebook"></i></a>
 <a href="https://twitter.com/centosproject"><i class="fa fa-twitter"></i></a>
 <a href="https://google.com/+CentOS"><i class="fa fa-google-plus"></i></a>
 <a href="https://youtube.com/TheCentOSProject"><i class="fa fa-youtube"></i></a>
 <a href="https://www.linkedin.com/groups/22405"><i class="fa fa-linkedin"></i></a>
 <a href="https://www.reddit.com/r/CentOS/"><i class="fa fa-reddit"></i></a>
<!-- /Social Media Icons -->

<br />
<br />

    <div class="media">
      <a class="pull-left" href="#">
        <img class="media-object img-rounded" src="/images/centoslogo-32.png" width="32" alt="..."></a>
      <div class="media-body">
        <h4 class="media-heading">September 23-25: DevConf.US and Dojo</h4>
        <p>The call for presentations for both <a
        href="http://devconf.us">DevConf.US</a> and the <a
        href="https://wiki.centos.org/Events/Dojo/DevconfUS2020">CentOS
        Dojo</a> the day before are now open. Both will be held online.</p>
      </div>
    </div> 

    <div class="media">
      <a class="pull-left" href="#">
        <img class="media-object img-rounded" src="/images/centoslogo-32.png" width="32" alt="..."></a>
      <div class="media-body">
        <h4 class="media-heading">Welcome to our new board members!</h4>
        <p>The CentOS community, along with the Governing Board, is
        pleased to welcome two new members to the Board. Effective 8th
        April 2020, Thomas Oulevey and Patrick Riehecky will be joining
        the project leadership. <a
        href="https://blog.centos.org/2020/04/welcome-to-our-new-board-members/">More details on the blog</a>.</p>
      </div>
    </div>

  </div>
  <!-- /News & Events -->

  <div class="col-sm-4">
    <h2 class="text-center">Sponsorship</h2>
    <p>CentOS would not be possible without the support of our sponsors. We would like to thank the following product/service for being a CentOS sponsor:</p>
    <div class='cycle-slideshow' 
      data-cycle-random="true"
      data-cycle-timeout="3000" 
      data-cycle-fx="fade" 
      data-cycle-center-horz=true 
      data-cycle-center-vert=true 
      data-cycle-loader="wait" 
      data-cycle-progressive="#images"
      data-cycle-slides="> a"
      data-cycle-pause-on-hover="true" >
      <% @site.items.select { |i| i[:sponsor] }.each do|i| %>
        <a href="<%= i[:url] %>" rel="nofollow"><img class="img-rounded" src="<%= i[:img] %>" /></a> <% end %>
    </div>
    <br /> 
    <p><a href="/sponsors/">If you value our work, please consider becoming a sponsor!</a></p>



  </div>
</div>