- commit
- 0bd744d
- parent
- 3c7e877
- author
- Eric Bower
- date
- 2024-07-27 02:03:44 +0000 UTC
chore(pgs): marketing page copy
1 files changed,
+3,
-38
+3,
-38
1@@ -42,21 +42,19 @@
2 <div class="box">
3 <h2 class="text-xl">Features</h2>
4 <ul>
5- <li>25MB asset storage with our free tier</li>
6- <li>10GB asset storage with <a href="https://pico.sh/plus">pico+</a></li>
7- <li>Terminal workflows</li>
8- <li>No client-side installation required to fully manage static sites</li>
9+ <li>Use familiar cli tools to fully manage static sites</li>
10 <li>Distinct static sites as projects</li>
11 <li>Unlimited projects, created instantly upon upload</li>
12 <li>Deploy using <a href="https://pico.sh/file-uploads">rsync, sftp, or scp</a></li>
13 <li>Promotion/rollback support</li>
14 <li>Managed HTTPS for all projects</li>
15- <li><a href="https://pico.sh/pgs#access-control-list">Private projects</a></li>
16+ <li>Site <a href="https://pico.sh/analytics">analytics</a></li>
17 <li><a href="https://pico.sh/custom-domains#pgssh">Custom domains</a> for projects</li>
18 <li><a href="https://pico.sh/pgs#custom-redirects">Custom redirects</a></li>
19 <li><a href="https://pico.sh/pgs#custom-headers">Custom headers</a></li>
20 <li><a href="https://pico.sh/pgs#single-page-applications">SPA support</a></li>
21 <li><a href="https://pico.sh/images#image-manipulation">Image manipulation API</a></li>
22+ <li><a href="https://pico.sh/pgs#access-control-list">Private projects</a></li>
23 <li><a href="https://pico.sh/faq#are-there-any-bandwidth-limitations">No bandwidth limitations</a></li>
24 </ul>
25 </div>
26@@ -77,39 +75,6 @@
27 </p>
28 </div>
29
30- <div class="box">
31- <h2 class="text-xl">Manage your projects with a remote CLI</h2>
32-
33- <p>
34- Use our CLI to manage your projects:
35- </p>
36-
37- <pre>ssh pgs.sh help</pre>
38- </div>
39-
40- <div class="box">
41- <h2 class="text-xl">Instant promotion and rollback</h2>
42-
43- <p>
44- Additionally you can setup a pipeline for promotion and rollbacks, which will
45- instantly update your project.
46- </p>
47-
48- <pre>ssh pgs.sh link project-prod --to project-d0131d4</pre>
49- </div>
50-
51- <div class="box">
52- <h2 class="text-xl">Private projects</h2>
53-
54- <p>
55- With SSH tunnels we support private sites with an access control list API. Try it out:
56- </p>
57-
58- <pre>ssh -L 1337:localhost:80 -N pico-ui@pgs.sh</pre>
59-
60- <p>Then go to <a href="http://localhost:1337">localhost:1337</a></p>
61- </div>
62-
63 <div>
64 <a href="https://pico.sh/getting-started" class="btn-link mt">
65 GET STARTED