From e0d597b51c2893f1a35630fa07cc2ccef181511c Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Sun, 28 Jun 2020 14:07:17 -0400 Subject: updated pricing table --- _includes/pricing-table.liquid | 71 ++++++++++++++++++++++++------------------ 1 file changed, 40 insertions(+), 31 deletions(-) (limited to '_includes') diff --git a/_includes/pricing-table.liquid b/_includes/pricing-table.liquid index 3772847..5ea6253 100644 --- a/_includes/pricing-table.liquid +++ b/_includes/pricing-table.liquid @@ -1,33 +1,42 @@ -{% for each in site.data.prices %} - - - - - - - - {% if each.cost.inperson != each.cost.remote %} - - - - - {% endif %} - - +
+

+ Pricing Guide +

+
- {{ each.name }} -
- In-Person - - ${{ each.cost.inperson}}/hr -
- Remote -
+ + + + {% for each in site.data.prices %} + + {% endfor%} + + - - - -
+ {{ each.name }} +
- ${{ each.cost.remote }}/hr -
-{% endfor %} + + + + Remote + + {% for each in site.data.prices %} + + {% if each.cost.remote %} ${{ each.cost.remote }} per hour {% endif %} + + {% endfor %} + + + + In-Person + + {% for each in site.data.prices %} + + {% if each.cost.inperson %} ${{ each.cost.inperson }} per hour {% + endif %} + + {% endfor %} + + + + -- cgit v1.2.3