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

added whatsapp link and banner #94

Merged
merged 1 commit into from
Oct 15, 2024
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
6 changes: 3 additions & 3 deletions app/(default)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ export default function Home() {
className="rounded-3xl mt-20"
/> */}
<Image
src={"/images/pbctf.png"}
alt="pbctf"
src={"/images/recruitment.png"}
alt="recruitment-poster"
height={400}
width={1100}
className="rounded-3xl mt-20"
/>
<div className="flex md:flex-row flex-col justify-center items-center py-10 px-5">
<a href="/pbctf">
<a href="/recruitment">
<button className="btn-sm px-5 py-3 text-xl font-bold text-white bg-green-600 mx-3 rounded-xl mt-10">
Register Now
</button>
Expand Down
Binary file added public/images/recruitment.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading