mirror of
https://github.com/Xevion/xevion.dev.git
synced 2025-12-05 23:16:57 -06:00
Update checkin screenshot to current design, redact profile SS info, update to latest ACM-UTSA GH Org, add home SS
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 314 KiB After Width: | Height: | Size: 82 KiB |
BIN
public/portal/home.jpg
Normal file
BIN
public/portal/home.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 266 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 17 KiB |
@@ -28,7 +28,7 @@ export async function getStaticProps() {
|
||||
links: [
|
||||
{
|
||||
icon: "github",
|
||||
location: "https://github.com/UTSA-ACM/Portal",
|
||||
location: "https://github.com/acmutsa/Portal",
|
||||
},
|
||||
{
|
||||
icon: "external",
|
||||
|
||||
@@ -7,6 +7,7 @@ import AppWrapper from "../components/AppWrapper";
|
||||
import type {ReactNode} from "react";
|
||||
|
||||
const images: [string, string | ReactNode][] = [
|
||||
["/portal/home.png", "The home page."],
|
||||
["/portal/events.png", <> A page listing all current events. <br/> Initial data is cached for performance, but
|
||||
becomes
|
||||
dynamic when filtered.</>],
|
||||
@@ -33,7 +34,7 @@ const PortalPage: NextPage = () => {
|
||||
Portal
|
||||
</div>
|
||||
<div className="flex items-center justify-end space-x-1.5">
|
||||
<Link href="https://github.com/UTSA-ACM/Portal" target="_blank">
|
||||
<Link href="https://github.com/acmutsa/Portal" target="_blank">
|
||||
<BsGithub className="w-6 h-6 hover:text-zinc-200"/>
|
||||
</Link>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user