Add portal project

This commit is contained in:
Xevion
2022-12-30 17:34:57 -06:00
parent 59f6327118
commit ffe8cbbf46
2 changed files with 19 additions and 1 deletions

BIN
public/portal.jpeg Normal file
View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 147 KiB

View File

@@ -15,6 +15,23 @@ type HomeStaticProps = {
export async function getStaticProps() { export async function getStaticProps() {
const projects: Project[] = [ const projects: Project[] = [
{
title: "Portal",
banner: "/portal.jpeg",
location: "/portal",
longDescription: "An advanced membership & event management system for my university's premier computer science organization.",
shortDescription: "Advanced membership & event management system for students",
links: [
{
icon: "github",
location: "https://github.com/UTSA-ACM/Portal"
},
{
icon: "external",
location: "https://portal.acmutsa.org/"
}
]
},
{ {
title: "Phototag", title: "Phototag",
banner: "/phototag.png", banner: "/phototag.png",
@@ -79,7 +96,8 @@ const Home: NextPage<HomeStaticProps> = ({projects}: HomeStaticProps) => {
<main className="bg-zinc-900 text-zinc-50"> <main className="bg-zinc-900 text-zinc-50">
<div className="flex justify-center items-center bg-zinc-850 h-screen w-screen overflow-hidden"> <div className="flex justify-center items-center bg-zinc-850 h-screen w-screen overflow-hidden">
<div className="top-0 p-3 absolute w-full flex justify-end"> <div className="top-0 p-3 absolute w-full flex justify-end">
<span className="leading-3 bg-yellow-300 rounded-md text-black font-bold font-inter p-2">WIP</span> <span
className="leading-3 bg-yellow-300 rounded-md text-black font-bold font-inter p-2">WIP</span>
</div> </div>
<div className="w-full flex flex-col items-center h-40"> <div className="w-full flex flex-col items-center h-40">