summaryrefslogtreecommitdiff
path: root/contact.html
diff options
context:
space:
mode:
authorpdp8 <pdp8@pdp8.info>2024-07-27 20:13:00 +0200
committerpdp8 <pdp8@pdp8.info>2024-07-27 20:13:00 +0200
commitfd3a283476174695902bf8b05a81bd94bf1b84b9 (patch)
tree265b6a47933a63118c16d1deaa810555c3c16008 /contact.html
parentb3e0632e1bda4414398b4bbbae55b146e209e61f (diff)
picture albums, layout improvements (?)
Diffstat (limited to 'contact.html')
-rw-r--r--contact.html28
1 files changed, 12 insertions, 16 deletions
diff --git a/contact.html b/contact.html
index 72a44d4..22fca1a 100644
--- a/contact.html
+++ b/contact.html
@@ -12,26 +12,22 @@
</head>
<body>
<nav>
- <a id='logo' href='/about.html'><img src='/pdp8.png' alt='pdp8'></a>&nbsp;<a class='item' href='/music.html'>music</a>&nbsp;<a class='item' href='/pictures.html'>pictures</a>&nbsp;<a class='item' href='/videos.html'>videos</a>&nbsp;<a class='item' href='/climbing.html'>climbing</a>&nbsp;<a class='item' href='/code.html'>code</a>&nbsp;<a class='item current' href='/contact.html'>contact</a>&nbsp;<a class='item' href='/social/create.html'>social</a>&nbsp;<a class='item' href='/rss.xml'>rss</a>&nbsp;<a id='menu' href='#' onclick='show_vertical_menu()'>≡</a>
+ <a id='logo' href='/about.html'><img src='/pdp8.png' alt='pdp8 logo'></a>
+ <div class='menu'>
+ <a href='/music.html'>music</a><a href='/pictures.html'>pictures</a><a href='/videos.html'>videos</a><a href='/climbing.html'>climbing</a><a href='/code.html'>code</a><a class='current' href='/contact.html'>contact</a><a href='/social/create.html'>social</a><a href='/rss.xml'>rss</a>
+ </div>
</nav>
<div class='post'>
<h1>email</h1><a href='mailto:info@pdp8.info'>info@pdp8.info</a>
- <h1>fediverse</h1><a href='https://social.pdp8.info/pdp8'>@pdp8@social.pdp8.info</a> <!--
-<h1>matrix</h1>
-<a href='https://matrix.to/#/@pdp8:matrix.pdp8.info'>@pdp8:matrix.pdp8.info</a>
--->
+ <h1>fediverse</h1><a href='https://social.pdp8.info/pdp8'>@pdp8@social.pdp8.info</a>
<h1>newsletter</h1>
- <h2>subscribe</h2>send a mail to <a href='mailto:info@pdp8.info?subject=Subscribe'>info@pdp8.info</a> with <b>subscribe</b> in the subject (your address will be used only for the newsletter and won't be shared with anyone)
- <h2>unsubscribe</h2>send a mail to <a href='mailto:info@pdp8.info?subject=Subscribe'>info@pdp8.info</a> with <b>unsubscribe</b> in the subject
+ <p><em>your email will be used only for the newsletter and won't be shared with anyone</em></p>
+ <h2>subscribe</h2>send a mail to <a href='mailto:info@pdp8.info?subject=Subscribe'>info@pdp8.info</a> with <b>subscribe</b> in the subject line
+ <h2>unsubscribe</h2>send a mail to <a href='mailto:info@pdp8.info?subject=Subscribe'>info@pdp8.info</a> with <b>unsubscribe</b> in the subject line
+ </div>
+ <div class='license'>
+ <a href='mailto:info@pdp8.info'>©pdp8</a> <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>
+ <p>no tracking, no javascript, no server scripting. only boring html and css. source code: <a href='https://git.pdp8.info/pdp8.info/tree/'>https://git.pdp8.info/pdp8.info/tree/</a></p>
</div>
- <script>
- function show_vertical_menu() {
- document.getElementById("menu").style.display = "none"
- items = document.getElementsByClassName("item")
- for (i = 0; i < items.length; i++) {
- items[i].style.display = "block"
- }
- }
- </script>
</body>
</html>