├── LICENSE ├── README.md ├── assets ├── Brochure.pdf ├── css │ └── style.min.css ├── img │ ├── best-freshers.svg │ ├── best-idea.svg │ ├── best-pitch.svg │ ├── bg-grid.png │ ├── bg.png │ ├── bottom-splash.png │ ├── contact-bg.png │ ├── devfolio.png │ ├── devsoc21-new.png │ ├── devsoc21-white.png │ ├── devsoc21.png │ ├── discord.png │ ├── faqs-bg.png │ ├── favicon.png │ ├── favicon.svg │ ├── girls-team.svg │ ├── kisankraft.png │ ├── main-bg.png │ ├── prize-1.svg │ ├── prize-2.svg │ ├── prize-3.svg │ ├── recreational.svg │ ├── register-bg.png │ ├── sponsors-bg.png │ ├── top-splash.png │ ├── track1.png │ ├── track2.png │ ├── track3.png │ ├── track4.png │ ├── track5.png │ ├── track6.png │ └── ui-ux.svg └── js │ └── script.min.js ├── index.html └── sitemap.xml /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeChefVIT/DevSoc21/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeChefVIT/DevSoc21/HEAD/README.md -------------------------------------------------------------------------------- /assets/Brochure.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeChefVIT/DevSoc21/HEAD/assets/Brochure.pdf -------------------------------------------------------------------------------- /assets/css/style.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeChefVIT/DevSoc21/HEAD/assets/css/style.min.css -------------------------------------------------------------------------------- /assets/img/best-freshers.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeChefVIT/DevSoc21/HEAD/assets/img/best-freshers.svg -------------------------------------------------------------------------------- /assets/img/best-idea.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeChefVIT/DevSoc21/HEAD/assets/img/best-idea.svg -------------------------------------------------------------------------------- /assets/img/best-pitch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeChefVIT/DevSoc21/HEAD/assets/img/best-pitch.svg -------------------------------------------------------------------------------- /assets/img/bg-grid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeChefVIT/DevSoc21/HEAD/assets/img/bg-grid.png -------------------------------------------------------------------------------- /assets/img/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeChefVIT/DevSoc21/HEAD/assets/img/bg.png -------------------------------------------------------------------------------- /assets/img/bottom-splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeChefVIT/DevSoc21/HEAD/assets/img/bottom-splash.png -------------------------------------------------------------------------------- /assets/img/contact-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeChefVIT/DevSoc21/HEAD/assets/img/contact-bg.png -------------------------------------------------------------------------------- /assets/img/devfolio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeChefVIT/DevSoc21/HEAD/assets/img/devfolio.png -------------------------------------------------------------------------------- /assets/img/devsoc21-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeChefVIT/DevSoc21/HEAD/assets/img/devsoc21-new.png -------------------------------------------------------------------------------- /assets/img/devsoc21-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeChefVIT/DevSoc21/HEAD/assets/img/devsoc21-white.png -------------------------------------------------------------------------------- /assets/img/devsoc21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeChefVIT/DevSoc21/HEAD/assets/img/devsoc21.png -------------------------------------------------------------------------------- /assets/img/discord.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeChefVIT/DevSoc21/HEAD/assets/img/discord.png -------------------------------------------------------------------------------- /assets/img/faqs-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeChefVIT/DevSoc21/HEAD/assets/img/faqs-bg.png -------------------------------------------------------------------------------- /assets/img/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeChefVIT/DevSoc21/HEAD/assets/img/favicon.png -------------------------------------------------------------------------------- /assets/img/favicon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeChefVIT/DevSoc21/HEAD/assets/img/favicon.svg -------------------------------------------------------------------------------- /assets/img/girls-team.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeChefVIT/DevSoc21/HEAD/assets/img/girls-team.svg -------------------------------------------------------------------------------- /assets/img/kisankraft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeChefVIT/DevSoc21/HEAD/assets/img/kisankraft.png -------------------------------------------------------------------------------- /assets/img/main-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeChefVIT/DevSoc21/HEAD/assets/img/main-bg.png -------------------------------------------------------------------------------- /assets/img/prize-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeChefVIT/DevSoc21/HEAD/assets/img/prize-1.svg -------------------------------------------------------------------------------- /assets/img/prize-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeChefVIT/DevSoc21/HEAD/assets/img/prize-2.svg -------------------------------------------------------------------------------- /assets/img/prize-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeChefVIT/DevSoc21/HEAD/assets/img/prize-3.svg -------------------------------------------------------------------------------- /assets/img/recreational.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeChefVIT/DevSoc21/HEAD/assets/img/recreational.svg -------------------------------------------------------------------------------- /assets/img/register-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeChefVIT/DevSoc21/HEAD/assets/img/register-bg.png -------------------------------------------------------------------------------- /assets/img/sponsors-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeChefVIT/DevSoc21/HEAD/assets/img/sponsors-bg.png -------------------------------------------------------------------------------- /assets/img/top-splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeChefVIT/DevSoc21/HEAD/assets/img/top-splash.png -------------------------------------------------------------------------------- /assets/img/track1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeChefVIT/DevSoc21/HEAD/assets/img/track1.png -------------------------------------------------------------------------------- /assets/img/track2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeChefVIT/DevSoc21/HEAD/assets/img/track2.png -------------------------------------------------------------------------------- /assets/img/track3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeChefVIT/DevSoc21/HEAD/assets/img/track3.png -------------------------------------------------------------------------------- /assets/img/track4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeChefVIT/DevSoc21/HEAD/assets/img/track4.png -------------------------------------------------------------------------------- /assets/img/track5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeChefVIT/DevSoc21/HEAD/assets/img/track5.png -------------------------------------------------------------------------------- /assets/img/track6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeChefVIT/DevSoc21/HEAD/assets/img/track6.png -------------------------------------------------------------------------------- /assets/img/ui-ux.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeChefVIT/DevSoc21/HEAD/assets/img/ui-ux.svg -------------------------------------------------------------------------------- /assets/js/script.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeChefVIT/DevSoc21/HEAD/assets/js/script.min.js -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeChefVIT/DevSoc21/HEAD/index.html -------------------------------------------------------------------------------- /sitemap.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeChefVIT/DevSoc21/HEAD/sitemap.xml --------------------------------------------------------------------------------