File tree 2 files changed +37
-13
lines changed
2 files changed +37
-13
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ export default function Hamburger() {
10
10
onClick = { ( ) => {
11
11
toggleOpen ( ) ;
12
12
} }
13
- className = "focus:outline-none"
13
+ // className="focus:outline-none w-20 h-20 "
14
14
>
15
15
< svg
16
- className = "w-6 h-6 "
16
+ className = "w-10 h-10 "
17
17
fill = "none"
18
18
stroke = "currentColor"
19
19
viewBox = "0 0 24 24"
@@ -34,20 +34,19 @@ export default function Hamburger() {
34
34
exit = { { opacity : 0 , y : - 10 } }
35
35
transition = { { duration : 0.2 } }
36
36
className = "absolute top-16 right-0 bg-[#3977F9] p-4 shadow-lg w-40 rounded-2xl"
37
- style = { { height : '85vh' } }
38
37
>
39
38
< ul >
40
- < li className = "py-2" >
41
- < Link href = { '# about' } > About Us</ Link >
39
+ < li className = "py-2 text-lg " >
40
+ < Link href = { './ about' } > About Us</ Link >
42
41
</ li >
43
- < li className = "py-2" >
44
- < Link href = { '# events' } > Events</ Link >
42
+ < li className = "py-2 text-lg " >
43
+ < Link href = { './ events' } > Events</ Link >
45
44
</ li >
46
- < li className = "py-2" >
47
- < Link href = { '/resources' } > Resources</ Link >
45
+ < li className = "py-2 text-lg " >
46
+ < Link href = { '. /resources' } > Resources</ Link >
48
47
</ li >
49
- < li className = "py-2" >
50
- < Link href = { '# sponsors' } > Sponsors</ Link >
48
+ < li className = "py-2 text-lg " >
49
+ < Link href = { './ sponsors' } > Sponsors</ Link >
51
50
</ li >
52
51
</ ul >
53
52
</ motion . div >
Original file line number Diff line number Diff line change 1
1
import Link from 'next/link' ;
2
2
import React from 'react' ;
3
- import Footer from '../Footer' ;
4
3
5
4
const Sponsors = ( ) => {
6
5
const firstRowBoxesStyling =
@@ -50,7 +49,33 @@ const Sponsors = () => {
50
49
</ div >
51
50
</ div >
52
51
</ div >
53
- < Footer />
52
+ < div className = "sm:flex justify-between" >
53
+ < div className = "flex items-center" >
54
+ < img src = "assets/csesoc_logo_white.svg" alt = "CSESoc Logo" />
55
+ < Link href = "/flag/ollie_is_hiding.png" target = "_blank" className = "sm:hidden block" >
56
+ < img
57
+ src = "/flag/ollie_is_hiding.png"
58
+ alt = "Ollie"
59
+ draggable = "false"
60
+ width = { 60 }
61
+ height = { 60 }
62
+ className = "ml-10"
63
+ />
64
+ </ Link >
65
+ < img
66
+ src = "/flag/ollie_is_hiding.png"
67
+ alt = "Ollie"
68
+ draggable = "false"
69
+ width = { 60 }
70
+ height = { 60 }
71
+ className = "ml-10 sm:block hidden"
72
+ />
73
+ </ div >
74
+ < div className = "flex flex-col max-w-[14rem] sm:mt-0 mt-10 font-light" >
75
+ < p className = "mb-6" > B03 CSE Building K17, UNSW
[email protected] </ p >
76
+ < p > © 2021 — CSESoc UNSW</ p >
77
+ </ div >
78
+ </ div >
54
79
< img
55
80
src = "assets/sponsors_backdrop.svg"
56
81
alt = "Sponsors backdrop"
You can’t perform that action at this time.
0 commit comments