Create Top page
@@ -1,6 +1,6 @@
|
||||
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 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/)
|
||||
|
||||
|
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}
|
||||
alt="Logo"
|
||||
/>
|
||||
<p className="font-bold text-inherit">Platest</p>
|
||||
<p className="font-bold text-inherit">TestPlat</p>
|
||||
</Link>
|
||||
</NavbarBrand>
|
||||
<NavbarItem>
|
||||
<NavbarItem className="hidden sm:block">
|
||||
<Chip size="sm" variant="flat">
|
||||
<Link
|
||||
className="data-[active=true]:text-primary data-[active=true]:font-medium"
|
||||
@@ -46,7 +46,7 @@ export default function Header(params: { locale: string }) {
|
||||
</Link>
|
||||
</Chip>
|
||||
</NavbarItem>
|
||||
<NavbarItem>
|
||||
<NavbarItem className="hidden sm:block">
|
||||
<Link
|
||||
className="data-[active=true]:text-primary data-[active=true]:font-medium"
|
||||
href="/projects"
|
||||
|
||||
@@ -17,8 +17,20 @@ export default function Home() {
|
||||
</div>
|
||||
|
||||
<div className="w-full md:w-5/12 p-4">
|
||||
<div style={{ position: "relative", textAlign: "center", padding: "1rem" }}>
|
||||
<span style={{ fontSize: "10rem", position: "relative", zIndex: 1 }}>
|
||||
<div
|
||||
style={{
|
||||
position: "relative",
|
||||
textAlign: "center",
|
||||
}}
|
||||
>
|
||||
<span
|
||||
style={{
|
||||
fontSize: "10rem",
|
||||
position: "relative",
|
||||
zIndex: 1,
|
||||
marginLeft: "2.5rem",
|
||||
}}
|
||||
>
|
||||
⚗️
|
||||
</span>
|
||||
<div
|
||||
|
||||