This commit is contained in:
martyTF 2026-02-14 18:05:00 +01:00
parent 89e8c4cd58
commit 8f85cc9cac

View file

@ -25,7 +25,7 @@
<a class="link" href="/">Marty.TF</a>
</h1>
</div>
<div class="box" id="lightdark" style="background-color: #ffffff00">
<div class="box" id="lightdark">
<a class="link" href="#" id="lightmode" onclick="button_lightmode()">&nbsp;</a>
<a class="link" href="#" id="darkmode" onclick="button_darkmode()">&nbsp;</a>
</div>
@ -34,12 +34,12 @@
<!-- Links Row -->
<div id="linksrow" class="box links">
<a class="link" href="javascript:void(0)" id="searchbutton" onclick="shiftcontent('search')">search</a>
<a class="link" href="javascript:void(0)" id="servicesbutton" onclick="shiftcontent('services')">services</a>
<!-- <a class="link" href="javascript:void(0)" id="servicesbutton" onclick="shiftcontent('services')">services</a> -->
<a class="link" href="javascript:void(0)" id="aboutbutton" onclick="shiftcontent('about')">about</a>
<br class="headersplit">
<a class="link" href="javascript:void(0)" id="dotfilesbutton" onclick="shiftcontent('dotfiles')">dotfiles</a>
<!-- <a class="link" href="#" onclick="shiftcontent('server')">Server Setup</a> -->
<a class="link" href="javascript:void(0)" id="projectsbutton" onclick="shiftcontent('projects')">projects</a>
<!-- <a class="link" href="javascript:void(0)" id="projectsbutton" onclick="shiftcontent('projects')">projects</a> -->
<a class="link" href="javascript:void(0)" id="contactbutton" onclick="shiftcontent('contact')">contact</a>
</div>
@ -50,11 +50,11 @@
<div class="box-shower" id="search">
<div class="box-wrapper">
<div class="box">
<form id="search-box" action="https://search.marty.tf/search" method="get" class="search-box">
<form id="search-box" action="https://duckduckgo.com/search" method="get" class="search-box">
<input id="searchbox" class="box" type="text" name="q" placeholder="search the web" autocomplete="off">
<button form="search-box" type="submit" style="display:none">Go</button>
</form>
<p class="links">powered by <a class="link" href="https://github.com/searxng/searxng">SearXNG</a>, a self-hosted <a class="link" href="https://en.wikipedia.org/wiki/Metasearch_engine"> metasearch engine </a></p>
<p class="links">powered by <a class="link" href="https://duckduckgo.com">DuckDuckGo</a> </p>
<!--
<div class="box-wrapper nolinks" id="service_icons">
<a class="service_icon bmks" href="https://watch.marty.tf"></a>
@ -89,7 +89,6 @@
</div>
</div>
-->
<div class="box-shower" id="services">
<div class="box-wrapper">
@ -110,6 +109,7 @@
</div>
</div>
-->
<div class="box-shower" id="about">
<div class="box-wrapper">
<div class="box">
@ -120,7 +120,7 @@
as I am not a webdev, this will be very barebones, and will be an aesthetic disaster <br> <br>
enjoy
</div>
<div class="box links" style="text-align: left">
<div class="box links">
licenses:
<ul>
<li>font: <a href="https://github.com/Trzcin/Fira-Code-Nerd"> firacode nerd font </a>
@ -157,7 +157,7 @@
</div>
</div>
</div>
<!--
<div class="box-shower" id="projects">
<div class="box-wrapper">
<div class="box" id="projectbox">
@ -169,7 +169,7 @@
</div>
</div>
</div>
</div>
</div> -->
<div class="box-shower" id="cybersec_glb11c">
<div class="box-wrapper">
@ -218,14 +218,6 @@
headshot drawn by <a class="link" href="https://linktr.ee/Narklos">narklos</a>
</div>
<div class="box links" id="contactbox">
<div class="box-wrapper">
<div class="box">
discord
</div>
<div class="box">
<a href="https://discordapp.com/channels/@me/166778675390447616">martytf</a>
</div>
</div>
<div class="box-wrapper">
<div class="box">
mail
@ -239,7 +231,7 @@
matrix
</div>
<div class="box">
<a href="https://matrix.to/#/@marty:chat.marty.tf"> @marty:chat.marty.tf </a>
<a href="https://matrix.to/#/@marty:yap.marty.tf"> @marty:yap.marty.tf </a>
</div>
</div>
<div class="box-wrapper">
@ -257,11 +249,9 @@
</div>
<div class="box footnote links" id="footer">
© 2023-2024 Marty.TF
© 2023-2026 Marty.TF
|
<a class="link" href="https://github.com/martyTF/marty.tf-new">github repo</a>
|
<a class="link" href="https://martytf.github.io/marty.tf-new/">last stable version</a>
<a class="link" href="https://git.marty.tf/marty/marty.tf">git repo</a>
</div>
</body>