Sha256: 96590896ced251746d95cd00485295493d4c10f5e356266509daff66630685a7

Contents?: true

Size: 799 Bytes

Versions: 188

Compression:

Stored size: 799 Bytes

Contents

<div class="container py-5 text-center">

  <div class="row">
    <div class="col">
      <div class="display-5">Linux distributions</div>
      <p>We offer two Linux variants:</p>
    </div>
  </div>

  <div class="row mt-3">
    {% for item in site.data.centos.distributions limit:2 %}
    <div class="col-sm-6 px-5 mb-3{% if forloop.first %} border-end{% endif %}">
      <img role="img" src="{{ site.baseurl }}/{{ site.data.centos.identity.symbol.image }}" height="64" alt="{{ site.title }}">
      <h3 class="display-6 fw-bold"><a href="{{ item.page }}">{{ item.name }}</a></h3>
      <p class="lead">{{ item.description }}</p>
    </div>
    {% endfor%}
  </div>

  <div class="row">
    <div class="col">
      <p><a href="cl-vs-cs">What's the difference?</a></p>
    </div>
  </div>

</div>

Version data entries

188 entries across 188 versions & 1 rubygems

Version Path
jekyll-theme-centos-2.51.0 _includes/home/distributions.html
jekyll-theme-centos-2.50.0 _includes/home/distributions.html
jekyll-theme-centos-2.49.0 _includes/home/distributions.html
jekyll-theme-centos-2.48.0 _includes/home/distributions.html
jekyll-theme-centos-2.47.0 _includes/home/distributions.html
jekyll-theme-centos-2.46.1 _includes/home/distributions.html
jekyll-theme-centos-2.46.0 _includes/home/distributions.html
jekyll-theme-centos-2.45.0 _includes/home/distributions.html
jekyll-theme-centos-2.44.0 _includes/home/distributions.html
jekyll-theme-centos-2.43.0 _includes/home/distributions.html
jekyll-theme-centos-2.42.0 _includes/home/distributions.html
jekyll-theme-centos-2.41.0 _includes/home/distributions.html
jekyll-theme-centos-2.40.0 _includes/home/distributions.html
jekyll-theme-centos-2.39.0 _includes/home/distributions.html
jekyll-theme-centos-2.38.0 _includes/home/distributions.html
jekyll-theme-centos-2.37.0 _includes/home/distributions.html
jekyll-theme-centos-2.36.0 _includes/home/distributions.html
jekyll-theme-centos-2.35.0 _includes/home/distributions.html
jekyll-theme-centos-2.34.0 _includes/home/distributions.html
jekyll-theme-centos-2.33.0 _includes/home/distributions.html