From 6235fb58955e2bc193d6ce40a4d74b33ab47dfce Mon Sep 17 00:00:00 2001
From: gunturkunhakan
Date: Tue, 18 May 2021 22:39:49 -0500
Subject: Welcome to GeneCup
---
static/black_logo.png | Bin 0 -> 362673 bytes
static/cytos.png | Bin 0 -> 298585 bytes
static/logo_black.svg | 127 ++++++++++++++++++++++++++++++++++++++++++++++++
static/logo_white.svg | 130 ++++++++++++++++++++++++++++++++++++++++++++++++++
static/ratspub.png | Bin 298585 -> 0 bytes
static/style.css | 12 ++++-
static/white_logo.png | Bin 0 -> 424480 bytes
7 files changed, 268 insertions(+), 1 deletion(-)
create mode 100644 static/black_logo.png
create mode 100644 static/cytos.png
create mode 100644 static/logo_black.svg
create mode 100644 static/logo_white.svg
delete mode 100644 static/ratspub.png
create mode 100644 static/white_logo.png
(limited to 'static')
diff --git a/static/black_logo.png b/static/black_logo.png
new file mode 100644
index 0000000..0858f82
Binary files /dev/null and b/static/black_logo.png differ
diff --git a/static/cytos.png b/static/cytos.png
new file mode 100644
index 0000000..9fa0a49
Binary files /dev/null and b/static/cytos.png differ
diff --git a/static/logo_black.svg b/static/logo_black.svg
new file mode 100644
index 0000000..19bfb3e
--- /dev/null
+++ b/static/logo_black.svg
@@ -0,0 +1,127 @@
+
+
+
+
diff --git a/static/logo_white.svg b/static/logo_white.svg
new file mode 100644
index 0000000..c89e4e9
--- /dev/null
+++ b/static/logo_white.svg
@@ -0,0 +1,130 @@
+
+
+
+
diff --git a/static/ratspub.png b/static/ratspub.png
deleted file mode 100644
index 9fa0a49..0000000
Binary files a/static/ratspub.png and /dev/null differ
diff --git a/static/style.css b/static/style.css
index 857fd00..d4cc2ee 100644
--- a/static/style.css
+++ b/static/style.css
@@ -61,4 +61,14 @@ a:active {
.loginout {
color: black
-}
\ No newline at end of file
+}
+
+.inval {
+ font-size: 1.3rem;
+ font-weight: 80;
+ color:red
+}
+
+ul {
+ margin-left:40px;
+}
diff --git a/static/white_logo.png b/static/white_logo.png
new file mode 100644
index 0000000..a16d281
Binary files /dev/null and b/static/white_logo.png differ
--
cgit v1.2.3