diff --git a/android-chrome-192x192.png b/android-chrome-192x192.png new file mode 100644 index 0000000..eaedd11 Binary files /dev/null and b/android-chrome-192x192.png differ diff --git a/android-chrome-512x512.png b/android-chrome-512x512.png new file mode 100644 index 0000000..40fd5b3 Binary files /dev/null and b/android-chrome-512x512.png differ diff --git a/apple-touch-icon.png b/apple-touch-icon.png new file mode 100644 index 0000000..72c8ae3 Binary files /dev/null and b/apple-touch-icon.png differ diff --git a/favicon-16x16.png b/favicon-16x16.png new file mode 100644 index 0000000..3308efb Binary files /dev/null and b/favicon-16x16.png differ diff --git a/favicon-32x32.png b/favicon-32x32.png new file mode 100644 index 0000000..9cc6704 Binary files /dev/null and b/favicon-32x32.png differ diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..a9d7aaf Binary files /dev/null and b/favicon.ico differ diff --git a/index.html b/index.html index 63578a5..203984f 100644 --- a/index.html +++ b/index.html @@ -3,9 +3,14 @@ - + CRYPTOPHUNKS + + + + + diff --git a/src/App.tsx b/src/App.tsx index dd5589e..6e0c0e4 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -9,8 +9,6 @@ import Twitter from './components/Twitter'; import Discord from './components/Discord'; import Medium from './components/Medium'; -// import phunk from './assets/phunk0939.svg' -// import Video from './assets/phunks-intro-vid.mp4' import NllLogo from './assets/nll-logo.svg' import AuctionHouseLogo from './assets/auction-logo.svg' import FlyWheelLogo from './assets/new-flywheel-logo.png' @@ -22,38 +20,12 @@ import v3phunk from './assets/v3-phunk.png' import Button from './components/Button/Button'; -// const adjectives = [ -// 'innovators', -// 'artists', -// 'developers', -// 'builders', -// 'visionaries', -// 'decentralized', -// 'phree', -// 'phunky' -// ] - const phunkIpfsBaseUrl = 'https://middlemarch.mypinata.cloud/ipfs/QmcvdPd7Jai74e595Mgx2u6D8QZZ1TGSFC2EQQNayQVJL8/'; const phunksToShow = 8; function App() { const [phunks, setPhunks] = useState([]) - // useEffect(() => { - // const interval = setInterval(() => { - // setAdjIndex(prev => { - // const next = (prev + 1) - - // if (next === adjectives.length) { - // return 0; - // } else { - // return (prev + 1) - // } - // }) - // }, 3000); - // return () => clearInterval(interval); - // }, []); - const year = new Date().getFullYear() const getRandomInt = (max: number) => {