From 4fcfb52f60f20cb091dcb4dbdf4a365fdea14651 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Thu, 27 Mar 2025 18:24:46 -0600 Subject: initial commit --- _layouts/default.html | 117 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 117 insertions(+) create mode 100644 _layouts/default.html (limited to '_layouts/default.html') diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 0000000..9977674 --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,117 @@ + + + +{% include head.html %} + + + {% include header.html %} + +
+
+
+
+
+
+
+
+ Large app icon +
+
+
+

Your App Name

+

{{ site.app_price }}

+
+
+
+
+
+ +
+
+
+
+

{{ site.app_tagline }}

+
+
+
+
+ +
+
+
+
+ + App Store + + {% if site.playstore_link %} + + Play Store + + {% endif %} +
+
+
+
+ +
+
+
+
+ iPhone frame + App screenshot +
+
+
+
+ + + {% include features.html %} + + {% if site.features.size > 6 %} +
+
+ {% assign rest = site.features | slice: 6, site.features.size %} + {% for feature in rest %} + {% if feature.title %} +
+
+
+
+ + + +
+

{{ feature.title }}

+

{{ feature.description }}

+
+
+
+ {% endif %} + {% endfor %} + +
+
+ {% endif %} + +
+ +
+
+
+ {% if site.app_description %} +
+ {% else %} +
+ {% endif %} +

{{ site.app_description }}

+
+
+
+
+
+ + {% include appstoreconnect.html %} + {% include footer.html %} + + + -- cgit v1.2.3