Merge pull request #3 from experimental-celestial-laboratories/hri7566/xcl-53-change-git-link

Change git link and fix favicon
This commit is contained in:
Hri7566 2023-09-13 23:57:59 -04:00 committed by GitHub
commit c049db6335
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View File

Before

Width:  |  Height:  |  Size: 112 KiB

After

Width:  |  Height:  |  Size: 112 KiB

1
public/favicon.svg Normal file
View File

@ -0,0 +1 @@
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 208.31 242.31"><defs><style>.b{fill:#fff;stroke:#231f20;stroke-miterlimit:10;}</style></defs><polygon class="b" points="83.49 166.54 100.22 196.8 75.37 241.81 42.41 241.81 83.49 166.54"/><polygon class="b" points="75.37 .5 207.46 241.81 174.75 241.81 42.41 .5 75.37 .5"/><polygon class="b" points="33.55 .5 165.89 241.81 133.18 241.81 .84 .5 33.55 .5"/><path class="b" d="M124.81,75.77l-16.97-31.48L132.93,.5h32.96l-41.08,75.27Zm21.16,38.87L207.46,.5h-32.71l-45.51,83.63,16.73,30.51Z"/><polygon class="b" points="79.06 158.18 33.55 241.81 .84 241.81 62.33 127.67 79.06 158.18"/></svg>

After

Width:  |  Height:  |  Size: 682 B

View File

@ -13,7 +13,7 @@ export default function Home() {
<Head> <Head>
<title>XCL</title> <title>XCL</title>
<meta name="description" content="XCL homepage" /> <meta name="description" content="XCL homepage" />
<link rel="icon" href="/favicon.ico" /> <link rel="icon" href="/favicon.svg" />
</Head> </Head>
{/* <main className="flex min-h-screen flex-col items-center justify-center bg-gradient-to-b from-[#993800] to-[#250e00]"> */} {/* <main className="flex min-h-screen flex-col items-center justify-center bg-gradient-to-b from-[#993800] to-[#250e00]"> */}
<main className="bg-[url(/bg.png)] bg-cover bg-center"> <main className="bg-[url(/bg.png)] bg-cover bg-center">
@ -26,8 +26,8 @@ export default function Home() {
<Logo /> <Logo />
<div className="grid grid-cols-1 gap-4 sm:grid-cols-1 md:gap-8"> <div className="grid grid-cols-1 gap-4 sm:grid-cols-1 md:gap-8">
<LinkButton <LinkButton
href="https://github.com/experimental-celestial-laboratories" href="https://git.hri7566.info/xcl"
title="GitHub →" title="Git →"
text="Learn more about XCL." text="Learn more about XCL."
/> />
</div> </div>