@@ -9,31 +9,48 @@ export default function AboutHomePage() {
9
9
< div className = "flex justify-center items-center" >
10
10
< div className = "lg:grid grid-cols-6 flex-1 max-w-[90rem]" >
11
11
{ /* LEFT SIDE */ }
12
+ { /* NOTE: there is slightly altered from about/index.tsx */ }
12
13
< div className = "col-span-2 md:mx-5" >
13
14
< div className = "flex items-center justify-center" >
14
15
< Image src = "/assets/csesoc_icon.svg" alt = "CSESoc Icon" width = { 150 } height = { 150 } />
15
16
</ div >
16
- < h2 className = "text-3xl font-extrabold" > CSESoc</ h2 >
17
- < button className = "bg-[#444F6F] w-full my-5 py-2 rounded hover-animate" > Follow</ button >
17
+ < h2 className = "mt-4 text-3xl font-extrabold" > CSESoc</ h2 >
18
+ < p className = "text-[#727B8C] font-medium" > unsw-computer-science-engineering-society</ p >
19
+ < div className = "my-4 flex gap-5" >
20
+ < Image src = "/assets/people_icon.svg" alt = "People" width = { 20 } height = { 20 } />
21
+ < div >
22
+ 16k < span className = "text-[#727B8C]" > members</ span > · 146{ ' ' }
23
+ < span className = "text-[#727B8C]" > internal members</ span >
24
+ </ div >
25
+ </ div >
26
+ < div className = "my-4 flex gap-5" >
27
+ < Image src = "/assets/location_icon.svg" alt = "Location" width = { 20 } height = { 20 } />
28
+ Sydney, Australia
29
+ </ div >
30
+ < div className = "flex gap-5" >
31
+ < Image src = "/assets/mail_icon.svg" alt = "Mail" width = { 20 } height = { 20 } />
32
+ < a href = "mailto:[email protected] " className = "hover:underline" > [email protected] </ a >
33
+ </ div >
18
34
</ div >
19
35
{ /* RIGHT SIDE */ }
20
36
< div className = "col-span-4 lg:mt-0 mt-10" >
21
- < div className = "rounded border border-[#595F6D] p-5 h-auto" >
22
- < p className = "text-xs" >
23
- csesoc/README< span className = "text-[#7A8192]" > .md</ span >
24
- </ p >
25
- < p className = "mt-5" >
26
- CSESoc is one of the biggest and most active societies at UNSW, catering to over 3500 CSE
27
- students spanning across degrees in Computer Science, Software Engineering,
28
- Bioinformatics and Computer Engineering.
29
- < br /> < br />
30
- We are here to fulfil the social, personal and
31
- professional needs of CSE students, and promote computing through a variety of forms.
32
- < br /> < br />
33
- Learn more < a href = "/about" className = "text-[#3977F9]" > about us!</ a >
34
- </ p >
35
-
36
- </ div >
37
+ < p className = "text-2xl" >
38
+ We are one of the largest and most active societies at UNSW, and { " " }
39
+ < span className = "font-bold text-[#3977F8]" > the largest computing society in the southern hemisphere</ span > .
40
+ < br /> < br />
41
+ CSESoc comprises { " " }
42
+ < span className = "font-bold text-[#3977F8]" > over 16k members</ span >
43
+ { " " } spanning across various degrees including Computer Science,
44
+ Software Engineering, Bioinformatics and Computer Engineering.
45
+ < br /> < br />
46
+ We are here to fulfil the social, personal and professional needs of CSE students,
47
+ and promote computing through a variety of forms.
48
+ </ p >
49
+ < a href = "about" >
50
+ < button className = "mt-16 bg-white border text-[#3977F8] border-[#A7A6E5] text-lg rounded-xl w-[60%] xl:h-12 h-10 hover-animate mx-auto block" >
51
+ Find out more
52
+ </ button >
53
+ </ a >
37
54
</ div >
38
55
</ div >
39
56
</ div >
0 commit comments