aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com>2020-10-19 22:37:30 +0530
committerVidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com>2020-10-19 22:37:30 +0530
commit259de6ca97ba95fdfc500015825792e1cd979316 (patch)
tree5190d56f7d908992508ca5a95610560274eb5232
parent7a34e67725a24f686db5e703761fa0d92e2c8d35 (diff)
it looks cool now:
-rw-r--r--media/image-big.pngbin0 -> 347647 bytes
-rw-r--r--static/css/HG.pngbin0 -> 149549 bytes
-rw-r--r--static/css/HG2.pngbin0 -> 77249 bytes
-rw-r--r--static/css/image-big.pngbin0 -> 347647 bytes
-rw-r--r--static/css/new.main.css18
-rw-r--r--templates/new.index.html5
6 files changed, 21 insertions, 2 deletions
diff --git a/media/image-big.png b/media/image-big.png
new file mode 100644
index 0000000..44bb792
--- /dev/null
+++ b/media/image-big.png
Binary files differ
diff --git a/static/css/HG.png b/static/css/HG.png
new file mode 100644
index 0000000..ff657d1
--- /dev/null
+++ b/static/css/HG.png
Binary files differ
diff --git a/static/css/HG2.png b/static/css/HG2.png
new file mode 100644
index 0000000..d5ed4e8
--- /dev/null
+++ b/static/css/HG2.png
Binary files differ
diff --git a/static/css/image-big.png b/static/css/image-big.png
new file mode 100644
index 0000000..44bb792
--- /dev/null
+++ b/static/css/image-big.png
Binary files differ
diff --git a/static/css/new.main.css b/static/css/new.main.css
index 12be42c..d6eef9d 100644
--- a/static/css/new.main.css
+++ b/static/css/new.main.css
@@ -2,6 +2,10 @@ body {
background-color: #232627;
}
+strong {
+ color: red;
+}
+
.navbar {
background-color: #222526;
overflow: hidden;
@@ -55,3 +59,17 @@ body {
}
/*Navbar is done*/
+.body {
+ background-image: url("HG.png");
+ background-repeat: no-repeat;
+ background-position: left center;
+ text-align: center;
+}
+
+.body h1, p {
+ color: #f0f0f0;
+ background-color: #23262766;
+ display: inline;
+ float: right;
+ margin-right: 3%;
+}
diff --git a/templates/new.index.html b/templates/new.index.html
index 9d25b71..ba6c679 100644
--- a/templates/new.index.html
+++ b/templates/new.index.html
@@ -26,8 +26,9 @@
</div>
- <div id="">
- <h1 color="white">This page is not done yet; <a href="/en">this</a> is the working one.</h1>
+ <div class="body" id="body">
+ <h1>Enter someone's name to send them to <strong>hell</strong>.</h1>
+ <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
</div>
<div id="foot">
</div>