diff --git a/website/static/css/style.css b/website/static/css/style.css index e87738815..5e001e0a3 100644 --- a/website/static/css/style.css +++ b/website/static/css/style.css @@ -337,4 +337,39 @@ a:hover{ } .leaderboard-rank { margin-top: -33px; +} +.form-group span { + margin-left: 60px; +} +.form-group .btn-primary { + width: 100%; +} +textarea { + resize: vertical; +} +input[type='file'] { + opacity: 0; + width: 1px; + height:1px; +} +.submit_button { + width: 100%; +} +.panel-heading .col-xs-3 { + width:75px; + height:75px; +} +.panel-heading .col-xs-3 { + background-color:white; + width:75px; + height:75px; +} +.panel-heading .col-xs-9 { + color:white; +} +.owasp-panel { + background-color:#234082; +} +.owasp-panel .col-xs-9{ + color:white; } \ No newline at end of file diff --git a/website/templates/index.html b/website/templates/index.html index 112e9318e..9ed5e04c1 100644 --- a/website/templates/index.html +++ b/website/templates/index.html @@ -4,143 +4,199 @@ {% load socialaccount %} {% load humanize %} {% providers_media_js %} + {% block content %} -