diff --git a/frontend/src/routes/art/+page.svelte b/frontend/src/routes/art/+page.svelte new file mode 100644 index 0000000..600edbb --- /dev/null +++ b/frontend/src/routes/art/+page.svelte @@ -0,0 +1,158 @@ + + + + Daily Art · upbeatBytes + + + +
+
+ upbeatBytes + +
+ +
+
+

Daily Art

+

A masterwork a day, from the world's open collections.

+
+ + {#if state === 'ready'} +
+ +
+

{art.title}

+

{art.artist || 'Unknown artist'}{#if art.date_text} · {art.date_text}{/if}

+ {#if art.medium}

{art.medium}

{/if} +

+ from {art.museum}{#if art.license} · {art.license}{/if} + {#if art.source_url}View at {art.museum} →{/if} +

+
+
+ {:else if state === 'empty'} +

The gallery's resting — a new piece is hung each morning. Check back soon.

+ {:else} +

Hanging today's piece…

+ {/if} +
+ + +
+ +{#if zoom && art} + +{/if} + +