├── .gitignore ├── README.md ├── index.html ├── index.js ├── logo.png ├── nft.jpg ├── screenshot.jpg └── style.css /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_STORE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsmrProg-YT/responsive-nft-landing-page/HEAD/README.md -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsmrProg-YT/responsive-nft-landing-page/HEAD/index.html -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsmrProg-YT/responsive-nft-landing-page/HEAD/index.js -------------------------------------------------------------------------------- /logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsmrProg-YT/responsive-nft-landing-page/HEAD/logo.png -------------------------------------------------------------------------------- /nft.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsmrProg-YT/responsive-nft-landing-page/HEAD/nft.jpg -------------------------------------------------------------------------------- /screenshot.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsmrProg-YT/responsive-nft-landing-page/HEAD/screenshot.jpg -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsmrProg-YT/responsive-nft-landing-page/HEAD/style.css --------------------------------------------------------------------------------