From 06f6f0d473bbb7c42b919cd7e81cccfa55de2128 Mon Sep 17 00:00:00 2001 From: Yamozha Date: Sun, 28 Feb 2021 04:41:31 +0200 Subject: [PATCH] god damn! it's starting to look like a website --- reValuate/db.sqlite3 | Bin 139264 -> 139264 bytes reValuate/home/static/home/css/style.css | 2 +- reValuate/home/static/home/css/upload.css | 2 +- reValuate/templates/base.html | 25 +- reValuate/templates/home.html | 257 +++++++++++++++++- reValuate/templates/registration/login.html | 3 + reValuate/templates/registration/signup.html | 5 +- reValuate/templates/uploadChoice.html | 9 +- .../__pycache__/settings.cpython-36.pyc | Bin 2609 -> 2610 bytes .../website/__pycache__/urls.cpython-36.pyc | Bin 1768 -> 1815 bytes reValuate/website/settings.py | 4 +- reValuate/website/urls.py | 2 + 12 files changed, 280 insertions(+), 29 deletions(-) diff --git a/reValuate/db.sqlite3 b/reValuate/db.sqlite3 index b0eae31dcaca746183a7bc19c4b4a2b2bab79f12..70848d71b3424f3329ee9303e43fb9878ff59338 100644 GIT binary patch delta 145 zcmV;C0B-+)zzBfA2#^~ALXjLp0Yb50*lrOxATTmIGB-LhFfKPTI5#*lvq^8eAP4~t z+yD;T4Y#p@tqlSJC9#1a0khnmC;#0VR=vA%onnx7@D*C}0Qy z58?n1;t#{K5pcQ>0Uwb;8y+14K?yQ2GBGVMGc7PSATc>QG&DLhF)lJUF)%PPC1)#e delta 493 zcmaiwy>8k-0D!SkB|1-7GpFZikekfc&6u!RXz_(Wi9JoLIdA=u?kgQ>% zL0XnE6jgO+gg;6JzL@4-WX1IU^KJ3!%Uk|g^TuJbB%TCx=A*Scz~j&hm1QLR7t8Y` z@_ZP}Ww){I%$l*inX*=U3~DP!S1RF=rHZ7gpG+zXZ{WZM8T1hzj?DVdRj4#4Q)11! z7alkx{?IcFNc&yIQY5Qab>|22NV*E-F6c!`2e&I*F+pK4M#?AErXHcokshzeiP5y@ z)TnkVwC&6rQx;E;`j%glh`AjZ>=h+brpw$npXaLN^OVwHSeTE@M0Ez&Kf1MLCk)>VseV;4vLYfmY zA>Hjox5E2(`6lpXk@2SZvysz!(= KqB52dg!nge8kO<@ diff --git a/reValuate/home/static/home/css/style.css b/reValuate/home/static/home/css/style.css index 3d6a2240..3f6c9fd7 100644 --- a/reValuate/home/static/home/css/style.css +++ b/reValuate/home/static/home/css/style.css @@ -48,7 +48,7 @@ body{ background-color: #4CAF50; } -a { +a.navlink { color: white; font-size: 30px; transition: 0.6s; diff --git a/reValuate/home/static/home/css/upload.css b/reValuate/home/static/home/css/upload.css index efff0521..1c077945 100644 --- a/reValuate/home/static/home/css/upload.css +++ b/reValuate/home/static/home/css/upload.css @@ -15,7 +15,7 @@ } .fancyButton:hover { - background-color: green; + background-image: url("images/header.png"), linear-gradient( 292.6deg, rgba(255,255,255,1) -44.1%, rgba(40,167,69,1) 100.5% ); color: white; } diff --git a/reValuate/templates/base.html b/reValuate/templates/base.html index fb1d0e44..5640b885 100644 --- a/reValuate/templates/base.html +++ b/reValuate/templates/base.html @@ -22,25 +22,34 @@