summaryrefslogtreecommitdiff
path: root/main.html
diff options
context:
space:
mode:
authorMilan Mišić <twoexem@gmail.com>2024-04-01 16:57:55 +0200
committerMilan Mišić <twoexem@gmail.com>2024-04-01 16:57:55 +0200
commitc6a4f87b5d9f5b5ab8c7a978cfee9631e34de80b (patch)
tree2d3f21b6d0960b3aa3f07704401820126581598d /main.html
parentce484ee66d556924f319517814cd7121485cf5ed (diff)
Fixed missing div in main.html
Diffstat (limited to 'main.html')
-rwxr-xr-xmain.html117
1 files changed, 59 insertions, 58 deletions
diff --git a/main.html b/main.html
index 905fdf3..470f2bf 100755
--- a/main.html
+++ b/main.html
@@ -22,78 +22,79 @@
<div class=text>
This site is still under development and not complete. Most of the links aren't fully done yet and may lead to incomplete or missing pages.
</div>
- <br>
- <div class="grid">
- <div class=title>
- <i>About Me</i>
- <div class=image>
- <a href=/abtm>
- <img src=/resources/abtm/thumb.jpg alt="A stylized image of twoexem.">
+ <br>
+ <div class="grid">
+ <div class=title>
+ <i>About Me</i>
+ <div class=image>
+ <a href=/abtm>
+ <img src=/resources/abtm/thumb.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/collection/thumb.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/swhw/thumb.jpg alt="A photograph of the inside of the server hosting this website, a Dell Precision T7500.">
</a>
</div>
</div>
-
- <div class=title>
- <i>My Collection</i>
+ <div class=title>
+ <i>Photography</i>
<div class=image>
- <a href=/collection>
- <img src=/resources/collection/thumb.jpg alt="A photograph of a shelf full of old audio and video equipment.">
+ <a href=/photography>
+ <img src="/resources/photography/thumb.jpg" alt="A beautiful analog photograph of a summer landscape.">
</a>
</div>
</div>
-
- <div class=title>
- <i>Software & Hardware</i>
- <div class=image>
- <a href=/swhw>
- <img src=/resources/swhw/thumb.jpg alt="A photograph of the inside of the server hosting this website, a Dell Precision T7500.">
- </a>
+ <div class=title>
+ <i>Videography</i>
+ <div class=image>
+ <a href=/videography>
+ <img src="/resources/videography/thumb.jpg" alt="A self-photograph of the Panasonic NV-GS400 camcorder.">
+ </a>
+ </div>
</div>
- </div>
- <div class=title>
- <i>Photography</i>
- <div class=image>
- <a href=/photography>
- <img src="/resources/photography/thumb.jpg" alt="A beautiful analog photograph of a summer landscape.">
- </a>
+ <div class=title>
+ <i>Tinkering</i>
+ <div class=image>
+ <a href=/tinkering>
+ <img src=/resources/tinkering/thumb.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>
- <div class=title>
- <i>Videography</i>
- <div class=image>
- <a href=/videography>
- <img src="/resources/videography/thumb.jpg" alt="A self-photograph of the Panasonic NV-GS400 camcorder.">
- </a>
+ <br><br>
+
+ <div class="button">
+ <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="legal">Legal & Licenses</a>
</div>
</div>
- <div class=title>
- <i>Tinkering</i>
- <div class=image>
- <a href=/tinkering>
- <img src=/resources/tinkering/thumb.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>
+ <br>
+ <div class="button">
+ <div>
+ <a href=https://git.twoexem.com>cgit server</a>
</div>
</div>
-
- </div>
- <br><br>
-
- <div class="button">
- <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="legal">Legal & Licenses</a>
- </div>
- </div>
- <br>
- <div class="button">
- <div>
- <a href=https://git.twoexem.com>cgit server</a>
- </div>
- </div>
- <br>
- <div class="button">
- <div>
- <a href=mailto:twoexem@gmail.com>Contact / Feedback</a>
+ <br>
+ <div class="button">
+ <div>
+ <a href=mailto:twoexem@gmail.com>Contact / Feedback</a>
+ </div>
</div>
</main>
</body>