Skip to content

Commit cf1d4ab

Browse files
committed
add link to specified pages
1 parent 8099152 commit cf1d4ab

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

src/components/Home.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ function Home(){
8383
</div>
8484
</div>
8585
{/* About us */}
86-
<div className="bg-purple-600">
86+
<div className="bg-purple-600" id="about">
8787
<div className="grid md:grid-cols-2 gap-4 px-12">
8888
<div className="">
8989
<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
125125

126126
</div>
127127
{/* Sponsors */}
128-
<div className=" py-8 bg-purple-400">
128+
<div className=" py-8 bg-purple-400" id="sponsors">
129129
<div className="container">
130130
<p className=" text-center text-2xl font-extrabold text-gray-600">Our Sponsors</p>
131131
<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
275275

276276
{/* Contributors */}
277277

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">
279279
<p className=" text-center text-2xl font-extrabold text-purple-700">Contributors</p>
280280
<center><hr className="w-48"/></center>
281281
<div className="grid grid-cols-2 md:grid-cols-4 gap-4">

src/components/Navbar.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,17 +77,17 @@ return(
7777

7878
<div className={isOpen} ref={ref}>
7979
<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="/">
8181
Home
8282
</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">
8484
About
8585
</a>
8686

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">
8888
Sponsors
8989
</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">
9191
Contributors
9292
</a>
9393
</div>
@@ -100,7 +100,7 @@ return(
100100
</p>
101101
<p className="control">
102102

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">
104104
<strong>Become a sponsor </strong>
105105
</a>
106106

0 commit comments

Comments
 (0)