-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathorder.html
32 lines (28 loc) · 2.25 KB
/
order.html
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
---
layout: default
title: Haven Hosting
meta-title: Sign-up for Haven
meta-description: If you're ready to make all your online sharing private and under your own control, the sign up for Haven here.
---
<p class="notice">Haven has partnered with PikaPods to offer even cheaper hosting, check out the <a href="{% post_url 2022-08-10-pikapods %}">blog post!</a></p>
<h1>Sign Up for Hosting</h1>
<h3>$5 per month</h3>
<img src="/assets/images/undraw_secure_server_s9u8.svg" alt="Laptop connected to a server"></img>
<p>Running your own server gives you the most control over your site and we think it is the best way to run your Haven. But we know that doing it yourself is hard and takes specialized knowledge. We want to make it as easy as possible for <em>everyone</em> to create a safe space to post privately, and share with their friends without subjecting them to big-tech tracking or ads.</p>
<p>For these reasons we're offering to host a Haven for you. For $5 per month, we will run your private blog on a subdomain of havenweb.org on a dedicated virtual server. A subdomain means your site will live at something like <code>example.havenweb.org</code>. A dedicated server means only your Haven runs on that server, it isn't shared with anyone else. Go ahead and give it a try!</p>
{%- if jekyll.environment == "production" %}
<form action="https://buy.stripe.com/9AQ5kEgUWgH3eRi8ww" method="get">
{%- else %}
<form action="https://buy.stripe.com/test_aEU9EbeiJb061Qk7ss" method="get">
{%- endif %}
<label for="prefilled_email">Email:</label><br>
<input type="text" id="prefilled_email" name="prefilled_email" size="30" required><br>
<label for="client_reference_id">Subdomain:</label><br>
<input type="text" id="client_reference_id" name="client_reference_id" size="15" required>
<input type="text" id="signup_domain" name="domain" placeholder=".havenweb.org" size="10" disabled><br/>
<input type="submit" value="Sign Up for $5/month">
</form>
<br/>(This button takes you to a <a href="https://stripe.com/">Stripe</a> page to enter payment information)
<div id="error-message"></div>
<br/>
After signing up, we will configure and deploy your Haven. Look for an email with login information. If you have not heard from us within 24 hours, feel free to send us a message.