A focused writing and publishing space. https://write.with.parts
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
writefreely/pages/about.tmpl

25 lines
1004 B

{{define "head"}}<title>About {{.SiteName}}</title>
{{end}}
{{define "content"}}<div class="content-container" style="margin-top: 2em;">
<div class="content-container">
<div class="marketing-section">
<div class="clearfix blurbs">
<div class="third big">
<h3>Simple and focused</h3>
<p>Write.as isn't a platform for building <em>any</em> kind of blog or website. It's meant to help you get your thoughts down&mdash;and published&mdash;fast.</p>
</div>
<div class="third big">
<h3>Distraction-free</h3>
<p>Our editor lets you write and publish &mdash; that's it. And we separated the <a href="https://read.write.as">reading</a> experience so there's no stream or feed or "likes" or "follows" to steal your focus.</p>
</div>
<div class="third big">
<h3>Never lose your progress</h3>
<p>Your writing automatically saves as you type. It'll always be waiting, even if you don't "save" before leaving.</p>
</div>
</div>
</div>
</div>
{{end}}