From 85b913207cc28a8a5f29b5f418e0d159ee35ee88 Mon Sep 17 00:00:00 2001 From: m1kadev <67912368+m1kadev@users.noreply.github.com> Date: Sun, 30 Nov 2025 00:38:55 +0100 Subject: [PATCH] initial commit --- README.md | 0 assets/github-mark-white.svg | 1 + index.css | 51 ++++++++++++++++++++++++++++++++++++ index.html | 40 ++++++++++++++++++++++++++++ 4 files changed, 92 insertions(+) create mode 100644 README.md create mode 100644 assets/github-mark-white.svg create mode 100644 index.css create mode 100644 index.html diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/assets/github-mark-white.svg b/assets/github-mark-white.svg new file mode 100644 index 0000000000000000000000000000000000000000..d5e64918546d9dd87c9742239deae2397e634343 --- /dev/null +++ b/assets/github-mark-white.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/index.css b/index.css new file mode 100644 index 0000000000000000000000000000000000000000..219b7f02e4884bbe33a179445ea96eb8170d1785 --- /dev/null +++ b/index.css @@ -0,0 +1,51 @@ +body, +html { + background-color: #101010; + margin: 0px; +} + +#title>h1, +h3 { + margin: 0px; + transform: scale(0.79, 1.0); +} + +#title>h3 { + text-align: right; +} + +h1 { + margin: 0px; +} + +#title { + font-family: 'Times New Roman', Times, 'serif' !important; + font-weight: bold; + display: inline-block; + color: #E0E0E0; +} + +#content { + font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; + color: #E0E0E0; + position: absolute; + top: 0px; + left: 0px; + width: 100vw; +} + +#main-focus { + background-color: #00000080; + width: 50vw; + margin: auto; + padding: 2em; +} + +footer { + display: flex; + justify-content: space-between; +} + +#lynx { + justify-content: right; +} \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000000000000000000000000000000000000..6c69d08a45f0104ff036c35063177d687ad753e8 --- /dev/null +++ b/index.html @@ -0,0 +1,40 @@ + + + + + + + home - m1kadev.nl + + + + +
+

.nl

+

m1kadev

+
+
+
+

Haii :3 i'm mika

+

+ i'm mika (stylised as m1ka, also m1kadev). i'm your favourite dutch persons favourite dutch person. big + fan of rust too. you can reach out to me per e-mail as linked in my github profile. i also respond to + discord dms over at m1kadev there. +

+
+ +
+
+ + + + \ No newline at end of file