|
7 | 7 | OpenFaaS Edge |
8 | 8 | <span class="tag is-small is-primary ml-2" style="vertical-align: middle; font-size: 0.6rem;">NEW</span> |
9 | 9 | </p> |
| 10 | + |
| 11 | + <p class="has-text-grey-dark is-size-4 font-medium mb-2"> |
| 12 | + <span class="is-size-5 font-medium">$</span>300<span class="is-size-6 font-medium"> / mo</span> |
| 13 | + </p> |
10 | 14 |
|
11 | 15 | <p style="margin-bottom: 6px; min-height: 10px" class="has-text-grey-dark is-size-8 mt-2"> |
12 | 16 | Distribute event-driven automation to your customers. |
|
101 | 105 | </div> |
102 | 106 | </div> |
103 | 107 |
|
104 | | - <div class="is-flex is-align-items-center is-size-6"> |
| 108 | + <div class="is-flex is-align-items-center is-size-6 is-flex-wrap-wrap"> |
105 | 109 |
|
106 | 110 | <div class="book-a-call mr-3 is-size-2"> |
107 | 111 | <div class="field"> |
|
114 | 118 | </div> |
115 | 119 | </div> |
116 | 120 | </div> |
117 | | - <div class="book-a-call ml-3 is-size-2"> |
| 121 | + <div class="book-a-call mr-3 is-size-2"> |
118 | 122 | <div class="field"> |
119 | | - <label class="label mt-3">Talk to us about edge</label> |
| 123 | + <label class="label mt-3">Pricing details</label> |
120 | 124 | <div class="control"> |
121 | | - <a href="https://docs.google.com/forms/d/e/1FAIpQLSe2O9tnlTjc7yqzXLMvqvF2HVqwNW7ePNOxLchacKRf9LZL7Q/viewform?usp=header" class="button is-primary is-medium"> |
122 | | - <span class="icon"><i class="fas fa-calendar-alt"></i></span> |
123 | | - <span>Talk to us about edge</span> |
124 | | - </a> |
| 125 | + <button id="edge-info-icon" class="button is-primary is-medium"> |
| 126 | + <span class="icon"><i class="fas fa-info-circle"></i></span> |
| 127 | + <span>Find out more</span> |
| 128 | + </button> |
125 | 129 | </div> |
126 | 130 | </div> |
127 | 131 | </div> |
128 | 132 | </div> |
| 133 | + |
| 134 | + <!-- Edge Redistribution Modal --> |
| 135 | + <div id="edge-modal" class="modal"> |
| 136 | + <div class="modal-background"></div> |
| 137 | + <div class="modal-card"> |
| 138 | + <header class="modal-card-head"> |
| 139 | + <p class="modal-card-title">OpenFaaS Edge - Redistribution License</p> |
| 140 | + <button class="delete edge-modal-close" aria-label="close"></button> |
| 141 | + </header> |
| 142 | + <section class="modal-card-body"> |
| 143 | + <div class="content"> |
| 144 | + <h4 class="has-text-grey-dark">Designed for Redistribution</h4> |
| 145 | + <p>OpenFaaS Edge is designed specifically for redistribution - distributing your developed functions to end customers as part of your product or solution.</p> |
| 146 | + |
| 147 | + <h4 class="has-text-grey-dark mt-4">Industry Examples</h4> |
| 148 | + <p>Edge is ideal for industries that need to deploy automation to customer sites:</p> |
| 149 | + <div class="tags"> |
| 150 | + <span class="tag is-light is-medium">Rail</span> |
| 151 | + <span class="tag is-light is-medium">Freight</span> |
| 152 | + <span class="tag is-light is-medium">Shipping</span> |
| 153 | + <span class="tag is-light is-medium">Telecoms</span> |
| 154 | + <span class="tag is-light is-medium">Manufacturing</span> |
| 155 | + <span class="tag is-light is-medium">Logistics</span> |
| 156 | + <span class="tag is-light is-medium">Industrial Automation</span> |
| 157 | + <span class="tag is-light is-medium">Edge Monitoring</span> |
| 158 | + <span class="tag is-light is-medium">ETL</span> |
| 159 | + <span class="tag is-light is-medium">Data Pre-Processing</span> |
| 160 | + </div> |
| 161 | + |
| 162 | + <h4 class="has-text-grey-dark mt-4">Pricing</h4> |
| 163 | + <ul> |
| 164 | + <li>$300 USD/month is the starting price, per installation</li> |
| 165 | + <li>Pricing scales based on deployment needs and function count</li> |
| 166 | + <li>Paid annually by invoice - SWIFT (GBP) / ACH (USD)</li> |
| 167 | + </ul> |
| 168 | + |
| 169 | + <div class="notification is-info is-light mt-4"> |
| 170 | + <p class="mb-0">Need functions for internal or production use in your business? See <a href="/pricing/">OpenFaaS Standard</a>.</p> |
| 171 | + </div> |
| 172 | + </div> |
| 173 | + </section> |
| 174 | + <footer class="modal-card-foot"> |
| 175 | + <a href="https://docs.google.com/forms/d/e/1FAIpQLSe2O9tnlTjc7yqzXLMvqvF2HVqwNW7ePNOxLchacKRf9LZL7Q/viewform?usp=header" class="button is-primary" target="_blank" rel="noopener"> |
| 176 | + <span class="icon"><i class="fas fa-video"></i></span> |
| 177 | + <span>Book Zoom call</span> |
| 178 | + </a> |
| 179 | + <button class="button edge-modal-close">Close</button> |
| 180 | + </footer> |
| 181 | + </div> |
129 | 182 | </div> |
130 | 183 | </div> |
131 | 184 | </div> |
|
0 commit comments