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:
2023-05-13 11:20:03 -05:00
parent 300f44fc34
commit 5ab342354e
5 changed files with 3 additions and 2 deletions

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 314 KiB

After

Width:  |  Height:  |  Size: 82 KiB

BIN
public/portal/home.jpg Normal file
View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 266 KiB

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 17 KiB

View File

@@ -28,7 +28,7 @@ export async function getStaticProps() {
links: [ links: [
{ {
icon: "github", icon: "github",
location: "https://github.com/UTSA-ACM/Portal", location: "https://github.com/acmutsa/Portal",
}, },
{ {
icon: "external", icon: "external",

View File

@@ -7,6 +7,7 @@ import AppWrapper from "../components/AppWrapper";
import type {ReactNode} from "react"; import type {ReactNode} from "react";
const images: [string, string | ReactNode][] = [ 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 ["/portal/events.png", <> A page listing all current events. <br/> Initial data is cached for performance, but
becomes becomes
dynamic when filtered.</>], dynamic when filtered.</>],
@@ -33,7 +34,7 @@ const PortalPage: NextPage = () => {
Portal Portal
</div> </div>
<div className="flex items-center justify-end space-x-1.5"> <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"/> <BsGithub className="w-6 h-6 hover:text-zinc-200"/>
</Link> </Link>
</div> </div>