소스 검색

Add Twitter link & Discovery section to About

Plus remove "Use" condition
tags/v1.0
Matt Baer 8 년 전
부모
커밋
24a9e9d8de
2개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. +4
    -1
      static/about.html
  2. +1
    -0
      templates/editor.html

+ 4
- 1
static/about.html 파일 보기

@@ -33,6 +33,7 @@
<a class="home" href="/">&lt;&#8962;/&gt;</a>
<a class="current" href="/about.html">about</a>
<a href="mailto:hello@write.as">contact</a>
<a target="_blank" href="https://twitter.com/htmlhouse">@HTMLhouse</a>
</nav>
</header>

@@ -42,11 +43,13 @@

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

<h3>Discovery</h3>
<p>See what others have created on our Twitter account, <a target="_blank" href="https://twitter.com/htmlhouse">@HTMLhouse</a>. Tweet us the URL of any page you create (and whether you want credit) and we'll share it!</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>. Houses (individual pages) can be edited again from the same computer / browser it was created on. If you clear your browser data (specifically Local Storage) you will lose this ability.</p>
<p><strong>Limitations</strong>. Houses are not saved automatically &mdash; you must publish to save them permanently.</p>
<p><strong>Use</strong>. Only users with good intentions may use this software. If you <a href="mailto:hello@write.as">tell us</a> about broken things, we'll be forever greatful.</p>

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


+ 1
- 0
templates/editor.html 파일 보기

@@ -33,6 +33,7 @@
{{if .ID}}<a class="home" href="/">&lt;&#8962;/&gt;</a>{{end}}
<a href="/about.html">about</a>
<a href="mailto:hello@write.as">contact</a>
<a target="_blank" href="https://twitter.com/htmlhouse">@HTMLhouse</a>
</nav>
{{if .ID}}<a href="/{{.ID}}.html">view</a>{{end}}
<a id="publish" href="#">{{if .ID}}update{{else}}publish{{end}}</a>


불러오는 중...
취소
저장