Create initial Developer Center site
This commit is contained in:
commit
2411e086ff
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
*.swp
|
59
index.html
Normal file
59
index.html
Normal file
@ -0,0 +1,59 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Write.as Developer Center</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link rel="stylesheet" type="text/css" href="https://write.as/css/write.css" />
|
||||
<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>
|
||||
</head>
|
||||
<body id="promo">
|
||||
<div id="official-writing">
|
||||
<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">
|
||||
<div class="clearfix blurbs">
|
||||
<div class="half">
|
||||
<h2>Documentation</h2>
|
||||
<ul>
|
||||
<li><a href="/docs/api/">API Documentation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<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/devsnek/writeas.js">Javascript</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
var _paq = _paq || [];
|
||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||
_paq.push(['trackPageView']);
|
||||
_paq.push(['enableLinkTracking']);
|
||||
(function() {
|
||||
var u="https://analytics.write.as/";
|
||||
_paq.push(['setTrackerUrl', u+'piwik.php']);
|
||||
_paq.push(['setSiteId', '7']);
|
||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
</script>
|
||||
<noscript><p><img src="https://analytics.write.as/piwik.php?idsite=7&rec=1" style="border:0;" alt="" /></p></noscript>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user