Sha256: 7ec4ce7589a12da20f01a62a4b121981f97a04b2b152c3617fef6ba327875aac

Contents?: true

Size: 864 Bytes

Versions: 7

Compression:

Stored size: 864 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">
  <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>

  <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

7 entries across 7 versions & 1 rubygems

Version Path
compost-jekyll-theme-0.1.8 _includes/card_horizontal.html
compost-jekyll-theme-0.1.7 _includes/card_horizontal.html
compost-jekyll-theme-0.1.6 _includes/card_horizontal.html
compost-jekyll-theme-0.1.5 _includes/card_horizontal.html
compost-jekyll-theme-0.1.4 _includes/card_horizontal.html
compost-jekyll-theme-0.1.3 _includes/card_horizontal.html
compost-jekyll-theme-0.1.2 _includes/card_horizontal.html