From 6ff95e94c26166e91b4945b6a8d0264ce18d442d Mon Sep 17 00:00:00 2001 From: uint Date: Wed, 3 Dec 2025 20:24:59 +0000 Subject: add contact page --- contact.html | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ index.html | 12 ++++++------ ring.png | Bin 0 -> 11743 bytes style.css | 2 +- template.html | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 110 insertions(+), 7 deletions(-) create mode 100644 ring.png create mode 100644 template.html diff --git a/contact.html b/contact.html index e69de29..b82fd0f 100644 --- a/contact.html +++ b/contact.html @@ -0,0 +1,51 @@ + + + + + mallocd.com + + + + + + + + + + +
+

: mallocd :

+
+ + + +
+ +

contact

+

you can contact me from my email or from my github

+
+ + + + + diff --git a/index.html b/index.html index f7b7dec..29e35a4 100644 --- a/index.html +++ b/index.html @@ -29,20 +29,20 @@

projects:

- +

- Hi, I'm uint and I build many things in C. This website documents my projects, and other stuff + im uint and i build many things in c. this website documents my projects and other stuff

featured:

diff --git a/ring.png b/ring.png new file mode 100644 index 0000000..99970b4 Binary files /dev/null and b/ring.png differ diff --git a/style.css b/style.css index 46db2ef..d8e8451 100644 --- a/style.css +++ b/style.css @@ -86,7 +86,7 @@ article { max-width: 800px; } -.birb9 { +.art_img { image-rendering: pixelated; image-rendering: crisp-edges; image-rendering: -moz-crisp-edges; diff --git a/template.html b/template.html new file mode 100644 index 0000000..1b30e6c --- /dev/null +++ b/template.html @@ -0,0 +1,52 @@ + + + + + mallocd.com + + + + + + + + + + +
+

: mallocd :

+
+ + + +
+ +

title

+

template

+ +
+ + + + + -- cgit v1.2.3