From 4d5ec4653f32f64504481aef704c05210e09af5d Mon Sep 17 00:00:00 2001 From: Mohamad Damaj Date: Wed, 9 Aug 2023 19:53:00 +0300 Subject: [PATCH] Drop the current design --- css/main.css | 19 +++---------------- old/index.php | 7 ------- templates/header.php | 2 ++ 3 files changed, 5 insertions(+), 23 deletions(-) delete mode 100644 old/index.php diff --git a/css/main.css b/css/main.css index 589ae5f..76f964b 100755 --- a/css/main.css +++ b/css/main.css @@ -12,30 +12,21 @@ b { color: #ffffff; font-size: 15px; } -middle { - text-align: center; - display: block; -} + .circle { width: 80px; height: 80px; background-color: #000000; - border: 10px solid #1f2025; border-radius: 50%; position: absolute; top: 5%; /* Adjust the top and left properties to position the circle */ - left: 50%; + left: 10%; transform: translateX(-50%); z-index: 1; /* Set a higher z-index to ensure the circle appears on top of the square */ background-image: url("/img/d301d.png"); /* Add this line to set the image */ background-size: cover; /* Add this line to ensure the image covers the circle */ } -body { - background-color: #1f2024; - box-shadow: 0px 0px 15px #000000; - padding: 80px; - border-radius: 5px; -} + p, h1, h2, h3, h4, h5, h6, pre, span { font-family: monospace; color: #f8f9f8; @@ -49,14 +40,10 @@ hr { .logo { font-family: monospace; font-size: 35pt; - text-align: center; - display: block; color: #FFFFFF; } .links { font-size: 10pt; - vertical-align: middle; - text-align: center; } .code { text-align: center; diff --git a/old/index.php b/old/index.php deleted file mode 100644 index aa09c81..0000000 --- a/old/index.php +++ /dev/null @@ -1,7 +0,0 @@ - - EOL - - - -

Redirecting to https://damaj.tech

- \ No newline at end of file diff --git a/templates/header.php b/templates/header.php index 178526b..71b8400 100755 --- a/templates/header.php +++ b/templates/header.php @@ -1,3 +1,5 @@ +

+