We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b913aa6 commit 6ef6abeCopy full SHA for 6ef6abe
frontend/src/components/Event/index.tsx
@@ -6,10 +6,17 @@ const Event = () => {
6
<h1 className="font-bold text-6xl">UPCOMING EVENTS</h1>
7
</div>
8
<div className="flex items-center">
9
+ <div className="flex flex-col">
10
<p className="text-center text-3xl">
11
We run a wide-variety of events for fun, learning new skills and careers. For full
12
listings, check out the CSESoc Discord or our Facebook page!
13
</p>
14
+ <a href="events">
15
+ <button className="mt-10 bg-white border text-[#3977F8] border-[#A7A6E5] text-lg rounded-xl w-[100%] xl:h-12 h-10">
16
+ See all events
17
+ </button>
18
+ </a>
19
+ </div>
20
<div className="bg-blue-500 w-4/5 h-96 ml-80">Placeholder</div>
21
22
</section>
0 commit comments