We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1777609 commit 3fa4d93Copy full SHA for 3fa4d93
components/Event/index.tsx
@@ -1,5 +1,19 @@
1
-const Event = () => {
2
- return <section></section>;
3
-};
4
-
5
-export default Event;
+const Event = () => {
+ return (
+ <section className="py-8 xl:px-24 sm:px-10 px-5" id="events">
+ <div className="text-center my-10">
+ <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
15
+ </section>
16
+ );
17
+};
18
+
19
+export default Event;
0 commit comments