developers-web/pages/index.tmpl

61 lines
1.8 KiB
Cheetah

{{define "head"}}<title>Write.as Developer Center</title>
<style type="text/css">
.content-container ul {
list-style: none;
text-indent: 0;
margin: 0;
padding: 0 !important;
}
.content-container li {
margin: 1em 0 !important;
}
</style>
{{end}}
{{define "body-attrs"}}id="promo"{{end}}
{{define "content"}}
<div class="content-container" style="text-align: center; font-size: 1em;">
<div class="heading">
<h1>Write.as Developer Center</h1>
<p style="font-size: 1.2em">Build your own apps and utilities on the Write.as platform.</p>
</div>
</div>
<div class="content-container snug clean extra-clean">
<div class="clearfix blurbs">
<div class="half">
<h2>API Libraries</h2>
<ul>
<li><a href="https://github.com/writeas/go-writeas">Go</a></li>
<li><a href="https://github.com/writeas/writefreely-swift">Swift</a> (WriteFreely)</li>
<li><a href="https://github.com/DinoBansigan/WriteAs.NET">.NET Core</a></li>
<li><a href="https://github.com/devsnek/writeas.js">Javascript</a></li>
<li><a href="https://github.com/cjeller1592/WriteasAPI">Python</a></li>
<li><a href="https://github.com/theimpossibleastronaut/writeas.php">PHP</a></li>
</ul>
</div>
<div class="half">
<h2>Documentation</h2>
<ul>
<li><a href="/docs/api/">API Documentation</a></li>
</ul>
</div>
</div>
<div class="clearfix blurbs">
<h2 style="text-align: left">Examples</h2>
<div class="half">
<ul>
<li><strong>Go</strong></li>
<li><a href="https://github.com/writeas/writeas-api/tree/master/examples/go-text-importer">Text Importer</a></li>
</ul>
</div>
<div class="half">
<ul>
<li><strong>Javascript</strong></li>
<li><a href="https://github.com/writeas/writeas-api/tree/master/examples/node-general">General</a></li>
</ul>
</div>
</div>
</div>
{{end}}