Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb236314

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 <stuart@Stuarts-MacBook-Pro.local>Co-authored-by: Derek Xu <xuderek2004@gmail.com>
1 parent091eb09 commitb236314

File tree

1 file changed

+19
-5
lines changed

1 file changed

+19
-5
lines changed

‎components/Event/index.tsx‎

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
1-
constEvent=()=>{
2-
return<section></section>;
3-
};
4-
5-
exportdefaultEvent;
1+
constEvent=()=>{
2+
return(
3+
<sectionclassName="py-8 xl:px-24 sm:px-10 px-5"id="events">
4+
<divclassName="text-center my-10">
5+
<pclassName="text-[#3977F8] font-game text-xl">02</p>
6+
<h1className="font-bold text-6xl">EVENTS</h1>
7+
</div>
8+
<divclassName="flex items-center">
9+
<pclassName="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+
<divclassName="bg-blue-500 w-4/5 h-96 ml-80">Placeholder</div>
14+
</div>
15+
</section>
16+
);
17+
};
18+
19+
exportdefaultEvent;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp