File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ function Home(){
83
83
</ div >
84
84
</ div >
85
85
{ /* About us */ }
86
- < div className = "bg-purple-600" >
86
+ < div className = "bg-purple-600" id = "about" >
87
87
< div className = "grid md:grid-cols-2 gap-4 px-12" >
88
88
< div className = "" >
89
89
< img src = { bak } className = "px-4 w-32 h-32" />
@@ -125,7 +125,7 @@ When you sponsor me, you allow me the mental space to do my work to the best of
125
125
126
126
</ div >
127
127
{ /* Sponsors */ }
128
- < div className = " py-8 bg-purple-400" >
128
+ < div className = " py-8 bg-purple-400" id = "sponsors" >
129
129
< div className = "container" >
130
130
< p className = " text-center text-2xl font-extrabold text-gray-600" > Our Sponsors</ p >
131
131
< center > < hr className = "w-48" /> </ center >
@@ -275,7 +275,7 @@ When you sponsor me, you allow me the mental space to do my work to the best of
275
275
276
276
{ /* Contributors */ }
277
277
278
- < div className = "container bg-gray-100 py-4 px-3 rounded-lg" >
278
+ < div className = "container bg-gray-100 py-4 px-3 rounded-lg" id = "contributos" >
279
279
< p className = " text-center text-2xl font-extrabold text-purple-700" > Contributors</ p >
280
280
< center > < hr className = "w-48" /> </ center >
281
281
< div className = "grid grid-cols-2 md:grid-cols-4 gap-4" >
Original file line number Diff line number Diff line change @@ -77,17 +77,17 @@ return(
77
77
78
78
< div className = { isOpen } ref = { ref } >
79
79
< div className = "navbar-start" >
80
- < a className = "navbar-item text-gray-600 text-md font-bold " href = "https://bulma.io /" >
80
+ < a className = "navbar-item text-gray-600 text-md font-bold " href = "/" >
81
81
Home
82
82
</ a >
83
- < a className = "navbar-item text-gray-600 text-md font-bold " href = "https://bulma.io/ " >
83
+ < a className = "navbar-item text-gray-600 text-md font-bold " href = "#about " >
84
84
About
85
85
</ a >
86
86
87
- < a className = "navbar-item text-gray-600 text-md font-bold" href = "https://bulma.io/ " >
87
+ < a className = "navbar-item text-gray-600 text-md font-bold" href = "#sponsors " >
88
88
Sponsors
89
89
</ a >
90
- < a className = "navbar-item text-md font-bold" href = "https://bulma.io/ " >
90
+ < a className = "navbar-item text-md font-bold" href = "#contibutors " >
91
91
Contributors
92
92
</ a >
93
93
</ div >
@@ -100,7 +100,7 @@ return(
100
100
</ p >
101
101
< p className = "control" >
102
102
103
- < a className = "bg-purple-900 px-4 text-gray-100 font-bold md:w-32 py-2 rounded-full shadow-lg" >
103
+ < a href = "https://www.mutualaid.fund" className = "bg-purple-900 px-4 text-gray-100 font-bold md:w-32 py-2 rounded-full shadow-lg" >
104
104
< strong > Become a sponsor </ strong >
105
105
</ a >
106
106
You can’t perform that action at this time.
0 commit comments