Sha256: c327ab854af3801181c4ee042c2da0263b9b56d5556d11923df281cdc0e29e85

Contents?: true

Size: 907 Bytes

Versions: 19

Compression:

Stored size: 907 Bytes

Contents

{%- comment -%}

Card horizontal

@param :src [String] Imágen de la Card
@param :alt [String] Texto alternativo de la imágen
@param :title [String] Título de la Card
@param :subtitle [string] Subtítulo
@param :content [string] Contenido
{%- endcomment -%}
<div class="row justify-content-center container-lg mx-auto">
  {% if include.src %}
    <div class="col-12 col-md-5 px-4">
      {% include picture.html src=include.src width=500 img_class="w-100 object-fit-cover" %}
    </div>
  {% endif %}

  <div class="col-12 col-md pl-xl-5 pt-5 pt-md-0">
    <div class="">
      {% include headings/h1.html text=include.title class="d-inline-flex font-italic border-width-1 border-black border-bottom-dashed display-3 work-sans" %}
    </div>

    <p class="my-3 text-monospace lead">{{ include.subtitle }}</p>

    <div class="content f-19 lead-md">
      {{ include.content }}
    </div>
  </div>
</div>

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
compost-jekyll-theme-0.3.8 _includes/card_horizontal.html
compost-jekyll-theme-0.3.7 _includes/card_horizontal.html
compost-jekyll-theme-0.3.6 _includes/card_horizontal.html
compost-jekyll-theme-0.3.5 _includes/card_horizontal.html
compost-jekyll-theme-0.3.4 _includes/card_horizontal.html
compost-jekyll-theme-0.3.3 _includes/card_horizontal.html
compost-jekyll-theme-0.3.2 _includes/card_horizontal.html
compost-jekyll-theme-0.3.1 _includes/card_horizontal.html
compost-jekyll-theme-0.3.0 _includes/card_horizontal.html
compost-jekyll-theme-0.2.3 _includes/card_horizontal.html
compost-jekyll-theme-0.2.2 _includes/card_horizontal.html
compost-jekyll-theme-0.2.1 _includes/card_horizontal.html
compost-jekyll-theme-0.1.18 _includes/card_horizontal.html
compost-jekyll-theme-0.1.17 _includes/card_horizontal.html
compost-jekyll-theme-0.1.16 _includes/card_horizontal.html
compost-jekyll-theme-0.1.15 _includes/card_horizontal.html
compost-jekyll-theme-0.1.14 _includes/card_horizontal.html
compost-jekyll-theme-0.1.13 _includes/card_horizontal.html
compost-jekyll-theme-0.1.12 _includes/card_horizontal.html