Skip to content

Commit

Permalink
frontend changed
Browse files Browse the repository at this point in the history
  • Loading branch information
bmnidhin committed Nov 21, 2021
1 parent 1c81331 commit 3a8a029
Show file tree
Hide file tree
Showing 60 changed files with 22,652 additions and 2,683 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ venv
db.sqlite3
/static
.DS_Store

/myvenv
6 changes: 4 additions & 2 deletions base_app/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,12 @@
SECRET_KEY = os.environ.get('DJANGO_SECRET_KEY', 'v2me!)*-^k!hkug&%k&x9n4haz!u47ej+i-c72%f6!e!kh6kl2')

# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = False
DEBUG = True
#DEBUG = os.environ.get('DJANGO_DEBUG', '') != 'False'

ALLOWED_HOSTS = ['0.0.0.0','127.0.0.1','electrojunk-encender.herokuapp.com', scoprire.herokuapp.com]
# ALLOWED_HOSTS = ['0.0.0.0','127.0.0.1','electrojunk-encender.herokuapp.com', scoprire.herokuapp.com]
ALLOWED_HOSTS = ["*"]


# Application definition

Expand Down
Binary file modified db.sqlite3
Binary file not shown.
4 changes: 2 additions & 2 deletions staticfiles/styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@

body {
height: 100%;
background-color:#06122f;
background-color:#004bff;
color: #c6c6c6;
font-family: 'Roboto Mono', monospace;
overflow: scroll
Expand Down Expand Up @@ -465,7 +465,7 @@ Header section
.header-section {
padding-left: 55px;
padding-right: 72px;
background: #071431;
/* background: #071431; */
}

.site-logo {
Expand Down
Binary file added treasurehunt/static/fonts/ElegantIcons.eot
Binary file not shown.
1,832 changes: 1,832 additions & 0 deletions treasurehunt/static/fonts/ElegantIcons.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added treasurehunt/static/fonts/ElegantIcons.ttf
Binary file not shown.
Binary file added treasurehunt/static/fonts/ElegantIcons.woff
Binary file not shown.
Binary file added treasurehunt/static/fonts/FontAwesome.otf
Binary file not shown.
Binary file not shown.
2,671 changes: 2,671 additions & 0 deletions treasurehunt/static/fonts/fontawesome-webfont.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added treasurehunt/static/img/ban.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added treasurehunt/static/img/ban2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added treasurehunt/static/img/clap.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added treasurehunt/static/img/error.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added treasurehunt/static/img/hero-1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added treasurehunt/static/img/hero.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added treasurehunt/static/img/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added treasurehunt/static/img/winner.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added treasurehunt/static/img/wrong.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 2 additions & 3 deletions treasurehunt/static/js/bootstrap.min.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions treasurehunt/static/js/jquery-3.3.1.min.js

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions treasurehunt/static/js/jquery.nice-select.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3a8a029

Please sign in to comment.