summaryrefslogtreecommitdiff
path: root/main.html
diff options
context:
space:
mode:
authormm <mm@mm-server.fritz.box>2023-08-29 14:44:14 +0200
committermm <mm@mm-server.fritz.box>2023-08-29 14:44:14 +0200
commita3ace459ad663f9fd01624320e7c0ec7a132cdce (patch)
treeb989c1a6a01fd12f03c675b31f3584c1bd1a435a /main.html
First commit
Diffstat (limited to 'main.html')
-rwxr-xr-xmain.html96
1 files changed, 96 insertions, 0 deletions
diff --git a/main.html b/main.html
new file mode 100755
index 0000000..a843214
--- /dev/null
+++ b/main.html
@@ -0,0 +1,96 @@
+<!DOCTYPE html>
+<html lang = "en">
+ <head>
+ <meta charset="UTF-8">
+ <meta name="description" content="Under construction!">
+ <link rel="stylesheet" href=/beauty.css>
+ <link rel="icon" href="icon.png" type="image/png">
+
+ <title>
+ Twoexem
+ </title>
+ </head>
+
+ <body>
+ <header>
+ <h1>Welcome to Twoexems internet website!</h1>
+ <!--<div class=subheader>Please don't DDoS it</div>-->
+ </header>
+ <hr>
+ <main>
+ <!--Here is some stuff to look at:-->
+ <div class=list>
+ <div>
+ <div class=TOOD>
+ This site is still under development and not complete.
+ <!--<div class=TOOD>-->
+ Some of the links aren't fully done yet and may lead to incomplete or missing pages.
+ </div>
+ </div>
+ </div>
+ <br>
+ <div class="grid">
+ <div class=title>
+ <i>About Me</i>
+ <div class=image>
+ <a href=/abtm>
+ <img src=/resources/twxm.jpg alt="A stylized image of twoexem.">
+ </a>
+ </div>
+ </div>
+
+ <div class=title>
+ <i>My Collection</i>
+ <div class=image>
+ <a href=/collection>
+ <img src=/resources/Retro/DSC02098.JPG alt="A photograph of a shelf full of old audio and video equipment.">
+ </a>
+ </div>
+ </div>
+
+ <div class=title>
+ <i>Software & Hardware</i>
+ <div class=image>
+ <a href=/swhw>
+ <img src=/resources/hardware.JPG alt="A photograph of the inside of the server hosting this website, a Dell Precision T7500.">
+ </a>
+ </div>
+ </div>
+ <div class=title>
+ <i>Photography</i>
+ <div class=image>
+ <a href=/photography>
+ <img src="/resources/photography/Landschaft 2023/imm005_7.jpg" alt="A beautiful analog photograph of a summer landscape.">
+ </a>
+ </div>
+ </div>
+ <div class=title>
+ <i>Videography</i>
+ <div class=image>
+ <a href=/videography>
+ <img src="/resources/photography/Random stuff 2023/coolpix/IMGA0384.JPG" alt="A self-photograph of the Panasonic NV-GS400 camcorder.">
+ </a>
+ </div>
+ </div>
+ <div class=title>
+ <i>Tinkering</i>
+ <div class=image>
+ <a href=/tinkering>
+ <img src=/resources/workbench.jpg alt="A photograph of a clean workbench with laboraty items such as a CRT monitor, solder fume ventilation system, a function generator and an oscilloscope along other things.">
+ </a>
+ </div>
+ </div>
+
+ </div>
+ <br><br>
+
+ <div class="license">
+ <div>
+ <!--<a rel="license" href="licenses" target=_blank>Images and videos on this website are licensed under the CC BY-SA 4.0 License. The full website source code (HTML and CSS files) is licensed under the MIT license. Fonts have their own licenses. Click this button to see all used licenses and the source code.-->
+ <a rel="license" href="licenses">Licenses & Legal</a>
+ </div>
+ </div>
+ </main>
+ </body>
+
+</html>