Skip to content

Commit

Permalink
Merge branch 'main' into front-end
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaymurugann authored Jan 17, 2023
2 parents b5c11ed + c3bf8c1 commit 4a6bdc2
Showing 1 changed file with 1 addition and 156 deletions.
157 changes: 1 addition & 156 deletions components/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,162 +62,7 @@ export const Footer = () => {
</div>
</div>
</div>
<div className="footer-links padding-top padding-bottom">
<div className="container">
<div className="row g-5 row-cols-1 row-cols-sm-2 row-cols-lg-3 row-cols-xl-5">
<div className="col">
<div className="footer-link-item">
<h5>About</h5>
<ul className="footer-link-list">
<li>
<a href="#" className="footer-link">
Explore
</a>
</li>
<li>
<a href="#" className="footer-link">
How it works
</a>
</li>
<li>
<a href="#" className="footer-link">
Support
</a>
</li>
<li>
<a href="#" className="footer-link">
Become a partner
</a>
</li>
</ul>
</div>
</div>
<div className="col">
<div className="footer-link-item">
<h5>NFT Marketplace</h5>
<ul className="footer-link-list">
<li>
<a href="#" className="footer-link">
Sell your assets
</a>
</li>
<li>
<a href="#" className="footer-link">
FAQ
</a>
</li>
<li>
<a href="#" className="footer-link">
Support
</a>
</li>
<li>
<a href="#" className="footer-link">
Privacy/Policy
</a>
</li>
<li>
<a href="#" className="footer-link">
Your purchases
</a>
</li>
</ul>
</div>
</div>
<div className="col">
<div className="footer-link-item">
<h5>Company</h5>
<ul className="footer-link-list">
<li>
<a href="#" className="footer-link">
About
</a>
</li>
<li>
<a href="#" className="footer-link">
Mission & Team
</a>
</li>
<li>
<a href="#" className="footer-link">
Our Blog
</a>
</li>
<li>
<a href="#" className="footer-link">
Services
</a>
</li>
</ul>
</div>
</div>
<div className="col">
<div className="footer-link-item">
<h5>NFT Marketplace</h5>
<ul className="footer-link-list">
<li>
<a href="#" className="footer-link">
Sell your assets
</a>
</li>
<li>
<a href="#" className="footer-link">
FAQ
</a>
</li>
<li>
<a href="#" className="footer-link">
Support
</a>
</li>
<li>
<a href="#" className="footer-link">
Privacy/Policy
</a>
</li>
<li>
<a href="#" className="footer-link">
Your purchases
</a>
</li>
</ul>
</div>
</div>
<div className="col">
<div className="footer-link-item">
<h5>Comunity</h5>
<ul className="footer-link-list">
<li>
<a href="#" className="footer-link">
NFT Token
</a>
</li>
<li>
<a href="#" className="footer-link">
Discusion
</a>
</li>
<li>
<a href="#" className="footer-link">
Voting
</a>
</li>
<li>
<a href="#" className="footer-link">
Suggest Feature
</a>
</li>
<li>
<a href="#" className="footer-link">
Language
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>

</div>

{/* <Script src="assets/js/jquery-3.6.0.min.js" async></Script>
Expand Down

1 comment on commit 4a6bdc2

@vercel
Copy link

@vercel vercel bot commented on 4a6bdc2 Jan 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.