diff --git a/src/lib/components/index_profile.svelte b/src/lib/components/index_profile.svelte index 85d4a977..2256dd59 100644 --- a/src/lib/components/index_profile.svelte +++ b/src/lib/components/index_profile.svelte @@ -1,69 +1,99 @@ -
- -
- {site.author.name} - - {#if site.author.status} -
- {site.author.status} -
- {/if} -
-
-

{site.author.name}

-

{@html site.author.bio}

- - {#if site.author.metadata} -
- {#each site.author.metadata as { text, icon, link, rel }} - {#if link} - - {#if icon} - - {/if} - {#if text} - {text} - {/if} - - {:else} - - {/if} - {/each} -
- {/if} + class="rounded-full shadow-xl w-32 h-32 hover:rotate-[360deg] transition-transform duration-1000 ease-in-out" + src={site.author.avatar} + alt={site.author.name} /> + + {#if site.author.status} +
+ {site.author.status} +
+ {/if} + +
+

{site.author.name}

+

{@html site.author.bio}

+ + {#if site.author.metadata} +
+ {#each site.author.metadata as { text, icon, link, rel }} + {#if link} + + {#if icon} + + {/if} + {#if text} + {text} + {/if} + + {:else} + + {/if} + {/each} +
+ {/if} +
+
+
+ +
+ + + + + + + + + + + +
+
diff --git a/urara/assets/webring.svg b/urara/assets/webring.svg new file mode 100644 index 00000000..d85fb67d --- /dev/null +++ b/urara/assets/webring.svg @@ -0,0 +1,11 @@ + + + + + + + + + + +