diff --git a/views/allClaims.handlebars b/views/allClaims.handlebars index 54761b0e..28abbad4 100644 --- a/views/allClaims.handlebars +++ b/views/allClaims.handlebars @@ -1,17 +1,19 @@ -
+
+ {{> topBar}}
-
+

All Claims

These are all the free, public assets at that claim. You can publish more at spee.ch.

- {{#each claims}} -
-

claim_id: {{this.claim_id}}

-

direct link here

-

author: {{this.value.stream.metadata.author}}

-

description: {{this.value.stream.metadata.description}}

-

license: {{this.value.stream.metadata.license}}

+
+

claim_id: {{this.claim_id}}

+

direct link here

+

author: {{this.value.stream.metadata.author}}

+

description: {{this.value.stream.metadata.description}}

+

license: {{this.value.stream.metadata.license}}

+
+
{{/each}}
diff --git a/views/fourOhFour.handlebars b/views/fourOhFour.handlebars index 587389d7..7976533c 100644 --- a/views/fourOhFour.handlebars +++ b/views/fourOhFour.handlebars @@ -1,3 +1,9 @@ -

spee.ch

-

404: Not Found

-

That page does not exist. Return home.

\ No newline at end of file +
+ {{> topBar}} +
+
+

404: Not Found

+

That page does not exist. Return home.

+
+
+
\ No newline at end of file diff --git a/views/index.handlebars b/views/index.handlebars index 4bc20017..1c5861a4 100644 --- a/views/index.handlebars +++ b/views/index.handlebars @@ -1,14 +1,5 @@
-
-
-
-
-

Spee.ch

-
-

Spee.ch is a single-serving site that reads and publishes images to and from the LBRY blockchain.

-
-
-
+ {{> topBar}}
{{> examples}} {{> publish}} diff --git a/views/noClaims.handlebars b/views/noClaims.handlebars index 70c979fe..5f36a13b 100644 --- a/views/noClaims.handlebars +++ b/views/noClaims.handlebars @@ -1,4 +1,10 @@ -

spee.ch

-

No Claims

-

There are no free, public images at that claim. You should publish one at spee.ch.

-

NOTE: it is possible your claim was published, but it is still being processed by the blockchain

\ No newline at end of file +
+ {{> topBar}} +
+
+

No Claims

+

There are no free, public images at that claim. You should publish one at spee.ch.

+

NOTE: it is possible your claim was published, but it is still being processed by the blockchain

+
+
+
\ No newline at end of file diff --git a/views/partials/topBar.handlebars b/views/partials/topBar.handlebars new file mode 100644 index 00000000..10778e14 --- /dev/null +++ b/views/partials/topBar.handlebars @@ -0,0 +1,10 @@ +
+
+
+
+

Spee.ch

+
+

Spee.ch is a single-serving site that reads and publishes images to and from the LBRY blockchain.

+
+
+
\ No newline at end of file