Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 12 additions & 3 deletions src/app/contact/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const links = [
},
{
title: 'Email',
href: '[email protected]',
href: 'mailto:[email protected]',
},
];

Expand All @@ -47,13 +47,22 @@ export default function Contact() {
<h3 className="text-xl">
Instagram is the best place to stay up to date with our latest updates and events.
</h3>
<Link href="https://www.instagram.com/utdfiji/" className="text-2xl font-bold underline">
<Link
href="https://www.instagram.com/utdfiji/"
target="_blank"
className="text-2xl font-bold underline"
>
Instagram
</Link>
<div className="flex flex-col gap-4 items-center">
<h4 className="text-xl">You can also find us here:</h4>
{links.map((link) => (
<Link key={link.title} href={link.href} className="text-lg font-bold underline">
<Link
key={link.title}
href={link.href}
target="_blank"
className="text-lg font-bold underline"
>
{link.title}
</Link>
))}
Expand Down
93 changes: 93 additions & 0 deletions src/app/parents/page.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@
import type { Metadata } from 'next';
import Link from 'next/link';
import React from 'react';

import PigDinner from '@/../public/headers/pig-dinner.jpg';
import Page from '@/components/Page';
import Section from '@/components/Section';

export const metadata: Metadata = {
title: 'Parents & Guardians',
description: 'Parents & Guardians Page for the UT Dallas chapter of Phi Gamma Delta (FIJI).',
openGraph: {
title: 'Parents & Guardians',
description: 'Parents & Guardians Page for the UT Dallas chapter of Phi Gamma Delta (FIJI).',
url: '/parents',
},
alternates: {
canonical: '/parents',
},
};

export default function Recruitment() {
return (
<Page
header={{
title: 'Parents & Guardians',
image: PigDinner,
alt: '',
}}
>
<Section className="flex flex-col gap-4">
<p>
Whether your son is already a brother or is considering becoming one, we welcome the
opportunity to inform you about our fraternity and answer any questions you might have.
</p>
<p>
Phi Gamma Delta is a social fraternity, which means we are not exclusive to any one major
or career. Instead, we aim to unite our members in enduring friendships, stimulate the
pursuit of knowledge, and build courageous leaders who serve the world with the best that
is in them.
</p>
<p>
Phi Gamma Delta is a registered student organization under the UT Dallas{' '}
<Link href="https://gogreek.utdallas.edu/" className="underline">
Fraternity and Sorority Life
</Link>{' '}
(FSL) office and is one of 9 members of the{' '}
<Link href="https://gogreek.utdallas.edu/councils/ifc/" className="underline">
Interfraternity Council
</Link>{' '}
(IFC) at UT Dallas. FSL and IFC serve as the governing bodies for our fraternity as well
as the other IFC fraternities, providing representation, community building, and
accountability.
</p>
<p>
Phi Gamma Delta is committed to the prevention of hazing. We follow a new model to Build
Courageous Leaders in which new brothers are initiated within 4 days of accepting an
invitation to join and are henceforth brothers in every aspect. Built to Lead programming
and a multilevel member development experience begin on the first day of affiliation and
extend throughout the undergraduate experience. The program helps brothers build and
strengthen the skills necessary to lead with courage. More information is available on our
national website. Please see{' '}
<Link href="https://phigam.org/undergraduates/hazing-prevention/" className="underline">
Hazing Prevention & Elimination
</Link>{' '}
and{' '}
<Link href="https://gogreek.utdallas.edu/councils/ifc/" className="underline">
Our New Model: Built to Lead
</Link>
.
</p>
<p>
UT Dallas is not like what you may see on TV. We are a commuter school where a large
portion of students go home immediately after class. Finding a community for many means
joining Greek life, and for those select few, that means Phi Gamma Delta.
</p>
</Section>
<Section className="flex flex-col gap-4 items-center">
<h3 className="text-xl">
Please reach out via{' '}
<Link href="mailto:[email protected]" className="font-bold underline">
Email
</Link>{' '}
or on{' '}
<Link href="https://www.instagram.com/utdfiji/" className="font-bold underline">
Instagram
</Link>{' '}
with any questions or concerns.
</h3>
</Section>
</Page>
);
}
8 changes: 6 additions & 2 deletions src/app/philanthropy/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default function Philanthropy() {
day-long event where FIJI brings a car onto the UT Dallas campus and hundreds of passerby
are allowed to smash, bash, and destroy the car with anything from a sledge hammer to a
crowbar. Car Bash raises money in support of the{' '}
<Link href="https://www.redcross.org/" className="font-bold underline">
<Link href="https://www.redcross.org/" target="_blank" className="font-bold underline">
American Red Cross
</Link>{' '}
who provide emergency assistance, disaster relief, and disaster preparedness education in
Expand All @@ -65,7 +65,11 @@ export default function Philanthropy() {
<Section className="flex flex-col gap-4 items-center">
<h3 className="text-xl">
Look out for the next Car Bash on our{' '}
<Link href="https://www.instagram.com/utdfiji/" className="font-bold underline">
<Link
href="https://www.instagram.com/utdfiji/"
target="_blank"
className="font-bold underline"
>
Instagram
</Link>
.
Expand Down
8 changes: 6 additions & 2 deletions src/app/recruitment/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export default function Recruitment() {
<Section className="flex flex-col gap-4 items-center">
<h3 className="text-xl">
Our{' '}
<Link href="http://bit.ly/rushutdfiji" className="font-bold underline">
<Link href="http://bit.ly/rushutdfiji" target="_blank" className="font-bold underline">
Rush Form
</Link>{' '}
is the best way for us to stay in contact with you at the starts of semesters.
Expand All @@ -60,7 +60,11 @@ export default function Recruitment() {
<Section className="flex flex-col gap-4 items-center">
<h3>
For up to date information, please visit our{' '}
<Link href="https://www.instagram.com/utdfiji/" className="font-bold underline">
<Link
href="https://www.instagram.com/utdfiji/"
target="_blank"
className="font-bold underline"
>
Instagram.
</Link>
</h3>
Expand Down
4 changes: 4 additions & 0 deletions src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ const groups = [
title: 'Philanthropy',
href: '/philanthropy',
},
{
title: 'Parents',
href: '/parents',
},
{
title: 'Contact',
href: '/contact',
Expand Down
4 changes: 4 additions & 0 deletions src/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ const links = [
title: 'Graduate Site',
href: 'https://fiji-tau-delta-chapter.square.site/',
},
{
title: 'Parents',
href: '/parents',
},
{
title: 'Contact',
href: '/contact',
Expand Down