diff --git a/static/css/style.css b/static/css/style.css new file mode 100644 index 00000000..e6721b4a --- /dev/null +++ b/static/css/style.css @@ -0,0 +1,38 @@ +.footer { + position: fixed; + left: 0; + bottom: 0; + width: 100%; + background-color: black; + color: white; + text-align: center; + display: block; + padding: 10px 0; + } + + #corner-btn { + position: absolute; + right: 15px; + top: 15px; + padding:2px 4px; + } + + .analyzed_text{ + font-size: 1.1rem; + font-family: 'Roboto', sans-serif; + white-space: pre-wrap; + } + + .aboutus{ + font-size: 1.1rem; + } + + .analyzed_text:hover, .analyzed_css:hover{ + color: red; +} + +img.aboutimg{ + width: 50vw; + margin:auto auto; + display: block; +} \ No newline at end of file diff --git a/static/favicon.ico b/static/favicon.ico new file mode 100644 index 00000000..2b8f8e34 Binary files /dev/null and b/static/favicon.ico differ diff --git a/static/img/about.png b/static/img/about.png new file mode 100644 index 00000000..8da4f0ef Binary files /dev/null and b/static/img/about.png differ diff --git a/static/img/error.jpg b/static/img/error.jpg new file mode 100644 index 00000000..bc8c80cf Binary files /dev/null and b/static/img/error.jpg differ diff --git a/static/img/time.jpg b/static/img/time.jpg new file mode 100644 index 00000000..61cdff97 Binary files /dev/null and b/static/img/time.jpg differ diff --git a/templates/about.html b/templates/about.html index fe320a7d..3b1c5257 100644 --- a/templates/about.html +++ b/templates/about.html @@ -1,68 +1,81 @@ +{% load static %} -
- - - - - + + + + -
+ Text Utils is a Django based text utility app which can remove newlines, punctuations, numbers + and extra spaces. It can also transforms the given text into uppercase. It is completely free to use and you can too contribute to its codebase. +
+