aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorBobby <[email protected]>2023-05-03 23:15:05 -0400
committerBobby <[email protected]>2023-05-03 23:15:05 -0400
commitd0cc70333491e846c9db83f72408ecddcc3d42a1 (patch)
treeb6a68bd7457773eafe4c5650a0982d99ba7b899c /static
parent0f2f6bc1c5473558fe593ce6865d68e50272c4b5 (diff)
downloadthatcomputerscientist-d0cc70333491e846c9db83f72408ecddcc3d42a1.tar.xz
thatcomputerscientist-d0cc70333491e846c9db83f72408ecddcc3d42a1.zip
Updated welcome header
Diffstat (limited to 'static')
-rw-r--r--static/css/home.css17
-rw-r--r--static/images/backgrounds/welcome-banner.pngbin0 -> 1727378 bytes
2 files changed, 17 insertions, 0 deletions
diff --git a/static/css/home.css b/static/css/home.css
new file mode 100644
index 00000000..2b749c03
--- /dev/null
+++ b/static/css/home.css
@@ -0,0 +1,17 @@
+#welcome {
+ width: 730px;
+ height: calc(262px - 40px);
+ background: url('../images/backgrounds/welcome-banner.png') no-repeat;
+ background-size: 730px 262px;
+ margin: auto;
+ padding: 40px 0px 0px 0px;
+ border: 0px;
+ position: relative;
+ margin-top: 15px;
+ text-align: justify;
+}
+
+#welcome > p {
+ width: 500px;
+ margin: 12px 0px 12px 98px;
+}
diff --git a/static/images/backgrounds/welcome-banner.png b/static/images/backgrounds/welcome-banner.png
new file mode 100644
index 00000000..80d82681
--- /dev/null
+++ b/static/images/backgrounds/welcome-banner.png
Binary files differ