Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixing referrals #75

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Prev Previous commit
updated applypage
parth-agrawal committed Aug 23, 2024
commit 66475d5114e4de0ff24067d9381f2487651cd363
5 changes: 4 additions & 1 deletion frontend/src/components/pages/ApplyPage.tsx
Original file line number Diff line number Diff line change
@@ -15,12 +15,15 @@ const ApplyPage = () => {
<div className="bg-white p-8 flex flex-col items-center ">

<div className="flex flex-col w-full sm:w-2/3">
<img className="max-w-48" src="https://v5.airtableusercontent.com/v3/u/32/32/1723759200000/hS4ZdhoEGQcs7ALP2aty4Q/v_F7yQFCxrPCDXvmmpxmIKC39vdQXfvniaAwako2GCS_odWe6oE42BGRgXamPYCvkwH4IEmmwxuiGppq70K61s0F7kOcRcF9CajKL7gM7B_dkDrAW6T-mTasct1MgK44gabK-wtchm0XYPs8-cQVXE60gbXOw1JppzvzfxT5sNA/PI75vpGnyM2DZ4AqVZ043uxP5pbMPaRWFF2Y7jszVu8" />
<img className="max-w-48" src="https://i.pinimg.com/originals/f7/1b/4f/f71b4ffaeb2ee9832e3f9c9ff5a0a84d.png" />
<h1 className="text-2xl mt-10 font-medium">Join DirectoryNY
</h1>
<p>
DirectoryNY is an invite-only housing network built on top of Twitter to help people in the tech industry find sublets, 1-yr rentals, coliving communities, and housemates.
</p>
<p className="font-bold">
The fastest way to get onto our platform is a referral link from a friend!
</p>
</div>
</div>
{/* form */}