Skip to content

Commit 1fcd0bc

Browse files
committed
Update index.markdown
1 parent 7b5d5b7 commit 1fcd0bc

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

docs/index.markdown

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,32 @@ gallery:
1717
image_path: /assets/images/gallery1/radashboard.png
1818
alt: "placeholder image 3"
1919
title: Image 3 title caption
20+
21+
feature_row:
22+
- image_path: /assets/images/unsplash-gallery-image-1-th.jpg
23+
alt: "placeholder image 1"
24+
title: "Placeholder 1"
25+
excerpt: "This is some sample content that goes here with **Markdown** formatting."
26+
- image_path: /assets/images/gallery1/radashboard.png
27+
alt: "placeholder image 2"
28+
title: "Placeholder 2"
29+
excerpt: "This is some sample content that goes here with **Markdown** formatting."
30+
url: /dashboards/Watershed%20Dashboard/
31+
btn_label: "Read More"
32+
btn_class: "btn--inverse"
33+
- image_path: /assets/images/unsplash-gallery-image-3-th.jpg
34+
title: "Placeholder 3"
35+
excerpt: "This is some sample content that goes here with **Markdown** formatting."
36+
37+
2038
---
2139

2240
I keep track of various projects, dashboards and videos I've done here.
2341

2442
{% include gallery %}
2543

44+
{% include feature_row %}
45+
2646
## Projects
2747
<ul>
2848
{% assign reversed_analysis = site.analysis | reverse %}

0 commit comments

Comments
 (0)