Create Top page

This commit is contained in:
Takeshi Kimata
2024-05-11 11:21:54 +09:00
parent 3fb03256c7
commit 9cd97b5f89
9 changed files with 19 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
This favicon was generated using the following graphics from Twitter Twemoji: This favicon was generated using the following graphics from Twitter Twemoji:
- Graphics Title: 1f9ea.svg - Graphics Title: 2697.svg
- Graphics Author: Copyright 2020 Twitter, Inc and other contributors (https://github.com/twitter/twemoji) - Graphics Author: Copyright 2020 Twitter, Inc and other contributors (https://github.com/twitter/twemoji)
- Graphics Source: https://github.com/twitter/twemoji/blob/master/assets/svg/1f9ea.svg - Graphics Source: https://github.com/twitter/twemoji/blob/master/assets/svg/2697.svg
- Graphics License: CC-BY 4.0 (https://creativecommons.org/licenses/by/4.0/) - Graphics License: CC-BY 4.0 (https://creativecommons.org/licenses/by/4.0/)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 41 KiB

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 597 B

After

Width:  |  Height:  |  Size: 699 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -32,10 +32,10 @@ export default function Header(params: { locale: string }) {
height={32} height={32}
alt="Logo" alt="Logo"
/> />
<p className="font-bold text-inherit">Platest</p> <p className="font-bold text-inherit">TestPlat</p>
</Link> </Link>
</NavbarBrand> </NavbarBrand>
<NavbarItem> <NavbarItem className="hidden sm:block">
<Chip size="sm" variant="flat"> <Chip size="sm" variant="flat">
<Link <Link
className="data-[active=true]:text-primary data-[active=true]:font-medium" className="data-[active=true]:text-primary data-[active=true]:font-medium"
@@ -46,7 +46,7 @@ export default function Header(params: { locale: string }) {
</Link> </Link>
</Chip> </Chip>
</NavbarItem> </NavbarItem>
<NavbarItem> <NavbarItem className="hidden sm:block">
<Link <Link
className="data-[active=true]:text-primary data-[active=true]:font-medium" className="data-[active=true]:text-primary data-[active=true]:font-medium"
href="/projects" href="/projects"

View File

@@ -17,8 +17,20 @@ export default function Home() {
</div> </div>
<div className="w-full md:w-5/12 p-4"> <div className="w-full md:w-5/12 p-4">
<div style={{ position: "relative", textAlign: "center", padding: "1rem" }}> <div
<span style={{ fontSize: "10rem", position: "relative", zIndex: 1 }}> style={{
position: "relative",
textAlign: "center",
}}
>
<span
style={{
fontSize: "10rem",
position: "relative",
zIndex: 1,
marginLeft: "2.5rem",
}}
>
</span> </span>
<div <div