aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMarco Alexander Fischer2018-10-06 20:09:11 +0200
committerMarco Alexander Fischer2018-10-06 20:09:11 +0200
commit81d3cefcbb0418486922fd9acd1688a03a4d6338 (patch)
tree1a5399b289a2c9b30121d5456197dbea3783a820
parent680ec96536a7080b1461b54ff27e53bb143b1ea9 (diff)
Improved UI :lipstick:
-rw-r--r--assets/css/style.css6
-rw-r--r--assets/images/bg.jpgbin3514543 -> 2014539 bytes
-rw-r--r--assets/images/logo_light.pngbin0 -> 23015 bytes
-rw-r--r--index.html5
4 files changed, 10 insertions, 1 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index af2f74d..3152e92 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -115,6 +115,12 @@ body {
font-size: 13px;
}
+.bottom-right-logo {
+ position: absolute;
+ bottom: 5px;
+ right: 20px;
+}
+
a:visited {
text-decoration: none;
color: #FB5D5E;
diff --git a/assets/images/bg.jpg b/assets/images/bg.jpg
index 07f3d25..e6c5d56 100644
--- a/assets/images/bg.jpg
+++ b/assets/images/bg.jpg
Binary files differ
diff --git a/assets/images/logo_light.png b/assets/images/logo_light.png
new file mode 100644
index 0000000..0eb2db1
--- /dev/null
+++ b/assets/images/logo_light.png
Binary files differ
diff --git a/index.html b/index.html
index d3f1285..83887fd 100644
--- a/index.html
+++ b/index.html
@@ -25,7 +25,7 @@
</section>
<div class="heading">
<div class="typewriter">
- <h1>Welcome to Texx!</h1>
+ <h1>Welcome to texx!</h1>
</div>
</div>
<div class="loginFormBox">
@@ -48,6 +48,9 @@
<p>No account yet? <a href="#">Register here!</a></p>
</div>
</div>
+ <div class="bottom-right-logo">
+ <img src="assets/images/logo_light.png" height="41px" width="95.28571428571429px">
+ </div>
<script src="./assets/js/jquery.js"></script>
<script src="./assets/js/preLoader.js"></script>