Create Top page
@@ -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/)
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 41 KiB After Width: | Height: | Size: 38 KiB |
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 597 B After Width: | Height: | Size: 699 B |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
@@ -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"
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||