forked from steakwallet/airdrops
-
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
Alex Harley
committed
Nov 16, 2021
1 parent
4b1b651
commit 7a283e7
Showing
7 changed files
with
155 additions
and
118 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 |
---|---|---|
@@ -1,34 +1,5 @@ | ||
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app). | ||
# Web3 Airdrops | ||
|
||
## Getting Started | ||
Interested in the latest airdrops happening throughout the metaverse? Did you miss $ENS or $OSMO and want to be alerted to the next airdrop? | ||
|
||
First, run the development server: | ||
|
||
```bash | ||
npm run dev | ||
# or | ||
yarn dev | ||
``` | ||
|
||
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result. | ||
|
||
You can start editing the page by modifying `pages/index.tsx`. The page auto-updates as you edit the file. | ||
|
||
[API routes](https://nextjs.org/docs/api-routes/introduction) can be accessed on [http://localhost:3000/api/hello](http://localhost:3000/api/hello). This endpoint can be edited in `pages/api/hello.ts`. | ||
|
||
The `pages/api` directory is mapped to `/api/*`. Files in this directory are treated as [API routes](https://nextjs.org/docs/api-routes/introduction) instead of React pages. | ||
|
||
## Learn More | ||
|
||
To learn more about Next.js, take a look at the following resources: | ||
|
||
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API. | ||
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial. | ||
|
||
You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome! | ||
|
||
## Deploy on Vercel | ||
|
||
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js. | ||
|
||
Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details. | ||
Steakwallet's crowd sourced airdrop aggregator is for you! |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,75 @@ | ||
import React from "react"; | ||
|
||
export const Footer = () => { | ||
return <footer></footer>; | ||
const navigation = { | ||
main: [ | ||
{ name: "About Steakwallet", href: "https://steakwallet.fi" }, | ||
{ name: "Blog", href: "https://blog.steakwallet.fi" }, | ||
{ | ||
name: "Jobs", | ||
href: "https://steakwallet.notion.site/steakwallet/Careers-at-Steakwallet-935e872dbf0d433598f78f9e59443193", | ||
}, | ||
], | ||
social: [ | ||
{ | ||
name: "Twitter", | ||
href: "https://twitter.com/steakwallet", | ||
icon: (props) => ( | ||
<svg fill="currentColor" viewBox="0 0 24 24" {...props}> | ||
<path d="M8.29 20.251c7.547 0 11.675-6.253 11.675-11.675 0-.178 0-.355-.012-.53A8.348 8.348 0 0022 5.92a8.19 8.19 0 01-2.357.646 4.118 4.118 0 001.804-2.27 8.224 8.224 0 01-2.605.996 4.107 4.107 0 00-6.993 3.743 11.65 11.65 0 01-8.457-4.287 4.106 4.106 0 001.27 5.477A4.072 4.072 0 012.8 9.713v.052a4.105 4.105 0 003.292 4.022 4.095 4.095 0 01-1.853.07 4.108 4.108 0 003.834 2.85A8.233 8.233 0 012 18.407a11.616 11.616 0 006.29 1.84" /> | ||
</svg> | ||
), | ||
}, | ||
{ | ||
name: "GitHub", | ||
href: "https://github.com/steakwallet", | ||
icon: (props) => ( | ||
<svg fill="currentColor" viewBox="0 0 24 24" {...props}> | ||
<path | ||
fillRule="evenodd" | ||
d="M12 2C6.477 2 2 6.484 2 12.017c0 4.425 2.865 8.18 6.839 9.504.5.092.682-.217.682-.483 0-.237-.008-.868-.013-1.703-2.782.605-3.369-1.343-3.369-1.343-.454-1.158-1.11-1.466-1.11-1.466-.908-.62.069-.608.069-.608 1.003.07 1.531 1.032 1.531 1.032.892 1.53 2.341 1.088 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.113-4.555-4.951 0-1.093.39-1.988 1.029-2.688-.103-.253-.446-1.272.098-2.65 0 0 .84-.27 2.75 1.026A9.564 9.564 0 0112 6.844c.85.004 1.705.115 2.504.337 1.909-1.296 2.747-1.027 2.747-1.027.546 1.379.202 2.398.1 2.651.64.7 1.028 1.595 1.028 2.688 0 3.848-2.339 4.695-4.566 4.943.359.309.678.92.678 1.855 0 1.338-.012 2.419-.012 2.747 0 .268.18.58.688.482A10.019 10.019 0 0022 12.017C22 6.484 17.522 2 12 2z" | ||
clipRule="evenodd" | ||
/> | ||
</svg> | ||
), | ||
}, | ||
], | ||
}; | ||
|
||
export function Footer() { | ||
return ( | ||
<footer className="bg-white"> | ||
<div className="max-w-7xl mx-auto py-12 px-4 overflow-hidden sm:px-6 lg:px-8"> | ||
<nav | ||
className="-mx-5 -my-2 flex flex-wrap justify-center" | ||
aria-label="Footer" | ||
> | ||
{navigation.main.map((item) => ( | ||
<div key={item.name} className="px-5 py-2"> | ||
<a | ||
href={item.href} | ||
className="text-base text-gray-500 hover:text-gray-900" | ||
> | ||
{item.name} | ||
</a> | ||
</div> | ||
))} | ||
</nav> | ||
<div className="mt-8 flex justify-center space-x-6"> | ||
{navigation.social.map((item) => ( | ||
<a | ||
key={item.name} | ||
href={item.href} | ||
className="text-gray-400 hover:text-gray-500" | ||
> | ||
<span className="sr-only">{item.name}</span> | ||
<item.icon className="h-6 w-6" aria-hidden="true" /> | ||
</a> | ||
))} | ||
</div> | ||
<p className="mt-8 text-center text-base text-gray-400"> | ||
© 2021 Steakwallet LLC. All rights reserved. | ||
</p> | ||
</div> | ||
</footer> | ||
); | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,74 +1,86 @@ | ||
[ | ||
{ | ||
"network": "osmosis", | ||
"token": "OSMO", | ||
"name": "Osmosis", | ||
"symbol": "OSMO", | ||
"homeLink": "https://osmosis.zone", | ||
"startDate": "01-01-2021", | ||
"endDate": "01-01-2022" | ||
}, | ||
{ | ||
"network": "ethereum", | ||
"token": "ENS", | ||
"name": "Ethereum Name Service", | ||
"symbol": "ENS", | ||
"homeLink": "https://ens.domains", | ||
"claimLink": "https://claim.ens.domains", | ||
"startDate": "08-11-2021", | ||
"endDate": "01-05-2022" | ||
}, | ||
{ | ||
"network": "solana", | ||
"token": "SUNNY", | ||
"name": "Sunny", | ||
"symbol": "SUNNY", | ||
"homeLink": "https://sunny.ag", | ||
"startDate": "08-01-2022", | ||
"endDate": "01-02-2022" | ||
}, | ||
{ | ||
"network": "juno", | ||
"token": "JUNO", | ||
"name": "Juno", | ||
"symbol": "JUNO", | ||
"homeLink": "https://junochain.com/", | ||
"startDate": "01-10-2021" | ||
}, | ||
{ | ||
"network": "persistence", | ||
"token": "PSTAKE", | ||
"name": "Ethereum Name Service", | ||
"symbol": "PSTAKE", | ||
"homeLink": "https://pstake.finance/", | ||
"claimLink": "https://airdrop.pstake.finance/" | ||
}, | ||
{ | ||
"network": "desmos", | ||
"token": "DSM", | ||
"name": "Desmos", | ||
"symbol": "DSM", | ||
"homeLink": "https://desmos.network/", | ||
"claimLink": "https://airdrop.desmos.network/" | ||
}, | ||
{ | ||
"network": "stargaze", | ||
"token": "GAZE", | ||
"name": "Stargaze", | ||
"symbol": "GAZE", | ||
"homeLink": "https://stargaze.zone/", | ||
"claimLink": "https://stargaze.zone/airdrop" | ||
}, | ||
{ | ||
"network": "shade", | ||
"token": "SHD" | ||
"name": "Shade", | ||
"symbol": "SHD" | ||
}, | ||
{ | ||
"network": "secret", | ||
"token": "SCRT" | ||
"name": "Secret", | ||
"symbol": "SCRT" | ||
}, | ||
{ | ||
"network": "sentinel", | ||
"token": "DVPN" | ||
"name": "Sentinel", | ||
"symbol": "DVPN" | ||
}, | ||
{ | ||
"network": "comdex", | ||
"token": "CMDX", | ||
"name": "Comdex", | ||
"symbol": "CMDX", | ||
"claimLink": "https://airdrop.comdex.one/" | ||
}, | ||
{ | ||
"network": "sputnik", | ||
"token": "SPUTNIK" | ||
"name": "Sputnik", | ||
"symbol": "SPUTNIK" | ||
}, | ||
{ | ||
"network": "cosmos-gaming-hub", | ||
"token": "GAME", | ||
"startDate": "01-01-2020" | ||
"name": "Game", | ||
"symbol": "GAME" | ||
} | ||
] |
Oops, something went wrong.