CHANGE: css logo, bsky link

Changed CSS logo to newest version, added bsky profile link
This commit is contained in:
webfussel 2024-12-04 14:47:44 +01:00
parent 8fb2c88be1
commit fdfa87ab0d
5 changed files with 37 additions and 3 deletions

View file

@ -10,6 +10,10 @@
position: fixed; position: fixed;
z-index: 1000; z-index: 1000;
& .socials {
gap: 1rem;
}
& .logo { & .logo {
fill-rule: evenodd; fill-rule: evenodd;
clip-rule: evenodd; clip-rule: evenodd;
@ -182,9 +186,12 @@
& .socials { & .socials {
flex-direction: row; flex-direction: row;
height: max-content; height: max-content;
gap: 3rem;
padding-bottom: 2rem;
& img { & img {
height: 75px; height: 2rem;
width: 2rem;
} }
} }

View file

@ -86,6 +86,11 @@ const socials = [
rel: 'me', rel: 'me',
'aria-label': 'Externer Link: Mastodon Profil' 'aria-label': 'Externer Link: Mastodon Profil'
}, },
{
href: 'https://bsky.app/profile/webfussel.de',
icon: '/img/icons/bsky.svg',
'aria-label': 'Externer Link: Bluesky Profil'
},
{ {
href: 'https://ko-fi.com/webfussel', href: 'https://ko-fi.com/webfussel',
icon: '/img/icons/kofi.svg', icon: '/img/icons/kofi.svg',

View file

@ -1,5 +1,6 @@
export default defineNuxtConfig({ export default defineNuxtConfig({
ssr: true, ssr: true,
nitro: { nitro: {
prerender: { prerender: {
routes: [ routes: [
@ -8,6 +9,7 @@ export default defineNuxtConfig({
] ]
} }
}, },
css: [ css: [
'~/assets/css/fonts.css', '~/assets/css/fonts.css',
'~/assets/css/global.css', '~/assets/css/global.css',
@ -21,15 +23,18 @@ export default defineNuxtConfig({
'~/assets/css/person.css', '~/assets/css/person.css',
'~/assets/css/button.css', '~/assets/css/button.css',
], ],
postcss: { postcss: {
plugins: { plugins: {
'postcss-nesting': { /* plugin options */ }, 'postcss-nesting': { /* plugin options */ },
}, },
}, },
routeRules: { routeRules: {
'/': { prerender: true }, '/': { prerender: true },
'/imp': { prerender: true }, '/imp': { prerender: true },
}, },
app: { app: {
head: { head: {
htmlAttrs: { lang: 'de' }, htmlAttrs: { lang: 'de' },
@ -41,5 +46,7 @@ export default defineNuxtConfig({
{ rel: 'preload', crossorigin: 'anonymous', as: 'font', href: '/fonts/roboto_con_reg.woff2', type: 'font/woff2' }, { rel: 'preload', crossorigin: 'anonymous', as: 'font', href: '/fonts/roboto_con_reg.woff2', type: 'font/woff2' },
], ],
} }
} },
})
compatibilityDate: '2024-12-04'
})

15
public/img/icons/bsky.svg Normal file
View file

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg id="Ebene_2" data-name="Ebene 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 23.98 21.29">
<defs>
<style>
.cls-1 {
fill: none;
stroke: #000;
stroke-linecap: round;
stroke-linejoin: round;
stroke-width: 1.5px;
}
</style>
</defs>
<path class="cls-1" d="M5.62,2.08c2.58,1.93,5.35,5.86,6.37,7.96,1.02-2.11,3.79-6.03,6.37-7.96,1.86-1.4,4.87-2.48,4.87.96,0,.69-.39,5.77-.62,6.59-.8,2.87-3.73,3.6-6.33,3.16,4.55.77,5.7,3.34,3.2,5.9-4.74,4.87-6.82-1.22-7.35-2.78-.1-.29-.14-.42-.14-.31,0-.11-.05.02-.14.31-.53,1.56-2.61,7.65-7.35,2.78-2.5-2.56-1.34-5.13,3.2-5.9-2.6.44-5.52-.29-6.33-3.16-.23-.82-.62-5.9-.62-6.59,0-3.44,3.01-2.36,4.87-.96h0Z"/>
</svg>

After

Width:  |  Height:  |  Size: 757 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Before After
Before After