调整到老博客的程度
This commit is contained in:
@@ -0,0 +1,47 @@
|
||||
---
|
||||
title: 香风家的火柴盒
|
||||
layout: hextra-home
|
||||
---
|
||||
|
||||
{{< hextra/hero-headline >}}
|
||||
香风家的火柴盒
|
||||
{{< /hextra/hero-headline >}}
|
||||
|
||||
<div class="hx:mb-10">
|
||||
{{< hextra/hero-subtitle >}}
|
||||
技术博客 / 日记 / 摄影
|
||||
{{< /hextra/hero-subtitle >}}
|
||||
</div>
|
||||
|
||||
{{< hextra/feature-grid >}}
|
||||
{{< hextra/feature-card
|
||||
title="Blog"
|
||||
subtitle="技术文章与学习笔记"
|
||||
icon="document-text"
|
||||
link="/posts"
|
||||
class="hx:aspect-auto hx:md:aspect-[1.1/1] hx:max-md:min-h-[340px]"
|
||||
image="/resources/blog_main.jpg"
|
||||
imageStyle="position:absolute;top:30%;left:24px;width:110%;max-width:none;opacity:0.8"
|
||||
style="background: radial-gradient(ellipse at 50% 80%,rgba(59,130,246,0.15),hsla(0,0%,100%,0));"
|
||||
>}}
|
||||
{{< hextra/feature-card
|
||||
title="Daily"
|
||||
subtitle="日常生活记录"
|
||||
icon="calendar"
|
||||
link="/daily"
|
||||
class="hx:aspect-auto hx:md:aspect-[1.1/1] hx:max-lg:min-h-[340px]"
|
||||
image="/resources/daily_main.png"
|
||||
imageStyle="position:absolute;top:30%;left:24px;width:110%;max-width:none;opacity:0.8"
|
||||
style="background: radial-gradient(ellipse at 50% 80%,rgba(34,197,94,0.15),hsla(0,0%,100%,0));"
|
||||
>}}
|
||||
{{< hextra/feature-card
|
||||
title="Photograph"
|
||||
subtitle="摄影作品"
|
||||
icon="photograph"
|
||||
link="/photograph"
|
||||
class="hx:aspect-auto hx:md:aspect-[1.1/1] hx:max-md:min-h-[340px]"
|
||||
image="/resources/photograph_main.jpg"
|
||||
imageStyle="position:absolute;top:30%;left:24px;width:110%;max-width:none;opacity:0.8"
|
||||
style="background: radial-gradient(ellipse at 50% 80%,rgba(168,85,247,0.15),hsla(0,0%,100%,0));"
|
||||
>}}
|
||||
{{< /hextra/feature-grid >}}
|
||||
Reference in New Issue
Block a user