From 210fca3a77b9043e0f2c608e1eaff6f2ec37cdf3 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Fri, 24 Jul 2020 11:57:23 +0530 Subject: added landing page --- docs/_includes/features.html | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 docs/_includes/features.html (limited to 'docs/_includes/features.html') diff --git a/docs/_includes/features.html b/docs/_includes/features.html new file mode 100644 index 0000000..df75eec --- /dev/null +++ b/docs/_includes/features.html @@ -0,0 +1,26 @@ +
+ + {% for feature in site.features %} + + {% if feature.title %} +
+
+ + + + +
+
+

+ {{ feature.title }} +

+

+ {{ feature.description }} +

+
+
+ {% endif %} + + {% endfor %} + +
\ No newline at end of file -- cgit v1.2.3