From adda1a38ea9a6b936efc625f48fefe883b5225fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric-Antoine=20Ouellet?= <1925921@cstjean.qc.ca> Date: Mon, 24 Jan 2022 21:43:55 -0500 Subject: [PATCH] add copyright & github link --- public/chat.html | 10 +++++++ public/css/common.css | 13 +++++++++ public/index.html | 61 +++++++++++++++++++++++++++---------------- 3 files changed, 62 insertions(+), 22 deletions(-) diff --git a/public/chat.html b/public/chat.html index 62794cc..3d7bc17 100644 --- a/public/chat.html +++ b/public/chat.html @@ -44,6 +44,16 @@

Users 

+ +
+ + + https://github.com/cedricouellet/no-chat + + +
diff --git a/public/css/common.css b/public/css/common.css index 410b448..3c673c2 100644 --- a/public/css/common.css +++ b/public/css/common.css @@ -56,3 +56,16 @@ input { .btn:hover { background-color: var(--accent-hover-color); } + +.copyright:hover { + cursor: default; +} + +.bottom { + text-align: center; + position: absolute; + color: var(--primary-color); + left: 50%; + bottom: 2%; + transform: translate(-50%, 0); +} diff --git a/public/index.html b/public/index.html index ed8aeab..96974bf 100644 --- a/public/index.html +++ b/public/index.html @@ -1,35 +1,52 @@ - - + - - + + NoChat - Home - + - +
- -
-
-
- - -
- -
+ +
+
+
+ + +
+ +
+
+ +
+ + + https://github.com/cedricouellet/no-chat + + +
- - - \ No newline at end of file + +