summaryrefslogtreecommitdiff
path: root/contact.html
diff options
context:
space:
mode:
authoruint <abhinav.prsai@gmail.com>2025-12-03 20:24:59 +0000
committeruint <abhinav.prsai@gmail.com>2025-12-03 20:24:59 +0000
commit6ff95e94c26166e91b4945b6a8d0264ce18d442d (patch)
treeaeefbf0d62a4ff48bbdb1ac372364965a6d0666d /contact.html
parente2221254889351c32b5f4f8608c95b17f0213c48 (diff)
add contact page
Diffstat (limited to 'contact.html')
-rw-r--r--contact.html51
1 files changed, 51 insertions, 0 deletions
diff --git a/contact.html b/contact.html
index e69de29..b82fd0f 100644
--- a/contact.html
+++ b/contact.html
@@ -0,0 +1,51 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="UTF-8">
+ <title>mallocd.com</title>
+
+ <link rel="stylesheet" href="style.css" type="text/css">
+
+ <link rel="preconnect" href="https://fonts.googleapis.com">
+ <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
+ <link href="https://fonts.googleapis.com/css2?family=Libertinus+Serif:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap" rel="stylesheet">
+</head>
+
+<body>
+
+ <header>
+ <h1><a href="index.html" class="h_mallocd">: mallocd :</a></h1>
+ </header>
+
+ <nav id="side-bar">
+ <div>
+ <p class="side-title">pages:</p>
+ <ul>
+ <li><a href="about.html">> about</a></li>
+ <li><a href="projects.html">> projects</a></li>
+ <li><a href="docs/sxwm-dev.html">> docs</a></li>
+ <li><a href="contact.html">> contact</a></li>
+ </ul>
+
+ <p class="side-title">projects:</p>
+ <ul>
+ <li><a href="projects/asimotive3d.html">> asimotive3d/</a></li>
+ <li><a href="projects/sxwm.html">> sxwm/</a></li>
+ <li><a href="projects/sxbar.html">> sxbar/</a></li>
+ <li><a href="projects/xpet.html">> xpet/</a></li>
+ </ul>
+ </div>
+ </nav>
+
+ <article>
+ <img src="ring.png" class="art_img">
+ <h2>contact</h2>
+ <p>you can contact me from my <a href="mailto:abhinav.prsai@gmail.com">email</a> or from my <a href="https://github.com/uint23">github</a></p>
+ </article>
+
+ <footer>
+ <p>(c) 2025 uint</p>
+ </footer>
+
+</body>
+</html>