]> git.bochard.net Git - mysite.git/commitdiff
email.php
authorbochard <git@bochard.net>
Thu, 7 Aug 2025 01:10:27 +0000 (09:10 +0800)
committerbochard <git@bochard.net>
Thu, 7 Aug 2025 01:16:04 +0000 (09:16 +0800)
email.php [new file with mode: 0644]
images/email.jpg [new file with mode: 0644]
parts/sidebar.php
stylesheets/root.css

diff --git a/email.php b/email.php
new file mode 100644 (file)
index 0000000..5d5ffcb
--- /dev/null
+++ b/email.php
@@ -0,0 +1,23 @@
+<?php
+  require_once("{$_SERVER['DOCUMENT_ROOT']}/parts/head.php");
+  $pgtitle = "contact";
+  $pgdescription = "send an email";
+  head($pgtitle, $pgdescription);
+?>
+<body>    
+  <table id="content">
+    <tr>
+      <?php include_once("$parts/sidebar.php");?>
+      
+      <td id="body">
+        <h1>Email me</h1>
+        <p>I'm not going to make you type in a form haha, I don't like that. Email me with your favorite mailer. Talk to me about anything—really, anything &lpar;except for those ads and promotions related emails&rpar;.</p>
+        <img src="/images/email.jpg" width="400" alt="email" title="handwritten using my computer mouse">
+        <p>I will respond to you as soon as I can. If weeks has passed and you still did not got a reply, it could mean that I'm already dead &lpar;or it could just be that your email has been automatically moved to spam folder&rpar;.</p>
+      </td>
+    </tr>
+    
+               <?php include_once("$parts/footer.php");?>
+  </table>
+</body>
+</html>
diff --git a/images/email.jpg b/images/email.jpg
new file mode 100644 (file)
index 0000000..100cb10
Binary files /dev/null and b/images/email.jpg differ
index 5210679a9479415c7a7d0907e011582db4077459..97dcd463fac2ba19e770e0d18e2dc6531bbfe427 100644 (file)
@@ -15,7 +15,7 @@
     <li><a href="/guestbook.php" title="fill up before you leave">guestbook</a></li>
     <li><a href="/works" title="programming">works</a></li>
     <li><a href="/files" title="random files on my computer">files</a></li>
-    <li><a href="mailto:mail@bochard.net" title="talk to me">email</a></li>
+    <li><a href="/email.php" title="talk to me">email</a></li>
   </ul>
   <hr>
   <?php include_once("$parts/scribbles.php");?>
index aadf6d3d0dd0714f815604cecedbddcfa176aad8..031e6e43e9fb71fb673ffb8aa0acbc47b103197f 100644 (file)
@@ -6,6 +6,7 @@ body {
        background-attachment: fixed;
 */
        background-repeat: repeat;
+       font-size: 16px;
 }
 h1, h2, h3, h4, h5, h6 {
        font-size: 28px;