diff --git a/_includes/survey.html b/_includes/survey.html new file mode 100644 index 00000000..14013216 --- /dev/null +++ b/_includes/survey.html @@ -0,0 +1,27 @@ + +
+
+

Looking for something more?

+

Tell us what to build next!

+ +
+
+ + + diff --git a/_layouts/loop-snippets.html b/_layouts/loop-snippets.html index e58ca6fe..fda4e87a 100644 --- a/_layouts/loop-snippets.html +++ b/_layouts/loop-snippets.html @@ -23,6 +23,8 @@ {% endfor %} + {% include survey.html %} + diff --git a/_layouts/loop-templates.html b/_layouts/loop-templates.html index 757ee5c4..d35ce70e 100644 --- a/_layouts/loop-templates.html +++ b/_layouts/loop-templates.html @@ -30,6 +30,8 @@ {% endfor %} + {% include survey.html %} + diff --git a/_layouts/loop-themes.html b/_layouts/loop-themes.html index b13870d3..dd4576d5 100644 --- a/_layouts/loop-themes.html +++ b/_layouts/loop-themes.html @@ -6,33 +6,35 @@
- -
- - {% assign sorted = site.themes | sort: "rank" %} - {% for theme in sorted %} - -
-
- - {{ theme.img-desc }} - -
- {{ theme.title }} - {% if theme.pro %} - Pro - {% else %} - Free - {% endif %} + +
+ + {% assign sorted = site.themes | sort: "rank" %} + {% for theme in sorted %} + +
+
+ + {{ theme.img-desc }} + +
+ {{ theme.title }} + {% if theme.pro %} + Pro + {% else %} + Free + {% endif %} +
+
{{ theme.bump }}
+
-
{{ theme.bump }}
-
-
- {% endfor %} + {% endfor %} + + {% include survey.html %} -
- +
+
diff --git a/templates/admin-dashboard.html b/templates/admin-dashboard.html index 510ea658..91c79d20 100644 --- a/templates/admin-dashboard.html +++ b/templates/admin-dashboard.html @@ -37,6 +37,8 @@ {% endif %} {% endfor %} + {% include survey.html %} +
diff --git a/templates/blog.html b/templates/blog.html index beb51169..38e31e51 100644 --- a/templates/blog.html +++ b/templates/blog.html @@ -37,6 +37,8 @@ {% endif %} {% endfor %} + {% include survey.html %} + diff --git a/templates/ecommerce.html b/templates/ecommerce.html index 66d58425..a1f7d067 100644 --- a/templates/ecommerce.html +++ b/templates/ecommerce.html @@ -40,6 +40,8 @@ {% endif %} {% endfor %} + {% include survey.html %} + diff --git a/templates/general.html b/templates/general.html index d9e7484e..0aef1400 100644 --- a/templates/general.html +++ b/templates/general.html @@ -37,6 +37,8 @@ {% endif %} {% endfor %} + {% include survey.html %} + diff --git a/templates/landing-pages.html b/templates/landing-pages.html index 3bc51fa4..c44b0881 100644 --- a/templates/landing-pages.html +++ b/templates/landing-pages.html @@ -37,6 +37,8 @@ {% endif %} {% endfor %} + {% include survey.html %} + diff --git a/templates/navigation.html b/templates/navigation.html index 58a22f9e..130b73fd 100644 --- a/templates/navigation.html +++ b/templates/navigation.html @@ -40,6 +40,8 @@ {% endif %} {% endfor %} + {% include survey.html %} + diff --git a/themes/admin-dashboard.html b/themes/admin-dashboard.html index 5e1c0a2e..edc7d195 100644 --- a/themes/admin-dashboard.html +++ b/themes/admin-dashboard.html @@ -40,6 +40,8 @@ {% endif %} {% endfor %} + {% include survey.html %} + diff --git a/themes/blog.html b/themes/blog.html index 36fb4892..6eeabf43 100644 --- a/themes/blog.html +++ b/themes/blog.html @@ -40,6 +40,8 @@ {% endif %} {% endfor %} + {% include survey.html %} + diff --git a/themes/business-corporate.html b/themes/business-corporate.html index 7b2e7cd3..d3428b6c 100644 --- a/themes/business-corporate.html +++ b/themes/business-corporate.html @@ -40,6 +40,8 @@ {% endif %} {% endfor %} + {% include survey.html %} + diff --git a/themes/landing-pages.html b/themes/landing-pages.html index cea041b5..b76bfb55 100644 --- a/themes/landing-pages.html +++ b/themes/landing-pages.html @@ -41,6 +41,8 @@ {% endif %} {% endfor %} + {% include survey.html %} + diff --git a/themes/portfolio-resume.html b/themes/portfolio-resume.html index 8ec4d5ed..1a233df2 100644 --- a/themes/portfolio-resume.html +++ b/themes/portfolio-resume.html @@ -40,6 +40,8 @@ {% endif %} {% endfor %} + {% include survey.html %} +