Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I have changed the footer Links and updated the readme. #3

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# Open Store
# [View Demo Video](https://www.youtube.com/watch?v=sHytyvUQB0Q)
# [Deployed Website Link](http://206.189.142.182/)

* In order to buy and sell assets, one must have metamask account.
* You can ask us for free ETH or you will need to pay ETH on the platform in order to have a demo of the items.
* You can still view items **without having ETH**.

# Tagline

Expand Down
67 changes: 13 additions & 54 deletions components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@ export default function Footer() {
</h3>
<ul className="footer-links">
<li>
<a href="shop">Contact Us</a>
<a href="/create">Create NFT</a>
</li>
<li>
<a href="/shop/about/">About Us</a>
<a href="/viewassets">View Your Assets</a>
</li>
<li>
<a href="/shop/tracker">Tracker</a>
<a href="/creator-dashboard">Creator Dashboard</a>
</li>
<li>
<a href="/blog/">Blog</a>
<a href="/about">About Us</a>
</li>
</ul>
</div>
Expand All @@ -54,59 +54,18 @@ export default function Footer() {
TABLE
</a>
</li>
<li>
<a href="https://github.com/rgab1508/OpenStore">
<i className="fa fa-2x fa-github" aria-hidden="true"></i> Github Repository
</a>
</li>
</ul>
<br />
<div className="container">
<div className="row">
<div className="col-sm-3">
<a href="https://github.com/AakashCode12" target="blank">
<i
id="github"
className="fa fa-3x fa-github"
aria-hidden="true"
></i>
</a>
</div>
<div className="col-sm-3">
<a
href="https://www.linkedin.com/in/aakash-yadav-a30627190/"
target="blank"
>
<i
id="linkedin"
className="fa fa-3x fa-linkedin"
aria-hidden="true"
></i>
</a>
</div>
<div className="col-sm-3">
<a
href="https://www.instagram.com/aakash_igram/"
target="blank"
>
<i
id="instagram"
className="fa fa-3x fa-instagram"
aria-hidden="true"
></i>
</a>
</div>
<div className="col-sm-3">
<a href="https://twitter.com/Aakashv0007" target="blank">
<i
id="twitter"
className="fa fa-3x fa-twitter"
aria-hidden="true"
></i>
</a>
</div>
</div>
</div>

</div>
</div>
<br />
<br />
</div>
<br />
<br />
</div>
);
);
}