From 1df319f20528a419b4dc1dab4055cc5716d1a77b Mon Sep 17 00:00:00 2001 From: The Magician Date: Sat, 2 Dec 2023 20:36:49 +0000 Subject: [PATCH] Add detail to the main page --- index.html | 25 +++++++++++++++++++++++-- styles/index.css | 12 ++++++++++++ 2 files changed, 35 insertions(+), 2 deletions(-) create mode 100644 styles/index.css diff --git a/index.html b/index.html index 8b58bb0..7c34f75 100644 --- a/index.html +++ b/index.html @@ -7,6 +7,7 @@ + @@ -35,8 +36,28 @@
-
-

This is the back side of The Magician.

+
+
+

The Magician

+

Freelance Computer Scientist

+
+ +
+

Meanings (Upright)

+

Software developer, open-source contributor, technologist

+
+ +
+

Meanings (Inverted)

+

Penetration tester, bug hunter, exploit developer

+
+ +
+

Links

+

Personal Projects (Gitea)

+

Open-Source Contributions (Github)

+

Tutorials (Youtube)

+
diff --git a/styles/index.css b/styles/index.css new file mode 100644 index 0000000..9695dcf --- /dev/null +++ b/styles/index.css @@ -0,0 +1,12 @@ +.the-magician__info { + height: 100%; + + background: white; + + text-align: center; + font-family: monospace; + + display: flex; + flex-direction: column; + justify-content: space-around; +}