Skip to content

Commit

Permalink
Contact details added in the footer
Browse files Browse the repository at this point in the history
  • Loading branch information
the-code-artist committed Jun 11, 2024
1 parent c029236 commit fb6b6f9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/components/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ const Footer = () => {
<img src="https://foodies-web-app.vercel.app/static/media/logo2.db6bd5028bb56c6572c7.png" alt="" className='h-16 w-48'/>
</div>
<div className='md:w-1/2 md:flex'>
<div className='md:w-1/2'>
<p className='text-gray-200 underline'>Contact</p>
<ul className='text-gray-300 py-4'>
<a href="https://www.linkedin.com/in/vansh-waldeo-81ab31285/"><li className='py-1 cursor-pointer'>Project Admin</li></a>
<a href="https://www.linkedin.com/in/princepal0/"><li className='py-1 cursor-pointer'>Project Mentor</li></a>
</ul>
</div>
<div className='md:w-1/2'>
<p className='text-gray-200 underline'>Company</p>
<ul className='text-gray-300 py-4'>
Expand Down

0 comments on commit fb6b6f9

Please sign in to comment.