Skip to content

Commit 65e6712

Browse files
committed
docs: add started plan to pico+ page
We received feedback that it is confusing what is free and what is paid so adding a section to the pricing page will better educated users.
1 parent f335497 commit 65e6712

File tree

3 files changed

+85
-27
lines changed

3 files changed

+85
-27
lines changed

posts/plus.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,3 @@ description: Become a pico+ member
44
slug: plus
55
template: plus.page.tmpl
66
---
7-
8-
- [tuns](/tuns)
9-
- per-site [analytics](/analytics)
10-
- [pages](/pgs)
11-
- per-site [analytics](/analytics)
12-
- [prose](/prose)
13-
- no inherent storage limits
14-
- blog [analytics](/analytics)
15-
- [irc bouncer](/bouncer)
16-
- 10GB total storage
17-
18-
<hr class="my-4" />
19-
20-
Before signing up to `pico+`, please read our [privacy policy](/privacy),
21-
[terms of service](/ops), and our [refund policy](/ops#refund-policy).

static/main.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,20 @@
105105
justify-content: center;
106106
}
107107

108+
.plus {
109+
height: 100%;
110+
width: 200px;
111+
}
112+
113+
.logo-basic {
114+
line-height: 1;
115+
display: inline-block;
116+
border: 3px solid var(--grey-light);
117+
padding: 8px 10px 10px 10px;
118+
border-radius: 10px;
119+
margin: 0;
120+
}
121+
108122
@media only screen and (max-width: 800px) {
109123
body {
110124
padding: 0 0.75rem;

tmpl/plus.page.tmpl

Lines changed: 71 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,46 @@
1111
{{define "body"}}
1212
{{template "nav" .}}
1313

14-
<main>
15-
<div class="flex justify-center">
16-
<div class="container-xs">
17-
<div class="border px-4 py-4 mt-4">
14+
<main class="flex justify-center">
15+
<div>
16+
<div class="group-h flex-collapse">
17+
<div class="border px-4 py-4 mt-4 container-xs" style="height: 720px;">
18+
<div class="group items-center">
19+
<h1 class="text-2xl logo-basic">starter</h1>
20+
<div class="text-center">
21+
<div class="text-2xl">$0</div>
22+
<div class="text-sm">&nbsp;</div>
23+
<pre class="my"><span class="visited">ssh</span> pico.sh</pre>
24+
<div class="text-sm">
25+
Log into our SSH App to learn more and get started.
26+
</div>
27+
</div>
28+
</div>
29+
30+
<div>
31+
<ul>
32+
<li>
33+
<a href="/pages">pages</a>
34+
<ul><li>25MB storage limit</li></ul>
35+
</li>
36+
<li>
37+
<a href="https://pipe.pico.sh">pipe</a>
38+
</li>
39+
<li>
40+
<a href="/prose">prose</a>
41+
<ul><li>500MB image limit</li></ul>
42+
</li>
43+
<li>
44+
<a href="/feeds">rss-to-email</a>
45+
</li>
46+
<li>
47+
<a href="/pastes">pastes</a>
48+
</li>
49+
</ul>
50+
</div>
51+
</div>
52+
53+
<div class="border px-4 py-4 mt-4 container-xs" style="height: 720px;">
1854
<div class="group items-center">
1955
<h1 class="logo-header text-2xl">pico+</h1>
2056
<div class="text-center">
@@ -27,17 +63,40 @@
2763
</div>
2864
</div>
2965

30-
<hr class="my-4" />
66+
<div>
67+
<ul>
68+
<li>
69+
<a href="/tuns">tuns</a>
70+
<ul><li>per-site <a href="/analytics">analytics</a></li></ul>
71+
</li>
72+
<li>
73+
<a href="/pgs">pages</a>
74+
<ul><li>per-site <a href="/analytics">analytics</a></li></ul>
75+
</li>
76+
<li>
77+
<a href="/prose">prose</a>
78+
<ul>
79+
<li>no inherent storage limits</li>
80+
<li>blog <a href="/analytics">analytics</a></li>
81+
</ul>
82+
</li>
83+
<li>
84+
<a href="/bouncer">irc bouncer</a>
85+
</li>
86+
<li>10GB storage across all services</li>
87+
</ul>
3188

32-
<article class="md plus">
33-
{{.Data.Html}}
34-
</article>
35-
</div>
89+
<hr class="my-4" />
3690

37-
{{template "pager" .}}
38-
<hr class="my-4" />
39-
{{template "footer" .}}
91+
Before signing up to <code>pico+</code>, please read our <a href="/privacy">privacy policy</a>,
92+
<a href="/ops">terms of service</a>, and our <a href="/ops#refund-policy">refund policy</a>.
93+
</div>
94+
</div>
4095
</div>
96+
97+
{{template "pager" .}}
98+
<hr class="my-4" />
99+
{{template "footer" .}}
41100
</div>
42101
</main>
43102
{{end}}

0 commit comments

Comments
 (0)