Skip to content

Commit dcabf68

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

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/components/Home.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ function Home(){
8383
</div>
8484
</div>
8585
{/* About us */}
86-
<div className="bg-purple-600" id="about">
87-
<div className="grid md:grid-cols-2 gap-4 px-12">
86+
<div className="bg-purple-600" id="about" >
87+
<div className="grid md:grid-cols-2 gap-4 px-12" data-aos="zoom-in-down" data-aos-duration="1500">
8888
<div className="">
8989
<img src={bak} className="px-4 w-32 h-32"/>
9090
<p className="px-4 text-gray-200 text-md py-2 prose ">
@@ -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" id="contributos">
278+
<div className="container bg-gray-100 py-8 mt-8 px-3 rounded-lg" id="contributors" data-aos="zoom-in-down" data-aos-duration="1500">
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ return(
8787
<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="#contibutors">
90+
<a className="navbar-item text-md font-bold" href="#contributors">
9191
Contributors
9292
</a>
9393
</div>

0 commit comments

Comments
 (0)