-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fe76ac5
commit 104553e
Showing
4 changed files
with
58 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
import React from 'react' | ||
|
||
export default function Footer() { | ||
return ( | ||
<div className='bg-zinc-900 text-[#f0f0f0] h-80'> | ||
<div className='container mx-auto py-24 text-center grid grid-cols-3'> | ||
<ul> | ||
<li> | ||
<h3 className='hover:font-semibold hover:cursor-pointer'>Home</h3> | ||
<h3 className='hover:font-semibold hover:cursor-pointer'> | ||
Projects | ||
</h3> | ||
<h3 className='hover:font-semibold hover:cursor-pointer'>Skills</h3> | ||
<h3 className='hover:font-semibold hover:cursor-pointer'>About</h3> | ||
</li> | ||
</ul> | ||
<ul> | ||
<li> | ||
<h3 className='hover:font-semibold hover:cursor-pointer'>Home</h3> | ||
<h3 className='hover:font-semibold hover:cursor-pointer'> | ||
Projects | ||
</h3> | ||
<h3 className='hover:font-semibold hover:cursor-pointer'>Skills</h3> | ||
<h3 className='hover:font-semibold hover:cursor-pointer'>About</h3> | ||
</li> | ||
</ul> | ||
<ul> | ||
<li> | ||
<h3 className='hover:font-semibold hover:cursor-pointer'>Home</h3> | ||
<h3 className='hover:font-semibold hover:cursor-pointer'> | ||
Projects | ||
</h3> | ||
<h3 className='hover:font-semibold hover:cursor-pointer'>Skills</h3> | ||
<h3 className='hover:font-semibold hover:cursor-pointer'>About</h3> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters