Add user-facing templates and pages
This commit is contained in:
24
pages/about.tmpl
Normal file
24
pages/about.tmpl
Normal file
@@ -0,0 +1,24 @@
|
||||
{{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—and published—fast.</p>
|
||||
</div>
|
||||
|
||||
<div class="third big">
|
||||
<h3>Distraction-free</h3>
|
||||
<p>Our editor lets you write and publish — 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}}
|
Reference in New Issue
Block a user