diff --git a/reValuate/db.sqlite3 b/reValuate/db.sqlite3 index 099412b5..b0eae31d 100644 Binary files a/reValuate/db.sqlite3 and b/reValuate/db.sqlite3 differ diff --git a/reValuate/home/__pycache__/admin.cpython-36.pyc b/reValuate/home/__pycache__/admin.cpython-36.pyc index 29ae08c6..92e78b5c 100644 Binary files a/reValuate/home/__pycache__/admin.cpython-36.pyc and b/reValuate/home/__pycache__/admin.cpython-36.pyc differ diff --git a/reValuate/home/__pycache__/models.cpython-36.pyc b/reValuate/home/__pycache__/models.cpython-36.pyc index 6c3f8440..5395fe7e 100644 Binary files a/reValuate/home/__pycache__/models.cpython-36.pyc and b/reValuate/home/__pycache__/models.cpython-36.pyc differ diff --git a/reValuate/home/__pycache__/views.cpython-36.pyc b/reValuate/home/__pycache__/views.cpython-36.pyc index 2199e235..82c09c53 100644 Binary files a/reValuate/home/__pycache__/views.cpython-36.pyc and b/reValuate/home/__pycache__/views.cpython-36.pyc differ diff --git a/reValuate/home/static/home/css/upload.css b/reValuate/home/static/home/css/upload.css new file mode 100644 index 00000000..abb81aa3 --- /dev/null +++ b/reValuate/home/static/home/css/upload.css @@ -0,0 +1,30 @@ +@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap'); + +.fancyButton { + border: 25% solid green; + background-color: transparent; + padding: 50% 25%; + text-align: center; + border-radius: 100%; + transition-duration: 0.4s; + color: black; + outline: none; + font-family: 'Roboto', sans-serif !important; + font-size: 10px; + box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19); +} + +.fancyButton:hover { + background-color: green; + color: white; +} + +button:focus { + outline: none; +} + +button { + margin: 25% 25% 25% 25%; + width: 45%; + height: 45%; +} \ No newline at end of file diff --git a/reValuate/templates/base.html b/reValuate/templates/base.html index b12495cd..0fb95750 100644 --- a/reValuate/templates/base.html +++ b/reValuate/templates/base.html @@ -5,14 +5,19 @@