File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff 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
2240I 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 %}
You can’t perform that action at this time.
0 commit comments