Sha256: c658c2633e7742571e39b1224febc9be3ab4cc5e2a57a35e964183432cb764f7

Contents?: true

Size: 794 Bytes

Versions: 8

Compression:

Stored size: 794 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">
    {% 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

8 entries across 8 versions & 2 rubygems

Version Path
jekyll-theme-centos-2.2.0.pre.staging.1 _includes/home/distributions.html
jekyll-theme-centos-2.2.0.pre.true.3 _includes/home/distributions.html
jekyll-theme-centos-2.2.0.pre.true.2 _includes/home/distributions.html
jekyll-theme-centos-2.2.0.pre.true.1.pre.alpha.9f29b18e _includes/home/distributions.html
jekyll-theme-centos-2.1.0 _includes/home/distributions.html
jekyll-theme-centos-2.0.9 _includes/home/distributions.html
jekyll-theme-centos-2.0.8 _includes/home/distributions.html
jekyll-theme-centos-test-1.1.5 _includes/home/distributions.html