├── Dynamic Site ├── app.py ├── app_templates.py ├── templates │ ├── about.html │ ├── donate.html │ ├── flairs.html │ ├── graphs.html │ ├── home.html │ ├── notify.html │ ├── template.html │ └── times.html └── wsgi.py ├── LICENSE.md ├── README.md └── Static Site ├── app.py ├── data.json ├── static ├── css │ ├── bootstrap.min.css │ ├── jumbotron-narrow.css │ ├── material-fullpalette.min.css │ ├── material.min.css │ ├── ripples.min.css │ └── roboto.min.css ├── fonts │ ├── LICENSE.txt │ ├── Material-Design-Icons.eot │ ├── Material-Design-Icons.svg │ ├── Material-Design-Icons.ttf │ ├── Material-Design-Icons.woff │ ├── RobotoDraftBold.woff │ ├── RobotoDraftBold.woff2 │ ├── RobotoDraftItalic.woff │ ├── RobotoDraftItalic.woff2 │ ├── RobotoDraftMedium.woff │ ├── RobotoDraftMedium.woff2 │ ├── RobotoDraftRegular.woff │ └── RobotoDraftRegular.woff2 └── js │ ├── material.min.js │ └── ripples.min.js ├── templates ├── about.html ├── donate.html ├── flairs.html ├── graphs.html ├── home.html ├── template.html └── times.html └── wsgi.py /Dynamic Site/app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chr12t0pher/r-slash-thebutton/HEAD/Dynamic Site/app.py -------------------------------------------------------------------------------- /Dynamic Site/app_templates.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chr12t0pher/r-slash-thebutton/HEAD/Dynamic Site/app_templates.py -------------------------------------------------------------------------------- /Dynamic Site/templates/about.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chr12t0pher/r-slash-thebutton/HEAD/Dynamic Site/templates/about.html -------------------------------------------------------------------------------- /Dynamic Site/templates/donate.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chr12t0pher/r-slash-thebutton/HEAD/Dynamic Site/templates/donate.html -------------------------------------------------------------------------------- /Dynamic Site/templates/flairs.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chr12t0pher/r-slash-thebutton/HEAD/Dynamic Site/templates/flairs.html -------------------------------------------------------------------------------- /Dynamic Site/templates/graphs.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chr12t0pher/r-slash-thebutton/HEAD/Dynamic Site/templates/graphs.html -------------------------------------------------------------------------------- /Dynamic Site/templates/home.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chr12t0pher/r-slash-thebutton/HEAD/Dynamic Site/templates/home.html -------------------------------------------------------------------------------- /Dynamic Site/templates/notify.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chr12t0pher/r-slash-thebutton/HEAD/Dynamic Site/templates/notify.html -------------------------------------------------------------------------------- /Dynamic Site/templates/template.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chr12t0pher/r-slash-thebutton/HEAD/Dynamic Site/templates/template.html -------------------------------------------------------------------------------- /Dynamic Site/templates/times.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chr12t0pher/r-slash-thebutton/HEAD/Dynamic Site/templates/times.html -------------------------------------------------------------------------------- /Dynamic Site/wsgi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chr12t0pher/r-slash-thebutton/HEAD/Dynamic Site/wsgi.py -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chr12t0pher/r-slash-thebutton/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chr12t0pher/r-slash-thebutton/HEAD/README.md -------------------------------------------------------------------------------- /Static Site/app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chr12t0pher/r-slash-thebutton/HEAD/Static Site/app.py -------------------------------------------------------------------------------- /Static Site/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chr12t0pher/r-slash-thebutton/HEAD/Static Site/data.json -------------------------------------------------------------------------------- /Static Site/static/css/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chr12t0pher/r-slash-thebutton/HEAD/Static Site/static/css/bootstrap.min.css -------------------------------------------------------------------------------- /Static Site/static/css/jumbotron-narrow.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chr12t0pher/r-slash-thebutton/HEAD/Static Site/static/css/jumbotron-narrow.css -------------------------------------------------------------------------------- /Static Site/static/css/material-fullpalette.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chr12t0pher/r-slash-thebutton/HEAD/Static Site/static/css/material-fullpalette.min.css -------------------------------------------------------------------------------- /Static Site/static/css/material.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chr12t0pher/r-slash-thebutton/HEAD/Static Site/static/css/material.min.css -------------------------------------------------------------------------------- /Static Site/static/css/ripples.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chr12t0pher/r-slash-thebutton/HEAD/Static Site/static/css/ripples.min.css -------------------------------------------------------------------------------- /Static Site/static/css/roboto.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chr12t0pher/r-slash-thebutton/HEAD/Static Site/static/css/roboto.min.css -------------------------------------------------------------------------------- /Static Site/static/fonts/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chr12t0pher/r-slash-thebutton/HEAD/Static Site/static/fonts/LICENSE.txt -------------------------------------------------------------------------------- /Static Site/static/fonts/Material-Design-Icons.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chr12t0pher/r-slash-thebutton/HEAD/Static Site/static/fonts/Material-Design-Icons.eot -------------------------------------------------------------------------------- /Static Site/static/fonts/Material-Design-Icons.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chr12t0pher/r-slash-thebutton/HEAD/Static Site/static/fonts/Material-Design-Icons.svg -------------------------------------------------------------------------------- /Static Site/static/fonts/Material-Design-Icons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chr12t0pher/r-slash-thebutton/HEAD/Static Site/static/fonts/Material-Design-Icons.ttf -------------------------------------------------------------------------------- /Static Site/static/fonts/Material-Design-Icons.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chr12t0pher/r-slash-thebutton/HEAD/Static Site/static/fonts/Material-Design-Icons.woff -------------------------------------------------------------------------------- /Static Site/static/fonts/RobotoDraftBold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chr12t0pher/r-slash-thebutton/HEAD/Static Site/static/fonts/RobotoDraftBold.woff -------------------------------------------------------------------------------- /Static Site/static/fonts/RobotoDraftBold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chr12t0pher/r-slash-thebutton/HEAD/Static Site/static/fonts/RobotoDraftBold.woff2 -------------------------------------------------------------------------------- /Static Site/static/fonts/RobotoDraftItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chr12t0pher/r-slash-thebutton/HEAD/Static Site/static/fonts/RobotoDraftItalic.woff -------------------------------------------------------------------------------- /Static Site/static/fonts/RobotoDraftItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chr12t0pher/r-slash-thebutton/HEAD/Static Site/static/fonts/RobotoDraftItalic.woff2 -------------------------------------------------------------------------------- /Static Site/static/fonts/RobotoDraftMedium.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chr12t0pher/r-slash-thebutton/HEAD/Static Site/static/fonts/RobotoDraftMedium.woff -------------------------------------------------------------------------------- /Static Site/static/fonts/RobotoDraftMedium.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chr12t0pher/r-slash-thebutton/HEAD/Static Site/static/fonts/RobotoDraftMedium.woff2 -------------------------------------------------------------------------------- /Static Site/static/fonts/RobotoDraftRegular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chr12t0pher/r-slash-thebutton/HEAD/Static Site/static/fonts/RobotoDraftRegular.woff -------------------------------------------------------------------------------- /Static Site/static/fonts/RobotoDraftRegular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chr12t0pher/r-slash-thebutton/HEAD/Static Site/static/fonts/RobotoDraftRegular.woff2 -------------------------------------------------------------------------------- /Static Site/static/js/material.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chr12t0pher/r-slash-thebutton/HEAD/Static Site/static/js/material.min.js -------------------------------------------------------------------------------- /Static Site/static/js/ripples.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chr12t0pher/r-slash-thebutton/HEAD/Static Site/static/js/ripples.min.js -------------------------------------------------------------------------------- /Static Site/templates/about.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chr12t0pher/r-slash-thebutton/HEAD/Static Site/templates/about.html -------------------------------------------------------------------------------- /Static Site/templates/donate.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chr12t0pher/r-slash-thebutton/HEAD/Static Site/templates/donate.html -------------------------------------------------------------------------------- /Static Site/templates/flairs.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chr12t0pher/r-slash-thebutton/HEAD/Static Site/templates/flairs.html -------------------------------------------------------------------------------- /Static Site/templates/graphs.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chr12t0pher/r-slash-thebutton/HEAD/Static Site/templates/graphs.html -------------------------------------------------------------------------------- /Static Site/templates/home.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chr12t0pher/r-slash-thebutton/HEAD/Static Site/templates/home.html -------------------------------------------------------------------------------- /Static Site/templates/template.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chr12t0pher/r-slash-thebutton/HEAD/Static Site/templates/template.html -------------------------------------------------------------------------------- /Static Site/templates/times.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chr12t0pher/r-slash-thebutton/HEAD/Static Site/templates/times.html -------------------------------------------------------------------------------- /Static Site/wsgi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chr12t0pher/r-slash-thebutton/HEAD/Static Site/wsgi.py --------------------------------------------------------------------------------