feat: 添加个人主页实现 #1
|
@ -4,7 +4,7 @@
|
|||
初冬的朝阳个人主页
|
||||
</PageTitle>
|
||||
|
||||
<FluentStack Orientation="@Orientation.Vertical" Width="100%" Style="background-color: #f0f2f5; height: 100%">
|
||||
<FluentStack Orientation="@Orientation.Vertical" Width="100%" Style="min-height: 100%">
|
||||
<div style="width: 100%; height: auto">
|
||||
<FluentGrid>
|
||||
<FluentGridItem md="3" xs="12">
|
||||
|
@ -14,7 +14,7 @@
|
|||
</FluentGridItem>
|
||||
|
||||
<FluentGridItem md="9" xs="12">
|
||||
<FluentStack Orientation="@Orientation.Vertical" Style="padding: 25px">
|
||||
<FluentStack Orientation="@Orientation.Vertical" Style="padding: 25px" VerticalGap="20">
|
||||
<FluentLabel Typo="@Typography.H3" Weight="@FontWeight.Bold">
|
||||
初冬的朝阳 (Ricardo Ren)
|
||||
</FluentLabel>
|
||||
|
@ -42,6 +42,10 @@
|
|||
<a href="https://github.com/jackfiled">Github</a>
|
||||
</FluentLabel>
|
||||
|
||||
<FluentLabel Typo="@Typography.Body">
|
||||
<a href="https://git.rrricardo.top/jackfiled">Gitea</a>
|
||||
</FluentLabel>
|
||||
|
||||
<FluentLabel Typo="@Typography.Body">
|
||||
<a href="mailto://shicangjuner@outlook.com">E-Mail</a>
|
||||
</FluentLabel>
|
||||
|
@ -61,8 +65,6 @@
|
|||
Description="奇奇怪怪东西的聚集地"/>
|
||||
<WebsiteCard Name="笔记本" Address="https://jackfiled.github.io/wiki/" ImageAddress="/images/wiki-icon.png"
|
||||
Description="技校学习笔记"/>
|
||||
<WebsiteCard Name="给提啊" Address="https://git.rrricardo.top" ImageAddress="/images/git-icon.png"
|
||||
Description="宅男自用99成新"/>
|
||||
</FluentGrid>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user