Skip to content

Commit 3fa4d93

Browse files
QuadAcesStuart Cutbushderekxu04
authored
CW2-3 Add events section (#4)
* added events template * removed section * modified events to coordinate with navbar on click --------- Co-authored-by: Stuart Cutbush <[email protected]> Co-authored-by: Derek Xu <[email protected]>
1 parent 1777609 commit 3fa4d93

File tree

1 file changed

+19
-5
lines changed

1 file changed

+19
-5
lines changed

components/Event/index.tsx

+19-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
1-
const Event = () => {
2-
return <section></section>;
3-
};
4-
5-
export default Event;
1+
const Event = () => {
2+
return (
3+
<section className="py-8 xl:px-24 sm:px-10 px-5" id="events">
4+
<div className="text-center my-10">
5+
<p className="text-[#3977F8] font-game text-xl">02</p>
6+
<h1 className="font-bold text-6xl">EVENTS</h1>
7+
</div>
8+
<div className="flex items-center">
9+
<p className="text-center text-3xl">
10+
We run a wide-variety of events for fun, learning new skills and careers. For full
11+
listings, check out the CSESoc Discord or our Facebook page!
12+
</p>
13+
<div className="bg-blue-500 w-4/5 h-96 ml-80">Placeholder</div>
14+
</div>
15+
</section>
16+
);
17+
};
18+
19+
export default Event;

0 commit comments

Comments
 (0)