BLOG-58 refactor: run format
This commit is contained in:
parent
cefdc94e03
commit
f195b9c108
@ -2,14 +2,25 @@
|
||||
<html lang="zh-Hant">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<link rel="icon" media="(prefers-color-scheme: light)" href="%sveltekit.assets%/icon/logo-light.svg" />
|
||||
<link rel="icon" media="(prefers-color-scheme: dark)" href="%sveltekit.assets%/icon/logo-dark.svg" />
|
||||
<link
|
||||
rel="icon"
|
||||
media="(prefers-color-scheme: light)"
|
||||
href="%sveltekit.assets%/icon/logo-light.svg"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
media="(prefers-color-scheme: dark)"
|
||||
href="%sveltekit.assets%/icon/logo-dark.svg"
|
||||
/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>魚之魷魂 SquidSpirit</title>
|
||||
<meta name="description" content="程式、科技、教學、分享" />
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+Mono&family=Noto+Sans+TC:wght@100..900&display=swap" rel="stylesheet">
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
||||
<link
|
||||
href="https://fonts.googleapis.com/css2?family=Noto+Sans+Mono&family=Noto+Sans+TC:wght@100..900&display=swap"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
%sveltekit.head%
|
||||
</head>
|
||||
<body data-sveltekit-preload-data="hover" class="antialiased">
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
<div class="border-b border-gray-300">
|
||||
<div
|
||||
class="h-toolbar-height mx-auto flex max-w-screen-xl flex-row items-center justify-between px-4 md:px-6"
|
||||
class="mx-auto flex h-toolbar-height max-w-screen-xl flex-row items-center justify-between px-4 md:px-6"
|
||||
>
|
||||
<a class="flex flex-row items-center gap-x-2" href="/">
|
||||
<img class="mt-1 size-10" src="/icon/logo-light.svg" alt="SquidSpirit" />
|
||||
|
@ -57,7 +57,7 @@
|
||||
>
|
||||
<div
|
||||
bind:this={element}
|
||||
class="border-true-gray-800 bg-true-gray-700 flex w-full flex-col gap-y-1.5 rounded-2xl border-4 p-4 pb-28 font-mono font-medium text-gray-50 shadow-lg transition-opacity duration-300 md:gap-y-2.5 md:rounded-3xl md:border-8 md:p-8 md:pb-32 md:text-xl md:shadow-xl {isReady
|
||||
class="flex w-full flex-col gap-y-1.5 rounded-2xl border-4 border-true-gray-800 bg-true-gray-700 p-4 pb-28 font-mono font-medium text-gray-50 shadow-lg transition-opacity duration-300 md:gap-y-2.5 md:rounded-3xl md:border-8 md:p-8 md:pb-32 md:text-xl md:shadow-xl {isReady
|
||||
? 'opacity-100'
|
||||
: 'opacity-0'}"
|
||||
>
|
||||
|
@ -3,7 +3,7 @@
|
||||
</script>
|
||||
|
||||
<div
|
||||
class="min-h-content-height mx-auto flex max-w-screen-xl flex-col justify-center gap-y-2.5 px-4 md:gap-y-8 md:px-6"
|
||||
class="mx-auto flex min-h-content-height max-w-screen-xl flex-col justify-center gap-y-2.5 px-4 md:gap-y-8 md:px-6"
|
||||
>
|
||||
<h2 class="text-3xl font-bold text-gray-800 md:text-6xl">Hello 大家好!</h2>
|
||||
<h1 class="flex flex-row items-center gap-x-2 text-4xl font-extrabold text-gray-800 md:text-7xl">
|
||||
|
@ -7,5 +7,5 @@
|
||||
<div>
|
||||
<TitleScreen />
|
||||
<Terminal />
|
||||
<Motto />
|
||||
<Motto />
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user