mirror of
https://github.com/Xevion/xevion.dev.git
synced 2025-12-06 03:17:08 -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: [
|
links: [
|
||||||
{
|
{
|
||||||
icon: "github",
|
icon: "github",
|
||||||
location: "https://github.com/UTSA-ACM/Portal",
|
location: "https://github.com/acmutsa/Portal",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: "external",
|
icon: "external",
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user