| |
@@ -4,7 +4,90 @@
|
| |
<body>
|
| |
{% include navbar.html -%}
|
| |
<main class="bg-light">
|
| |
- {% include header/home.html %}
|
| |
+
|
| |
+ <header class="header header__home">
|
| |
+ <section class="header__home__presentation">
|
| |
+ <h1 class="header__home__presentaiton_title">The CentOS Project</h1>
|
| |
+ <p class="header__home__presentation__description">Community-driven free software effort focused around the goal of providing a rich base platform for open source communities to build upon.</p>
|
| |
+ <div class="header__home__presentation__distributions">
|
| |
+ <div class="card">
|
| |
+ <a class="btn" role="button" href="centos-stream">
|
| |
+ <div class="card-body">
|
| |
+ <h2 class="card-title">CentOS Stream</h2>
|
| |
+ <p class="card-text">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.</p>
|
| |
+ </div>
|
| |
+ </a>
|
| |
+ </div>
|
| |
+ </div>
|
| |
+ </section>
|
| |
+ <section class="header__home__shortcuts">
|
| |
+ <div class="header__home__shortcuts__community">
|
| |
+ <a class="btn" role="button" href="https://wiki.centos.org/Contribute.html">
|
| |
+ <div class="card">
|
| |
+ <div class="card-body">
|
| |
+ <h2 class="card-title"><i class="fas fa-hands-helping"></i></h2>
|
| |
+ <p class="card-text">Contribute</p>
|
| |
+ </div>
|
| |
+ </div>
|
| |
+ </a>
|
| |
+ <a class="btn" role="button" href="https://www.centos.org/forums/">
|
| |
+ <div class="card">
|
| |
+ <div class="card-body">
|
| |
+ <h2 class="card-title"><i class="fas fa-comments"></i></h2>
|
| |
+ <p class="card-text">Forums</p>
|
| |
+ </div>
|
| |
+ </div>
|
| |
+ </a>
|
| |
+ <a class="btn" role="button" href="https://lists.centos.org/hyperkitty/">
|
| |
+ <div class="card">
|
| |
+ <div class="card-body">
|
| |
+ <h2 class="card-title"><i class="fas fa-envelope"></i></h2>
|
| |
+ <p class="card-text">Mailing Lists</p>
|
| |
+ </div>
|
| |
+ </div>
|
| |
+ </a>
|
| |
+ <a class="btn" role="button" href="https://wiki.centos.org/irc">
|
| |
+ <div class="card">
|
| |
+ <div class="card-body">
|
| |
+ <h2 class="card-title"><i class="fas fa-hashtag"></i></h2>
|
| |
+ <p class="card-text">IRC</p>
|
| |
+ </div>
|
| |
+ </div>
|
| |
+ </a>
|
| |
+ <a class="btn" role="button" href="/community/calendar/">
|
| |
+ <div class="card">
|
| |
+ <div class="card-body">
|
| |
+ <h2 class="card-title"><i class="fas fa-calendar-alt"></i></h2>
|
| |
+ <p class="card-text">Calendar & IRC Meeting List</p>
|
| |
+ </div>
|
| |
+ </div>
|
| |
+ </a>
|
| |
+ <a class="btn" role="button" href="https://blog.centos.org/">
|
| |
+ <div class="card">
|
| |
+ <div class="card-body">
|
| |
+ <h2 class="card-title"><i class="fas fa-newspaper"></i></h2>
|
| |
+ <p class="card-text">Blog</p>
|
| |
+ </div>
|
| |
+ </div>
|
| |
+ </a>
|
| |
+ <a class="btn" role="button" href="https://wiki.centos.org/ReportBugs">
|
| |
+ <div class="card">
|
| |
+ <div class="card-body">
|
| |
+ <h2 class="card-title"><i class="fas fa-bug"></i></h2>
|
| |
+ <p class="card-text">Submit Bug</p>
|
| |
+ </div>
|
| |
+ </div>
|
| |
+ </a>
|
| |
+ </div>
|
| |
+ </section>
|
| |
+ </header>
|
| |
+ <div class="hr">
|
| |
+ <div class="hr__centos-color-0"></div>
|
| |
+ <div class="hr__centos-color-1"></div>
|
| |
+ <div class="hr__centos-color-2"></div>
|
| |
+ <div class="hr__centos-color-3"></div>
|
| |
+ </div>
|
| |
+
|
| |
{{ content }}
|
| |
{% include home/news-and-events.html %}
|
| |
{% include home/planet.html %}
|
| |
Other changes were dragged from main branch to get staging aligned.