diff --git a/website/static/css/style.css b/website/static/css/style.css index e38fbd81b2..a04e8c87be 100644 --- a/website/static/css/style.css +++ b/website/static/css/style.css @@ -370,4 +370,57 @@ input[type='file'] { } .owasp-panel .col-xs-9{ color:white; +} +.mega-block { + background: #fff none repeat scroll 0 0; + box-shadow: 0 0 10px #f1f1f1; + padding: 30px; + text-align: center; +} +.mega-block ul { + line-height: 35px; + list-style: outside none none; + margin: 0; + min-height: 198px; + padding: 0; +} +.mega-block a.boxed-btn { + margin: 0; +} +.mega-block h1 { + font-size: 55px; + font-weight: 300; +} +.mega-block h1 span { + font-size: 25px; + padding-right: 3px; +} +.mega-block h3 { + font-size: 25px; + font-weight: 300; +} +.gradient-style { + background: #000000; + background: -webkit-linear-gradient(45deg, #000000 0%, #ffffff 100%); + background: linear-gradient(45deg, #000000 0%, #ffffff 100%); + filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff', GradientType=1); +} +.gradient-style { + color: #fff; + box-shadow: 0 0 10px #ccc +} +.block-icon { + font-size: 80px; + line-height: 80px; + margin-bottom: 20px; +} +.gradient-style a { + background-color: transparent; + border: 1px solid #fff; + color: #fff; +} +.mega-block h3 span { + display: block; + font-size: 14px; + line-height: 20px; } \ No newline at end of file diff --git a/website/templates/index.html b/website/templates/index.html index 0e883f5a3d..08a1013311 100644 --- a/website/templates/index.html +++ b/website/templates/index.html @@ -8,6 +8,57 @@ {% block content %} +
+
+
+
+ +
+

Number Error

+

For pages where you see a number 404, 500.

+

+
+
+ +
+

Security

+

Data leaks, exploits or anything smelly.

+
+
+
+
+
+ +
+

Functional

+

Something doesn't work ?

+

+
+
+ +
+

Typo

+

Misspellings, misgrammers and more.

+
+
+
+
+
+ +
+

Performance

+

Anything over 5 seconds is allowed.

+

+
+
+ +
+

Design

+

Layout, responsiveness and improvements.

+
+
+
+