├── README.md ├── contract.sol ├── css └── style.css ├── fonts ├── cr1.png ├── cr3.jpg ├── cr4.jpg ├── cr5.jpg ├── cr7.jpg ├── cr7logo.jpg ├── crlogo.jpg ├── illustration-section-01.svg ├── illustration-section-01.svg.readme ├── illustration-section-02.svg └── illustration-section-02.svg.readme ├── index.html ├── jquery.min.html ├── js ├── app.js ├── main.min.js ├── timer.js └── web3.js └── peanuts with remove function.txt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techaddict0x/presalewebsite/HEAD/README.md -------------------------------------------------------------------------------- /contract.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techaddict0x/presalewebsite/HEAD/contract.sol -------------------------------------------------------------------------------- /css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techaddict0x/presalewebsite/HEAD/css/style.css -------------------------------------------------------------------------------- /fonts/cr1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techaddict0x/presalewebsite/HEAD/fonts/cr1.png -------------------------------------------------------------------------------- /fonts/cr3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techaddict0x/presalewebsite/HEAD/fonts/cr3.jpg -------------------------------------------------------------------------------- /fonts/cr4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techaddict0x/presalewebsite/HEAD/fonts/cr4.jpg -------------------------------------------------------------------------------- /fonts/cr5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techaddict0x/presalewebsite/HEAD/fonts/cr5.jpg -------------------------------------------------------------------------------- /fonts/cr7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techaddict0x/presalewebsite/HEAD/fonts/cr7.jpg -------------------------------------------------------------------------------- /fonts/cr7logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techaddict0x/presalewebsite/HEAD/fonts/cr7logo.jpg -------------------------------------------------------------------------------- /fonts/crlogo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techaddict0x/presalewebsite/HEAD/fonts/crlogo.jpg -------------------------------------------------------------------------------- /fonts/illustration-section-01.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techaddict0x/presalewebsite/HEAD/fonts/illustration-section-01.svg -------------------------------------------------------------------------------- /fonts/illustration-section-01.svg.readme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techaddict0x/presalewebsite/HEAD/fonts/illustration-section-01.svg.readme -------------------------------------------------------------------------------- /fonts/illustration-section-02.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techaddict0x/presalewebsite/HEAD/fonts/illustration-section-02.svg -------------------------------------------------------------------------------- /fonts/illustration-section-02.svg.readme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techaddict0x/presalewebsite/HEAD/fonts/illustration-section-02.svg.readme -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techaddict0x/presalewebsite/HEAD/index.html -------------------------------------------------------------------------------- /jquery.min.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techaddict0x/presalewebsite/HEAD/jquery.min.html -------------------------------------------------------------------------------- /js/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techaddict0x/presalewebsite/HEAD/js/app.js -------------------------------------------------------------------------------- /js/main.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techaddict0x/presalewebsite/HEAD/js/main.min.js -------------------------------------------------------------------------------- /js/timer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techaddict0x/presalewebsite/HEAD/js/timer.js -------------------------------------------------------------------------------- /js/web3.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techaddict0x/presalewebsite/HEAD/js/web3.js -------------------------------------------------------------------------------- /peanuts with remove function.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techaddict0x/presalewebsite/HEAD/peanuts with remove function.txt --------------------------------------------------------------------------------