all pages to share header

This commit is contained in:
bill bittner 2017-06-10 19:40:48 -07:00
parent 9f03e59d07
commit a621998194
5 changed files with 41 additions and 26 deletions

View file

@ -1,17 +1,19 @@
<div class="container-fluid">
<div class="container">
{{> topBar}}
<div class="row">
<div class="col-md-6 col-md-offset-3">
<div class="col-md-12">
<h3>All Claims</h3>
<p>These are all the free, public assets at that claim. You can publish more at <a href="/">spee.ch</a>.</p>
{{#each claims}}
<hr>
<img class="all-claims-img" src="https://spee.ch/{{this.name}}/{{this.claim_id}}" />
<p>claim_id: {{this.claim_id}}</p>
<p>direct link <a href="https://spee.ch/{{this.name}}/{{this.claim_id}}">here</a></p>
<p>author: {{this.value.stream.metadata.author}}</p>
<p>description: {{this.value.stream.metadata.description}}</p>
<p>license: {{this.value.stream.metadata.license}}</p>
<div class="card card-block">
<p>claim_id: {{this.claim_id}}</p>
<p>direct link <a href="https://spee.ch/{{this.name}}/{{this.claim_id}}">here</a></p>
<p>author: {{this.value.stream.metadata.author}}</p>
<p>description: {{this.value.stream.metadata.description}}</p>
<p>license: {{this.value.stream.metadata.license}}</p>
</div>
<hr>
{{/each}}
</div>
</div>

View file

@ -1,3 +1,9 @@
<h1>spee.ch</h1>
<h3>404: Not Found</h3>
<p>That page does not exist. Return <a href="/">home</a>.</p>
<div class="container">
{{> topBar}}
<div class="row">
<div class="col-md-12">
<h3>404: Not Found</h3>
<p>That page does not exist. Return <a href="/">home</a>.</p>
</div>
</div>
</div>

View file

@ -1,14 +1,5 @@
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="card card-block default-color-dark white-text">
<div class="card-title">
<h1>Spee.ch</h1>
</div>
<p>Spee.ch is a single-serving site that reads and publishes images to and from the <a class="white-text" href="https://lbry.io">LBRY</a> blockchain.</p>
</div>
</div>
</div>
{{> topBar}}
<div class="row">
{{> examples}}
{{> publish}}

View file

@ -1,4 +1,10 @@
<h1>spee.ch</h1>
<h3>No Claims</h3>
<p>There are no free, public images at that claim. You should publish one at <a href="/">spee.ch</a>.</p>
<p>NOTE: it is possible your claim was published, but it is still being processed by the blockchain</p>
<div class="container">
{{> topBar}}
<div class="row">
<div class="col-md-12">
<h3>No Claims</h3>
<p>There are no free, public images at that claim. You should publish one at <a href="/">spee.ch</a>.</p>
<p>NOTE: it is possible your claim was published, but it is still being processed by the blockchain</p>
</div>
</div>
</div>

View file

@ -0,0 +1,10 @@
<div class="row">
<div class="col-md-12">
<div class="card card-block default-color-dark white-text">
<div class="card-title">
<h1>Spee.ch</h1>
</div>
<p>Spee.ch is a single-serving site that reads and publishes images to and from the <a class="white-text" href="https://lbry.io">LBRY</a> blockchain.</p>
</div>
</div>
</div>