|
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; |