-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
262 lines (236 loc) · 9.74 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
<!DOCTYPE html>
<html lang="english">
<!-- Head -->
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta charset="UTF-8">
<title>Marty.TF</title>
<link rel="icon" href="src/marty_narklos.png">
<link rel="stylesheet" href="style.css">
<script src="script.js"></script>
</head>
<!-- Body -->
<body id="body" onload="startup()">
<!-- Header Bar -->
<div id="header" class="box">
<div class="box" id="hdrbx1">
</div>
<div class="box links" id="hdrbx2">
<h1>
<a class="link" href="/">Marty.TF</a>
</h1>
</div>
<div class="box" id="lightdark" style="background-color: #ffffff00">
<a class="link" href="#" id="lightmode" onclick="button_lightmode()"> </a>
<a class="link" href="#" id="darkmode" onclick="button_darkmode()"> </a>
</div>
</div>
<!-- Links Row -->
<div id="linksrow" class="box links">
<a class="link" href="javascript:void(0)" onclick="shiftcontent('search')">Search</a>
<a class="link" href="javascript:void(0)" onclick="shiftcontent('services')">Services</a>
<a class="link" href="javascript:void(0)" onclick="shiftcontent('about')">About</a>
<br class="headersplit">
<!-- <a class="link" href="#" onclick="shiftcontent('dotfiles')">Dotfiles</a> -->
<!-- <a class="link" href="#" onclick="shiftcontent('server')">Server Setup</a> -->
<a class="link" href="javascript:void(0)" onclick="shiftcontent('projects')">Projects</a>
<a class="link" href="javascript:void(0)" onclick="shiftcontent('contact')">Contact</a>
</div>
<!-- Content -->
<div id="mainmain">
<div id="main">
<div class="box-shower" id="search">
<div class="box-wrapper">
<div class="box">
<form id="search-box" action="https://www.ecosia.org/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://ecosia.org">Ecosia</a>, the search engine that plants trees.</p>
<!--
<div class="box-wrapper nolinks" id="service_icons">
<a class="service_icon bmks" href="https://watch.marty.tf"> </a>
<a class="service_icon bmks" href="https://libreddit.marty.tf"> </a>
<a class="service_icon bmks" href="https://cloud.marty.tf"> </a>
<a class="service_icon bmks" href="https://elk.zone"> </a>
<a class="service_icon" href="javascript:void(0)" onclick="bookmarks_open()"> </a>
</div>
-->
</div>
</div>
</div>
<!--
<div class="box" id="bookmarks">
<div class="box links">
<h2> <a id="bookmarks_close" href="javascript:void(0)" onclick="bookmarks_close()"> close </a> </h2>
</div>
<div class="box-wrapper">
<div class="box links">
<h3> <a href="javascript:void(0)" onclick="bmks_exp('bmks_mtf')"> Marty.TF </a> </h3>
<div class="box-bmks" id="bmks_mtf">
hello
</div>
</div>
<div class="box links">
<h3> <a href="javasript:void(0)" onclick="bmks_exp('bmks_scl')"> Socials </a> </h3>
<div class="box-bmks" id="bmks_scl">
bye
</div>
</div>
</div>
</div>
-->
<div class="box-shower" id="services">
<div class="box-wrapper">
<div class="box links">
<h3>Social Media Frontends</h3><br>
<a class="link" href="https://watch.marty.tf">Invidious (Youtube)</a> <br>
<a class="link" href="https://libreddit.marty.tf">libReddit (Reddit)</a>
</div>
<div class="box links">
<h3>Selfhosted Services</h3><br>
<a class="link" href="https://cloud.marty.tf">Nextcloud (Cloud)</a> <br>
<a class="link" href="https://fedi.marty.tf">GoToSocial (Fediverse)</a> <br>
<a class="link" href="https://matrix.marty.tf">Synapse (Matrix)</a>
</div>
</div>
</div>
<div class="box-shower" id="about">
<div class="box-wrapper">
<div class="box">
Personal website and hosting platform of multiple instance based web services. <br>
Every line of code has been written by a human. No Language Learning Models have been used to steal
copy-righted and unlicensed code.
<br> <br>
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">
Licenses:
<ul>
<li>Font: <a href="https://github.com/Trzcin/Fira-Code-Nerd"> FiraCode Nerd Font </a>
</li>
</ul>
</div>
</div>
</div>
<div class="box-shower" id="dotfiles">
<div class="box-wrapper">
<div class="box links">
Download the current Dotfiles <a class="link"
href="https://github.com/martyTF/dotfiles/archive/refs/heads/master.zip">
here </a> <br>
Link to Dotfiles <a class="link" href="https://github.com/martyTF/dotfiles">Github Repo</a>
</div>
</div>
</div>
<div class="box-shower" id="server">
<div class="box-wrapper">
<div class="box links">
<h1>WIP</h1>
</div>
</div>
</div>
<div class="box-shower" id="projects">
<div class="box-wrapper">
<div class="box" id="projectbox">
<h2>School Projects</h2>
<div class="projects links">
<a class="link" href="#" onclick="shiftcontent('cybersec_glb11c')">Präsentation Cybersecurity GLB11C</a>
<br>
<a class="link" href="/projects/pflanzenbuch/" style="display: none;">Pflanzenbuch</a>
</div>
</div>
</div>
</div>
<div class="box-shower" id="cybersec_glb11c">
<div class="box-wrapper">
<div class="box">
<h2>Links</h2>
</div>
</div>
<div class="box-wrapper">
<div class="box-wrapper cybersec">
<div class="box">
<h3>Privacy Tools</h3>
<a href="https://www.amiunique.org/fp">Ist dein Browser-Fingerprint einzigartig? Wenn ja, kann dich jede
Website identifizieren</a><br>
<a href="https://haveibeenpwned.com/">Email-Adressen nach Passwort-Leaks checken</a><br>
<a href="https://tosdr.org/">Zusammenfassungen vom "Kleingedruchten"</a><br>
<a href="https://vault.bitwarden.com/#/register">Bester Passwort-Manager</a><br>
</div>
<div class="box">
<h3>Social Media Frontends</h3>
<a href="https://nitter.net/">Nitter (Twitter)</a><br>
<a href="https://invidious.kavin.rocks">Invidious (YouTube)</a><br>
<a href="https://libreddit.marty.tf/">libReddit (Reddit)</a><br>
<a href="https://github.com/libredirect/libredirect#readme">App, welche automatisch zu diesen Diensten
weiterleitet</a><br>
<a
href="https://github.com/digitalblossom/alternative-frontends/blob/main/README.md#alternative-frontends">Volle
Liste aller Social Media Frontends</a><br>
</div>
<div class="box">
<h3>Fediverse</h3>
<a href="https://joinmastodon.org/">Homepage der größten Fediverse-Platform</a><br>
<a href="https://mastodon.social">Größter Mastodon Server; guter Startpunkt, um das Fediverse
kennenzulernen</a><br>
<a href="https://fedi.tips/">Benutzerfreundlicher Guide für das Fediverse</a><br>
</div>
</div>
</div>
</div>
<div class="box-shower" id="contact">
<div class="box-wrapper">
<div class="box" id="contact_logobox">
<img class="contact_logo" src="src/marty_narklos.png" alt="A drawing of me, by Narklos">
<br> <br>
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
</div>
<div class="box">
<a href="mailto://[email protected]"> [email protected] </a>
</div>
</div>
<div class="box-wrapper">
<div class="box">
Matrix
</div>
<div class="box">
@mt__:matrix.org
</div>
</div>
<div class="box-wrapper">
<div class="box">
Fediverse
</div>
<div class="box">
<a rel="me" href="https://fedi.marty.tf/@marty"> @[email protected] </a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="box footnote links">
© 2023 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/">Indev Preview</a>
</div>
</body>
</html>