2016-09-22 04:13:25 +02:00
---
title: "Splash Page"
layout: splash
permalink: /splash-page/
date: 2016-03-23T11:48:41-04:00
header:
overlay_color: "#000"
overlay_filter: "0.5"
2016-10-10 17:48:30 +02:00
overlay_image: /assets/images/unsplash-image-1.jpg
2018-09-10 17:04:06 +02:00
actions:
- label: "Learn More"
2018-09-11 17:42:21 +02:00
url: "/terms/"
2016-09-22 04:13:25 +02:00
caption: "Photo credit: [**Unsplash** ](https://unsplash.com )"
excerpt: "Bacon ipsum dolor sit amet salami ham hock ham, hamburger corned beef short ribs kielbasa biltong t-bone drumstick tri-tip tail sirloin pork chop."
intro:
- excerpt: 'Nullam suscipit et nam, tellus velit pellentesque at malesuada, enim eaque. Quis nulla, netus tempor in diam gravida tincidunt, *proin faucibus* voluptate felis id sollicitudin. Centered with `type="center"` '
feature_row:
2016-10-06 21:40:57 +02:00
- image_path: assets/images/unsplash-gallery-image-1-th.jpg
2018-05-15 21:41:45 +02:00
image_caption: "Image courtesy of [Unsplash ](https://unsplash.com/ )"
2016-09-22 04:13:25 +02:00
alt: "placeholder image 1"
title: "Placeholder 1"
excerpt: "This is some sample content that goes here with **Markdown** formatting."
2016-10-10 17:48:30 +02:00
- image_path: /assets/images/unsplash-gallery-image-2-th.jpg
2016-09-22 04:13:25 +02:00
alt: "placeholder image 2"
title: "Placeholder 2"
excerpt: "This is some sample content that goes here with **Markdown** formatting."
url: "#test-link"
btn_label: "Read More"
2017-09-12 18:01:43 +02:00
btn_class: "btn--primary"
2016-10-10 17:48:30 +02:00
- image_path: /assets/images/unsplash-gallery-image-3-th.jpg
2016-09-22 04:13:25 +02:00
title: "Placeholder 3"
excerpt: "This is some sample content that goes here with **Markdown** formatting."
feature_row2:
2016-10-10 17:48:30 +02:00
- image_path: /assets/images/unsplash-gallery-image-2-th.jpg
2016-09-22 04:13:25 +02:00
alt: "placeholder image 2"
title: "Placeholder Image Left Aligned"
excerpt: 'This is some sample content that goes here with **Markdown** formatting. Left aligned with `type="left"` '
url: "#test-link"
btn_label: "Read More"
2017-09-12 18:01:43 +02:00
btn_class: "btn--primary"
2016-09-22 04:13:25 +02:00
feature_row3:
2016-10-10 17:48:30 +02:00
- image_path: /assets/images/unsplash-gallery-image-2-th.jpg
2016-09-22 04:13:25 +02:00
alt: "placeholder image 2"
title: "Placeholder Image Right Aligned"
excerpt: 'This is some sample content that goes here with **Markdown** formatting. Right aligned with `type="right"` '
url: "#test-link"
btn_label: "Read More"
2017-09-12 18:01:43 +02:00
btn_class: "btn--primary"
2016-09-22 04:13:25 +02:00
feature_row4:
2016-10-10 17:48:30 +02:00
- image_path: /assets/images/unsplash-gallery-image-2-th.jpg
2016-09-22 04:13:25 +02:00
alt: "placeholder image 2"
title: "Placeholder Image Center Aligned"
excerpt: 'This is some sample content that goes here with **Markdown** formatting. Centered with `type="center"` '
url: "#test-link"
btn_label: "Read More"
2017-09-12 18:01:43 +02:00
btn_class: "btn--primary"
2016-09-22 04:13:25 +02:00
---
{% include feature_row id="intro" type="center" %}
{% include feature_row %}
{% include feature_row id="feature_row2" type="left" %}
{% include feature_row id="feature_row3" type="right" %}
{% include feature_row id="feature_row4" type="center" %}