Skip to content

Commit

Permalink
Remove LFW
Browse files Browse the repository at this point in the history
  • Loading branch information
SSTPIERRE2 committed Sep 28, 2024
1 parent e480b8c commit 17f8c2c
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions packages/web/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import styles from './page.module.css';
import RetroGrid from '@/components/RetroGrid';
import Oasis from '@/components/Oasis';
import FullBleed from '@/components/FullBleed';
import PrimaryLink, { PrimaryNewTabLink } from '@/components/PrimaryLink';
import TextWithBorder from '@/components/TextWithBorder';
import Link from 'next/link';
import PostGalleryContainer from '@/components/PostGalleryContainer';
Expand All @@ -23,14 +22,6 @@ export default function Home() {
a curated collection of programming tips and tricks. Please enjoy,
vote on what you like, and share with your friends and colleagues!
</p>

<h2 className={styles.heading}>Looking for work!</h2>
<p>
<PrimaryLink href="/about">Read more about me here</PrimaryLink> or{' '}
<PrimaryNewTabLink href="/Resume2024.pdf">
view my resume
</PrimaryNewTabLink>
</p>
</div>
<div className={styles.greetingRight}>
<div className={styles.retroSunWrapper}>
Expand Down

0 comments on commit 17f8c2c

Please sign in to comment.