forked from wafer-space/wafer-space.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprice.html
More file actions
33 lines (25 loc) · 1.15 KB
/
Copy pathprice.html
File metadata and controls
33 lines (25 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
layout: default
title: "Pricing"
sub_title: "Choose the slot that fits your design and budget"
header_image: "/assets/images/header/mpw-one-partial-dice-top-1.jpg"
---
{% include layouts/nav/nav.html drop_search=false alignment_class="ms-auto" %}
{% include layouts/header/page-title.html %}
<!-- Slot Comparison Table -->
{% include components/slot-comparison-table.html %}
<!-- Per-Slot Pricing: half-width, half-height, full -->
{% assign slot_half_w = site.data.slots.slot_types[1] %}
{% assign slot_half_h = site.data.slots.slot_types[2] %}
{% assign slot_full = site.data.slots.slot_types[0] %}
{% include pricing-2col-slot.html slot=slot_half_w wrapper_class="dark-wrapper inverse-text" %}
{% include pricing-2col-slot.html slot=slot_half_h wrapper_class="light-wrapper" %}
{% include pricing-2col-slot.html slot=slot_full wrapper_class="dark-wrapper inverse-text" %}
<!-- Add-ons -->
{% include components/addons-section.html %}
<!-- Countdown Section -->
{% include components/countdown.html %}
<!-- Call to Action -->
{% include components/cta-design-help.html %}
{% include components/pricing-switcher-js.html %}
{% include layouts/footer/footer-1.html %}