Skip to content

Commit ba0d29f

Browse files
authored
homepage (crates-pro#154)
1 parent ff7042f commit ba0d29f

File tree

14 files changed

+217
-80
lines changed

14 files changed

+217
-80
lines changed

app/page.tsx

Lines changed: 209 additions & 79 deletions
Large diffs are not rendered by default.

app/ui/global.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,11 @@ input[type='number']::-webkit-outer-spin-button {
2020
.custom-margin-left {
2121
margin-left: 500px;
2222
/* 自定义的左边距 */
23+
}
24+
25+
@font-face {
26+
font-family: 'HarmonyOS Sans SC';
27+
src: url('/fonts/HarmonyOS_Sans_SC_Regular.ttf') format('truetype');
28+
font-weight: 400;
29+
font-style: normal;
2330
}

components/sign-in.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ export default function SignInButton() {
128128
clipRule="evenodd"
129129
/>
130130
</svg>
131-
登录
131+
Login With GitHub
132132
</button>
133133
);
134134
}

images/demo.png

-360 KB
Binary file not shown.

images/main.png

-266 KB
Binary file not shown.

public/images/homepage/Frame.png

766 Bytes
Loading
44.7 KB
Loading
41.4 KB
Loading
690 Bytes
Loading
8.29 KB
Loading

0 commit comments

Comments
 (0)