From c901430c30283e0add87329ce5d2116549ea10ee Mon Sep 17 00:00:00 2001
From: oxi <74726611+oxi1224@users.noreply.github.com>
Date: Sun, 21 Aug 2022 15:51:37 +0200
Subject: Fix languages you cant program
---
index.html | 107 +++++++++++++++++++++++++++++++++++--------------------------
styles.css | 13 +++++++-
2 files changed, 74 insertions(+), 46 deletions(-)
diff --git a/index.html b/index.html
index 14c75b0..84bf733 100644
--- a/index.html
+++ b/index.html
@@ -40,51 +40,68 @@
/>
a picture of me being useless
i CANNOT program:
-
- its 2022, at least use c++
-
- its 2022, at least use java
-
-
- you should go get some bitches
-
- this is not centered and idk how to fix it
-
-
- who the fuck unironically uses ruby?
-
- :sOmEOneSAIdRUst: shut the fuck up ÅĠěŜŋżųŹ¢¶Ěá
-
-
- ([][[]]+[])[+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]
+
+
+
+
+
its 2022, at least use c++
+
+
+
+
its 2022, at least use java
+
+
+
+
you should go get some bitches
+
+
+
+
this is not centered and idk how to fix it
+
+
+
+
who the fuck unironically uses ruby?
+
+
+
+
:sOmEOneSAIdRUst: shut the fuck up ÅĠěŜŋżųŹ¢¶Ěá
+
+
+
+
([][[]]+[])[+!+[]]+(!![]+[][(![]+[])[+[]]+(![]+[])[!+[]+!+[]]+(![]+[])[+!+[]]+(!![]+[])[+[]]])[+!+[]+[+[]]]
+
+
+
i CANNOT be:
diff --git a/styles.css b/styles.css
index 9744380..4dbc6e7 100644
--- a/styles.css
+++ b/styles.css
@@ -31,7 +31,7 @@ html, body{
}
.javaimg{
- margin-left: 10%;
+ margin-left: 20%;
width: 50px;
height: 50px;
vertical-align: middle;
@@ -274,3 +274,14 @@ html{
font-weight: 9000;
font-size: 120%;
}
+
+/* disable pointer events on images */
+img{
+ pointer-events:none;
+}
+
+.languages-wrapper{
+ display: grid;
+ grid-template-columns: repeat(2, 1fr);
+ grid-template-rows: repeat(3, 1fr);
+}
\ No newline at end of file
--
cgit
From ff380e7a48ddb9a5769f9832cc86bf16e85d7307 Mon Sep 17 00:00:00 2001
From: echo <91651232+exhq@users.noreply.github.com>
Date: Sun, 21 Aug 2022 18:26:29 +0430
Subject: removed the pointer thingy
---
styles.css | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/styles.css b/styles.css
index 4dbc6e7..0cde154 100644
--- a/styles.css
+++ b/styles.css
@@ -275,13 +275,9 @@ html{
font-size: 120%;
}
-/* disable pointer events on images */
-img{
- pointer-events:none;
-}
.languages-wrapper{
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(3, 1fr);
-}
\ No newline at end of file
+}
--
cgit