Add a basic Bootstrap template.
authorDave Page <dpage@pgadmin.org>
Mon, 14 Mar 2016 14:18:29 +0000 (14:18 +0000)
committerDave Page <dpage@pgadmin.org>
Mon, 14 Mar 2016 14:18:29 +0000 (14:18 +0000)
commit08c6c595dc23a17b7fb0978975c2b5193820887f
tree5f00953397fe2bde799099f3bd672833fbf7efab
parent0627e54860f993ff575d00a503bdf3bf564118ff
Add a basic Bootstrap template.
20 files changed:
.gitignore
web/pgperffarm/settings.py
web/pgperffarm/urls.py
web/requirements.txt
web/static/css/bootstrap-theme.min.css [new file with mode: 0644]
web/static/css/bootstrap.min.css [new file with mode: 0644]
web/static/css/main.css [new file with mode: 0644]
web/static/fonts/glyphicons-halflings-regular.eot [new file with mode: 0644]
web/static/fonts/glyphicons-halflings-regular.svg [new file with mode: 0644]
web/static/fonts/glyphicons-halflings-regular.ttf [new file with mode: 0644]
web/static/fonts/glyphicons-halflings-regular.woff [new file with mode: 0644]
web/static/fonts/glyphicons-halflings-regular.woff2 [new file with mode: 0644]
web/static/img/logo.png [new file with mode: 0644]
web/static/js/bootstrap.min.js [new file with mode: 0644]
web/static/js/jquery-1.12.1.min.js [new file with mode: 0644]
web/static/js/modernizr-2.6.2.min.js [new file with mode: 0644]
web/static/js/plugins.js [new file with mode: 0755]
web/templates/base.html [new file with mode: 0644]
web/templates/body.html [new file with mode: 0644]
web/templates/index.html