chores
This commit is contained in:
@@ -6,7 +6,7 @@ const { to, text, icon = undefined, color = undefined } = defineProps<{
|
||||
color?: string
|
||||
}>()
|
||||
|
||||
const buttonClass = ref(`btn btn-outline ${color ? color : "btn-primary"}`)
|
||||
const buttonClass = ref(`btn ${color ? color : "btn-primary"}`)
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
@@ -14,8 +14,10 @@ const img = ref('/face.jpg')
|
||||
|
||||
<h1 class="text-7xl pt-20">👋 Hi, I'm Alex</h1>
|
||||
<div class="flex flex-row gap-2">
|
||||
<ButtonLink to="https://github.com/Minimata" text="Github" icon="uil:github" />
|
||||
<ButtonLink to="https://bsky.app/profile/game-dev.space" text="Bluesky" icon="ri:bluesky-fill" color="btn-secondary" />
|
||||
<ButtonLink to="https://github.com/Minimata" text="Github" icon="uil:github" color="btn-neutral"/>
|
||||
<ButtonLink to="https://bsky.app/profile/game-dev.space" text="Bluesky" icon="ri:bluesky-fill" color="btn-info" />
|
||||
<ButtonLink to="https://discordapp.com/users/minimata/" text="Discord" icon="ri:discord-fill" color="btn-primary" />
|
||||
<ButtonLink to="https://www.linkedin.com/in/serexalexandre/" text="LinkedIn" icon="ri:linkedin-box-fill" color="btn-secondary" />
|
||||
</div>
|
||||
|
||||
<span class="pt-10 text-3xl flex flex-row items-center justify-center leading-[2] italic">
|
||||
@@ -33,7 +35,6 @@ const img = ref('/face.jpg')
|
||||
<span>stuff⭐</span>
|
||||
</span>
|
||||
|
||||
|
||||
<div class="divider">🎮Game stuff</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
3
bun.lock
3
bun.lock
@@ -28,6 +28,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@iconify-json/material-symbols": "^1.2.48",
|
||||
"@iconify-json/ri": "^1.2.6",
|
||||
"@iconify-json/solar": "^1.2.5",
|
||||
"@iconify-json/uil": "^1.2.3",
|
||||
},
|
||||
@@ -200,6 +201,8 @@
|
||||
|
||||
"@iconify-json/material-symbols": ["@iconify-json/material-symbols@1.2.48", "", { "dependencies": { "@iconify/types": "*" } }, "sha512-qDjqYEeNCm31tae3YbsprEklWHIoVPvqlbTuqtisNjlhHRSiXy5x+AtUq9VwjlITRU+TtqsP6jW2h+pnEUURRQ=="],
|
||||
|
||||
"@iconify-json/ri": ["@iconify-json/ri@1.2.6", "", { "dependencies": { "@iconify/types": "*" } }, "sha512-tGXRmXtb8oFu8DNg9MsS1pywKFgs9QZ4U6LBzUamBHaw3ePSiPd7ouE64gzHzfEcR16hgVaXoUa+XxD3BB0XOg=="],
|
||||
|
||||
"@iconify-json/solar": ["@iconify-json/solar@1.2.5", "", { "dependencies": { "@iconify/types": "*" } }, "sha512-WMAiNwchU8zhfrySww6KQBRIBbsQ6SvgIu2yA+CHGyMima/0KQwT5MXogrZPJGoQF+1Ye3Qj6K+1CiyNn3YkoA=="],
|
||||
|
||||
"@iconify-json/uil": ["@iconify-json/uil@1.2.3", "", { "dependencies": { "@iconify/types": "*" } }, "sha512-if91+UBhDQc6glPsIaXecGIcXnbQZfEO4Gdv89TV2xQ+V5e9GWbY5rNl2fsKZd8COsRQ5lRQAKimVQVL0CZZVg=="],
|
||||
|
||||
@@ -33,6 +33,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@iconify-json/material-symbols": "^1.2.48",
|
||||
"@iconify-json/ri": "^1.2.6",
|
||||
"@iconify-json/solar": "^1.2.5",
|
||||
"@iconify-json/uil": "^1.2.3"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user