diff --git a/src/app.html b/src/app.html index 3dff2e3..baf1691 100644 --- a/src/app.html +++ b/src/app.html @@ -1,74 +1,61 @@ - - - - - - - - - - + + + + - - - - - - - - - + + + + + + + + - + + + + + + + + + - %sveltekit.head% + + + %sveltekit.head% - - - + + + + + + + +
%sveltekit.body%
+ - - -
%sveltekit.body%
- diff --git a/src/lib/components/atoms/Logo.svelte b/src/lib/components/atoms/Logo.svelte index a889046..d6a61be 100644 --- a/src/lib/components/atoms/Logo.svelte +++ b/src/lib/components/atoms/Logo.svelte @@ -3,18 +3,32 @@ - +
+
+ +
+
{#if post.relatedPosts && post.relatedPosts.length > 0}
@@ -187,4 +204,33 @@ flex-wrap: wrap; } } + #branding { + display: flex; + justify-content: center; + align-items: center; + position: relative; + + // .circle-container { + // position: relative; + // width: 120px; + // height: 120px; + // background-color: #f0f0f0; + // border-radius: 50%; + // display: flex; + // justify-content: center; + // align-items: center; + // } + .logo { + display: flex; + align-items: center; + justify-content: center; + width: 100%; + height: 250px; + } + .logo path { + stroke: white; + stroke-width: 4px; + fill: black; + } + } diff --git a/static/images/logo.png b/static/images/logo.png index 76d4ff5..4bc6198 100644 Binary files a/static/images/logo.png and b/static/images/logo.png differ diff --git a/static/images/logo.svg b/static/images/logo.svg new file mode 100644 index 0000000..49bd07c --- /dev/null +++ b/static/images/logo.svg @@ -0,0 +1 @@ + \ No newline at end of file