├── LICENSE ├── Python server.py ├── README.md ├── Studybyte.Old ├── ERROR.html ├── Python server.py ├── RESULTS.html ├── index.html ├── res │ ├── Backgrounds │ │ ├── Background.jpg │ │ ├── Background2.jpg │ │ └── Background3.jpg │ ├── Branding │ │ └── Screenshot.png │ └── Icons │ │ ├── Github.png │ │ └── Studybyte.png └── scripts │ ├── Color.js │ ├── Database.js │ ├── ResponsiveDesign.css │ ├── Studybyte.css │ ├── Studybyte.js │ ├── Style.css │ └── index.css ├── e.html ├── h.html ├── includes └── Studybyte.Old.html ├── index.html ├── r.html ├── res ├── Background │ ├── Background.Old.jpg │ └── Background.png ├── Branding │ └── Screenshot.png ├── Fonts │ ├── Roboto-Black.ttf │ ├── Roboto-BlackItalic.ttf │ ├── Roboto-Bold.ttf │ ├── Roboto-BoldItalic.ttf │ ├── Roboto-Italic.ttf │ ├── Roboto-Light.ttf │ ├── Roboto-LightItalic.ttf │ ├── Roboto-Medium.ttf │ ├── Roboto-MediumItalic.ttf │ ├── Roboto-Regular.ttf │ ├── Roboto-Thin.ttf │ └── Roboto-ThinItalic.ttf └── Icons │ ├── Double Up-Arrow.png │ ├── Github.png │ ├── Studybyte.Old.png │ └── Studybyte.png └── scripts ├── Pages.json ├── css ├── index.css └── style.css └── js ├── Color.js └── Studybyte.js /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SrijanSriv211/Studybyte/HEAD/LICENSE -------------------------------------------------------------------------------- /Python server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SrijanSriv211/Studybyte/HEAD/Python server.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SrijanSriv211/Studybyte/HEAD/README.md -------------------------------------------------------------------------------- /Studybyte.Old/ERROR.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SrijanSriv211/Studybyte/HEAD/Studybyte.Old/ERROR.html -------------------------------------------------------------------------------- /Studybyte.Old/Python server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SrijanSriv211/Studybyte/HEAD/Studybyte.Old/Python server.py -------------------------------------------------------------------------------- /Studybyte.Old/RESULTS.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SrijanSriv211/Studybyte/HEAD/Studybyte.Old/RESULTS.html -------------------------------------------------------------------------------- /Studybyte.Old/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SrijanSriv211/Studybyte/HEAD/Studybyte.Old/index.html -------------------------------------------------------------------------------- /Studybyte.Old/res/Backgrounds/Background.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SrijanSriv211/Studybyte/HEAD/Studybyte.Old/res/Backgrounds/Background.jpg -------------------------------------------------------------------------------- /Studybyte.Old/res/Backgrounds/Background2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SrijanSriv211/Studybyte/HEAD/Studybyte.Old/res/Backgrounds/Background2.jpg -------------------------------------------------------------------------------- /Studybyte.Old/res/Backgrounds/Background3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SrijanSriv211/Studybyte/HEAD/Studybyte.Old/res/Backgrounds/Background3.jpg -------------------------------------------------------------------------------- /Studybyte.Old/res/Branding/Screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SrijanSriv211/Studybyte/HEAD/Studybyte.Old/res/Branding/Screenshot.png -------------------------------------------------------------------------------- /Studybyte.Old/res/Icons/Github.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SrijanSriv211/Studybyte/HEAD/Studybyte.Old/res/Icons/Github.png -------------------------------------------------------------------------------- /Studybyte.Old/res/Icons/Studybyte.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SrijanSriv211/Studybyte/HEAD/Studybyte.Old/res/Icons/Studybyte.png -------------------------------------------------------------------------------- /Studybyte.Old/scripts/Color.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SrijanSriv211/Studybyte/HEAD/Studybyte.Old/scripts/Color.js -------------------------------------------------------------------------------- /Studybyte.Old/scripts/Database.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SrijanSriv211/Studybyte/HEAD/Studybyte.Old/scripts/Database.js -------------------------------------------------------------------------------- /Studybyte.Old/scripts/ResponsiveDesign.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SrijanSriv211/Studybyte/HEAD/Studybyte.Old/scripts/ResponsiveDesign.css -------------------------------------------------------------------------------- /Studybyte.Old/scripts/Studybyte.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SrijanSriv211/Studybyte/HEAD/Studybyte.Old/scripts/Studybyte.css -------------------------------------------------------------------------------- /Studybyte.Old/scripts/Studybyte.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SrijanSriv211/Studybyte/HEAD/Studybyte.Old/scripts/Studybyte.js -------------------------------------------------------------------------------- /Studybyte.Old/scripts/Style.css: -------------------------------------------------------------------------------- 1 | body 2 | { 3 | background-color: #161b22; 4 | } 5 | -------------------------------------------------------------------------------- /Studybyte.Old/scripts/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SrijanSriv211/Studybyte/HEAD/Studybyte.Old/scripts/index.css -------------------------------------------------------------------------------- /e.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SrijanSriv211/Studybyte/HEAD/e.html -------------------------------------------------------------------------------- /h.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SrijanSriv211/Studybyte/HEAD/h.html -------------------------------------------------------------------------------- /includes/Studybyte.Old.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SrijanSriv211/Studybyte/HEAD/includes/Studybyte.Old.html -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SrijanSriv211/Studybyte/HEAD/index.html -------------------------------------------------------------------------------- /r.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SrijanSriv211/Studybyte/HEAD/r.html -------------------------------------------------------------------------------- /res/Background/Background.Old.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SrijanSriv211/Studybyte/HEAD/res/Background/Background.Old.jpg -------------------------------------------------------------------------------- /res/Background/Background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SrijanSriv211/Studybyte/HEAD/res/Background/Background.png -------------------------------------------------------------------------------- /res/Branding/Screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SrijanSriv211/Studybyte/HEAD/res/Branding/Screenshot.png -------------------------------------------------------------------------------- /res/Fonts/Roboto-Black.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SrijanSriv211/Studybyte/HEAD/res/Fonts/Roboto-Black.ttf -------------------------------------------------------------------------------- /res/Fonts/Roboto-BlackItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SrijanSriv211/Studybyte/HEAD/res/Fonts/Roboto-BlackItalic.ttf -------------------------------------------------------------------------------- /res/Fonts/Roboto-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SrijanSriv211/Studybyte/HEAD/res/Fonts/Roboto-Bold.ttf -------------------------------------------------------------------------------- /res/Fonts/Roboto-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SrijanSriv211/Studybyte/HEAD/res/Fonts/Roboto-BoldItalic.ttf -------------------------------------------------------------------------------- /res/Fonts/Roboto-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SrijanSriv211/Studybyte/HEAD/res/Fonts/Roboto-Italic.ttf -------------------------------------------------------------------------------- /res/Fonts/Roboto-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SrijanSriv211/Studybyte/HEAD/res/Fonts/Roboto-Light.ttf -------------------------------------------------------------------------------- /res/Fonts/Roboto-LightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SrijanSriv211/Studybyte/HEAD/res/Fonts/Roboto-LightItalic.ttf -------------------------------------------------------------------------------- /res/Fonts/Roboto-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SrijanSriv211/Studybyte/HEAD/res/Fonts/Roboto-Medium.ttf -------------------------------------------------------------------------------- /res/Fonts/Roboto-MediumItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SrijanSriv211/Studybyte/HEAD/res/Fonts/Roboto-MediumItalic.ttf -------------------------------------------------------------------------------- /res/Fonts/Roboto-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SrijanSriv211/Studybyte/HEAD/res/Fonts/Roboto-Regular.ttf -------------------------------------------------------------------------------- /res/Fonts/Roboto-Thin.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SrijanSriv211/Studybyte/HEAD/res/Fonts/Roboto-Thin.ttf -------------------------------------------------------------------------------- /res/Fonts/Roboto-ThinItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SrijanSriv211/Studybyte/HEAD/res/Fonts/Roboto-ThinItalic.ttf -------------------------------------------------------------------------------- /res/Icons/Double Up-Arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SrijanSriv211/Studybyte/HEAD/res/Icons/Double Up-Arrow.png -------------------------------------------------------------------------------- /res/Icons/Github.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SrijanSriv211/Studybyte/HEAD/res/Icons/Github.png -------------------------------------------------------------------------------- /res/Icons/Studybyte.Old.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SrijanSriv211/Studybyte/HEAD/res/Icons/Studybyte.Old.png -------------------------------------------------------------------------------- /res/Icons/Studybyte.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SrijanSriv211/Studybyte/HEAD/res/Icons/Studybyte.png -------------------------------------------------------------------------------- /scripts/Pages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SrijanSriv211/Studybyte/HEAD/scripts/Pages.json -------------------------------------------------------------------------------- /scripts/css/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SrijanSriv211/Studybyte/HEAD/scripts/css/index.css -------------------------------------------------------------------------------- /scripts/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SrijanSriv211/Studybyte/HEAD/scripts/css/style.css -------------------------------------------------------------------------------- /scripts/js/Color.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SrijanSriv211/Studybyte/HEAD/scripts/js/Color.js -------------------------------------------------------------------------------- /scripts/js/Studybyte.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SrijanSriv211/Studybyte/HEAD/scripts/js/Studybyte.js --------------------------------------------------------------------------------