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

update menu: resources #398

Merged
merged 1 commit into from
Jul 17, 2024
Merged
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
62 changes: 45 additions & 17 deletions src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,20 @@ export const Footer = () => {
<img src={TaoIcon} /> Powered by Bittensor
</div>
<p>
τaostats is a Block Explorer and Analytics Platform for
Bittensor, a decentralized machine learning network.
τaostats is a Block Explorer and Analytics
Platform for Bittensor, a decentralized machine
learning network.
</p>
<p>This site is not affiliated with the Opentensor Foundation.</p>
<p>
The content of this website is provided for information purposes
only.
This site is not affiliated with the Opentensor
Foundation.
</p>
<p>
The content of this website is provided for
information purposes only.
<br />
No claim is made as to the accuracy or currency of the content
on this site at any time.
No claim is made as to the accuracy or currency
of the content on this site at any time.
</p>
<p>
τaosτaτs is created and maintained by{" "}
Expand All @@ -31,8 +35,8 @@ export const Footer = () => {
>
mogmachine
</a>
. We hope you found it helpful, if you have any suggestions or
issues please contact us at{" "}
. We hope you found it helpful, if you have any
suggestions or issues please contact us at{" "}
<a href="mailto:[email protected]">
[email protected]
</a>
Expand All @@ -44,7 +48,9 @@ export const Footer = () => {
<h5>Apps</h5>
<ul>
<li>
<a href="https://app.corcel.io/chat">Corcel Chat</a>
<a href="https://app.corcel.io/chat">
Corcel Chat
</a>
</li>
<li>
<a href="https://app.corcel.io/image-studio">
Expand All @@ -58,7 +64,9 @@ export const Footer = () => {
<a href="https://corcel.io/">Corcel</a>
</li>
<li>
<a href="https://taostats.io/api/">Taostats API</a>
<a href="https://taostats.io/api/">
Taostats API
</a>
</li>
</ul>
</div>
Expand All @@ -78,10 +86,14 @@ export const Footer = () => {
<a href="/tokenomics/">Tokenomics</a>
</li>
<li>
<a href="https://nx.taostats.io/">Nakamoto</a>
<a href="https://nx.taostats.io/">
Nakamoto
</a>
</li>
<li>
<a href="https://kx.taostats.io/">Kusanagi</a>
<a href="https://kx.taostats.io/">
Kusanagi
</a>
</li>
</ul>
</div>
Expand All @@ -94,16 +106,31 @@ export const Footer = () => {
</a>
</li>
<li>
<a href="/staking">Delegation/Staking</a>
<a href="/staking">
Delegation/Staking
</a>
</li>
</ul>
<h5>Resources</h5>
<ul>
<li className="">
<a href="https://taostats.io/links/">Links</a>
<a href="https://taostats.io/links/">
Links
</a>
</li>
<li className="">
<a href="https://taostats.io/media/">
Media
</a>
</li>
<li className="">
<a href="https://taostats.io/media/">Media</a>
<a
href="https://keycheck.taostats.io/"
target="_blank"
rel="noreferrer"
>
Keycheck
</a>
</li>
</ul>
</div>
Expand All @@ -114,7 +141,8 @@ export const Footer = () => {
<p>Taostats © 2024.</p>
</div>
<p>
Taostats is funded by public delegation. Support us by delegating{" "}
Taostats is funded by public delegation. Support us
by delegating{" "}
<a
href="https://delegate.taostats.io/staking?hkey=5Hddm3iBFD2GLT5ik7LZnT3XJUnRnN8PoeCFgGQgawUVKNm8"
style={{ color: "#14dec2" }}
Expand Down
Loading