Browse Source

Tweak about page copy

- Mention Android and Chrome apps
- Explain publicly publishing pages
- Add Privacy Policy
- Fix some commas
tags/v1.0
Matt Baer 8 years ago
parent
commit
dc8d0a8c13
1 changed files with 15 additions and 7 deletions
  1. +15
    -7
      static/about.html

+ 15
- 7
static/about.html View File

@@ -40,24 +40,32 @@

<div id="wrapper">
<h2>About</h2>
<p>HTMLhouse helps you publish HTML quickly. Use the <a href="/">editor / preview</a> to build your HTML page, and press <strong>publish</strong> when you're done. That's it!</p>
<p>HTMLhouse helps you publish HTML quickly. Use the <a href="/">editor / preview</a> to build your HTML page and press <strong>publish</strong> when you're done. That's it!</p>

<p>HTMLhouse was built by the team at <a href="https://write.as">Write.as</a>.</p>

<h3>Sharing</h3>
<p>To share a page once you've published, simply send the URL of the page to whomever you'd like (it'll look like <a href="https://html.house/xpeoccu2.html">https://html.house/xpeoccu2.html</a>) through email, social media, or in real life.</p>
<p>To share with everyone on HTMLhouse, simply check the <strong>public</strong> box before pressing <em>publish</em>. Your page will be added to the <a href="/browse">browse page</a> and tweeted by <a href="https://twitter.com/htmlhouse">@HTMLhouse</a>. It'll also be available on our <a href="https://play.google.com/store/apps/details?id=com.abunchtell.htmlhouse">Android app</a>.</p>
<p><strong>Note</strong>: the <a href="/browse">browse page</a> is actively moderated, and your page will be removed from the public view if it is abusive or doesn't contribute.</p>

<h3>Help</h3>
<p><strong>Purpose</strong>. To provide a simple HTML testing ground with no cruft or fuss.</p>
<p><strong>Editing</strong>. Pages can be edited again from the same computer / browser they were created on. If you clear your browser data (specifically local storage) you will lose this ability.</p>
<p><strong>Limitations</strong>. There is currently no way to delete pages.</p>
<p><strong>Discovery</strong>. <a href="/browse">Browse</a> what others have publicly created. Mark your page as <strong>Public</strong> when you publish it to be added!</p>
<p><strong>Twitter</strong>. We announce updates and some published pages on <a target="_blank" href="https://twitter.com/htmlhouse">@HTMLhouse</a>.</p>
<p><strong>Abuse</strong>. Please don't poop in the pool.</p>
<p><strong>Chrome</strong>. Get quick access to HTMLhouse with <a href="https://chrome.google.com/webstore/detail/htmlhouse/aljfacibkadhobknaalpfbclcpoepopi">the Chrome app</a>.</p>
<p><strong>Twitter</strong>. We announce updates and published pages on <a target="_blank" href="https://twitter.com/htmlhouse">@HTMLhouse</a>.</p>
<p><strong>Feedback</strong>. We'd love to hear your ideas or suggestions. Feel free to <a href="/contact.html">get in touch</a> anytime.</p>

<h3>Source</h3>
<p>HTMLhouse was built in Go. <a href="https://github.com/writeas/htmlhouse">View source</a> on GitHub.</p>
<p>Hosted by <a href="https://www.digitalocean.com/?refcode=a5062ff05a6c">Digital Ocean</a>.</p>

<h3>Credits</h3>
<strong>Editor</strong>. <a href="http://ace.c9.io/">ACE editor</a>.

<h3>Source</h3>
<p>HTMLhouse was built in Go. <a href="https://github.com/writeas/htmlhouse">View source</a> on GitHub.</p>
<p>Hosted by <a href="https://www.digitalocean.com/?refcode=a5062ff05a6c">Digital Ocean</a> (<em>note</em>: referral link &mdash; get $10 credit by using it, and help us pay for hosting!).</p>
<h3>Privacy Policy</h3>
<p>On HTMLhouse we don't know who you are, nor do we make any effort to. You couldn't give us your personal information even if you wanted to! Build cool stuff and enjoy.</p>
</div>

<script type="text/javascript">


Loading…
Cancel
Save