Card

A box with image, link, text, and tags

👁️ PREVIEW

{%
  include card.html
  image="images/space.jpg"
  link="https://nasa.gov/"
  title="A Large Card"
  subtitle="A cool card"
  description="A cool description"
  tooltip="A cool tooltip"
  tags="tag A, tag B, tag C"
  repo="greenelab/lab-website-template"
  style="small"
%}
ParameterDescription

image

URL to an image for the card.

link

URL to link to when clicking the image or the title of the card.

title

Title for the card.

subtitle

Subtitle for the card.

description

Text to show under the card name. Can contain Markdown. Accepts arbitrary content.

tooltip

Text to show when hovering over the card.

tags

Tags to show at the bottom of the card.

repo

GitHub repository to automatically fetch additional tags from.

style

Visual style of the card. Set to small to make the card a bit smaller.

Last updated