-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
309 lines (261 loc) · 16.7 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
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
<!DOCTYPE html>
<html lang="en">
<head>
<title>Funty.org</title>
<script src="https://kit.fontawesome.com/e818a9840c.js" crossorigin="anonymous"></script>
<link rel="icon" href="./assets/logo.png">
<link rel="stylesheet" href="./assets/styles/themes.css">
<link rel="stylesheet" href="./assets/styles/index.css">
<link rel="manifest" href="./assets/manifest/manifest.webmanifest">
<script src="./assets/scripts/index.js"></script>
<meta name="author" content="Funty#8818" />
<meta name="description" content="This website links all my projects that have something to do with websites." />
<meta name="keywords" content="funty, coding, websites, link, programming, projects, FuntyGithub, Funty#8818" />
<meta name="wot-verification" content="f29f0d03c5085b4d00aa" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body class="theme-default">
<div id="header">
<!-- <div class="logo">
<img src="./assets/logo.png" alt="logo">
</div> -->
<div class="title">
<h1>Welcome to Funty.org</h1>
</div>
<div class="nav">
<ul>
<li onclick="navBtn(this)"><a href="#home">About me</a></li>
<li onclick="navBtn(this)"><a href="#projects">Projects</a></li>
</ul>
</div>
<div class="themeBtn" onclick="themeBtn()">
<i class="fas fa-palette"></i>
</div>
</div>
<div id="content">
<div id="home">
<div class="container">
<h1 class="subtitle">About Me</h1>
<div class="container" style="text-align: left;">
<div id="line1"><span class="text me">I am Funty.</span><br></div>
<div id="line2"><span class="text me">I was born on 17.05.2006</span><br></div>
<div id="line3"><span class="text me">I am a German student who likes to code. Don't expect too much from my projects, because basically the purpose behind my projects is to learn.</span><br></div>
<div id="line4"><span class="text me">I am working with HTML, CSS, JavaScript, SQL, Node.js and much more.</span><br></div>
<div id="line5"><span class="text me">I don`t learn a specific programming language, I think of a project and then learn what I need to make it. So I keep learning and don't get bored of theoretics.</span><br></div>
</div>
<br>
<div class="container">
<h1 class="heading">GitHub</h1>
<a href="https://github.com/FuntyGithub"><img src="./assets/socialmedia/github-white.svg" alt="github" class="containerImg"></a>
<span class="text">My name on GitHub is <a class="text" href="https://github.com/FuntyGithub">FuntyGithub</a>.</span><br>
<span class="text">There you can find the most of my projects.</span>
</div>
<div class="container">
<h1 class="heading">Discord</h1>
<a href="https://discord.com/users/417258282479124480"><img src="./assets/socialmedia/discord-blurple.svg" alt="discord" class="containerImg"></a>
<span class="text">My Discord name is <a class="text" href="https://discord.com/users/417258282479124480">Funty#8818</a>.</span><br>
<span class="text">This is a good way to contact me.</span>
</div>
</div>
</div>
<div id="projects">
<div class="container">
<h1 class="subtitle">Projects</h1>
<div class="projectDiv">
<div class="container projectChild">
<h1 class="heading">Funty.org</h1>
<p class="text">This is the website you are currently on.<br>
It is a simple website that links all my projects that have something to do with websites.</p><br>
<button class="button" onclick="window.open('https:\/\/github.com/FuntyGithub/FuntyGithub.github.io','_blank')">GitHub</button><br>
</div>
<div class="container projectChild">
<h1 class="heading">mastersofcrafters.de</h1>
<p class="text">This is the website was for a project in a game called minecraft.</p><br>
<button class="button" onclick="window.open('https:\/\/funty.org/mastersofcrafters.de','_blank')">visit website</button>
<button class="button" onclick="window.open('https:\/\/github.com/FuntyGithub/mastersofcrafters.de','_blank')">GitHub</button><br>
</div>
<div class="container projectChild">
<h1 class="heading">Birthday countdown</h1>
<p class="text">This is a simple website that shows how many days are left until a birthday.<br>
It is one of my first websites.</p><br>
<button class="button" onclick="window.open('https:\/\/funty.org/birthday_countdown','_blank')">visit website</button>
<button class="button" onclick="window.open('https:\/\/github.com/FuntyGithub/birthday_countdown','_blank')">GitHub</button><br>
</div>
<div class="container projectChild">
<h1 class="heading">Credits website</h1>
<p class="text">A example website to give credits to the people who helped you.</p><br>
<button class="button" onclick="window.open('https:\/\/funty.org/credits-website','_blank')">visit website</button>
<button class="button" onclick="window.open('https:\/\/github.com/FuntyGithub/credits-website','_blank')">GitHub</button><br>
</div>
<div class="container projectChild">
<h1 class="heading">DateAPI website</h1>
<p class="text">This website helps you to understand the minecraft account called DateAPI.<br>
DateAPI is a bot I coded for minecraft.</p><br>
<button class="button" onclick="window.open('https:\/\/funty.org/DateAPI_Website','_blank')">visit website</button>
<button class="button" onclick="window.open('https:\/\/github.com/FuntyGithub/DateAPI_Website','_blank')">GitHub</button><br>
</div>
<div class="container projectChild">
<h1 class="heading">text2image</h1>
<p class="text">This website converts text to an image containing the text.</p><br>
<button class="button" onclick="window.open('https:\/\/funty.org/text2image','_blank')">visit website</button>
<button class="button" onclick="window.open('https:\/\/github.com/FuntyGithub/text2image','_blank')">GitHub</button><br>
</div>
<div class="container projectChild">
<h1 class="heading">PI-Site</h1>
<p class="text">This site calculate PI. (very slow)</p><br>
<button class="button" onclick="window.open('https:\/\/funty.org/pi-site','_blank')">visit website</button>
<button class="button" onclick="window.open('https:\/\/github.com/FuntyGithub/pi-site','_blank')">GitHub</button><br>
</div>
<div class="container projectChild">
<h1 class="heading">and more...</h1>
<p class="text">I have also contributed to other websites such as <a class="text" title="https://vanillaminigames.eu/" href="https://vanillaminigames.eu/">vanillaminigames.eu</a> or <a class="text" title="tomatenkuchen.eu auf github" href="https://github.com/DEVTomatoCake/dashboard">tomatenkuchen.eu</a>.<br>
There will always be more to come!</p><br>
</div>
</div>
</div>
</div>
</div>
<div id="themeMenu" class="popup slimmer">
<div class="container">
<h1 class="subtitle">Themes</h1>
<input type="text" id="themeSearch" oninput="themeSearch(this.value)" placeholder="Search for a theme...">
<br>
<input type="checkbox" class="switch" id="saveThemeToCookie" onchange="saveThemeToCookieChange()">
<label for="saveThemeToCookie"></label>
<span class="text">Save theme settings to cookie</span>
<div id="themeMenuGrid">
<div class="themeDiv container" data-theme-name="theme-default">
<img src="./assets/themes/default.webp" alt="theme-thumbnail" class="themeImg" onerror="this.src='assets/themes/err.png'">
<h1 class="heading">Default</h1>
<p class="text">This is the default theme.</p>
</div>
<div class="themeDiv container" data-theme-name="theme-funty">
<img src="./assets/themes/funty.webp" alt="theme-thumbnail" class="themeImg" onerror="this.src='assets/themes/err.png'">
<h1 class="heading">Funty</h1>
<p class="text">This is my personal favorite at the moment.</p>
</div>
<div class="themeDiv container" data-theme-name="theme-DateAPI">
<img src="./assets/themes/DateAPI.webp" alt="theme-thumbnail" class="themeImg" onerror="this.src='assets/themes/err.png'">
<h1 class="heading">DateAPI website</h1>
<p class="text">This is the theme from the <a class="text" title="visit website" href="https://funty.org/DateAPI_Website/">DateAPI website</a>.</p>
</div>
<div class="themeDiv container" data-theme-name="theme-credits">
<img src="./assets/themes/credits.webp" alt="theme-thumbnail" class="themeImg" onerror="this.src='assets/themes/err.png'">
<h1 class="heading">credits website</h1>
<p class="text">This is the theme from the <a class="text" title="visit website" href="https://funty.org/credits-website/">credits website</a>.</p>
</div>
<div class="themeDiv container" data-theme-name="theme-blackAndWhite">
<img src="./assets/themes/BlackAndWhite.webp" alt="theme-thumbnail" class="themeImg" onerror="this.src='assets/themes/err.png'">
<h1 class="heading">Black And White</h1>
<p class="text">This is a black and white theme.</p>
</div>
<!-- Harry Potter -->
<div class="themeDiv container" data-theme-name="theme-gryffindor">
<img src="./assets/themes/gryffindor.webp" alt="theme-thumbnail" class="themeImg" onerror="this.src='assets/themes/err.png'">
<h1 class="heading">Gryffindor</h1>
<p class="text">Colors of the Hogwarts house Gryffindor.</p>
</div>
<div class="themeDiv container" data-theme-name="theme-hufflepuff">
<img src="./assets/themes/hufflepuff.webp" alt="theme-thumbnail" class="themeImg" onerror="this.src='assets/themes/err.png'">
<h1 class="heading">Hufflepuff</h1>
<p class="text">Colors of the Hogwarts house Hufflepuff.</p>
</div>
<div class="themeDiv container" data-theme-name="theme-ravenclaw">
<img src="./assets/themes/ravenclaw.webp" alt="theme-thumbnail" class="themeImg" onerror="this.src='assets/themes/err.png'">
<h1 class="heading">Ravenclaw</h1>
<p class="text">Colors of the Hogwarts house Ravenclaw.</p>
</div>
<div class="themeDiv container" data-theme-name="theme-slytherin">
<img src="./assets/themes/slytherin.webp" alt="theme-thumbnail" class="themeImg" onerror="this.src='assets/themes/err.png'">
<h1 class="heading">Slytherin</h1>
<p class="text">Colors of the Hogwarts house Slytherin.</p>
</div>
</div>
<div class="popupBtn" onclick="closePopup('themeMenu')">
<!-- <i class="fas fa-times"></i> -->
<p class="text">CLOSE</p>
</div>
</div>
</div>
<div id="cookiesMenu" class="popup">
<div class="container">
<h1 class="subtitle">Cookies</h1>
<p class="text">If you want to save your theme settings to a cookie, then this website obviously needs to save cookies.<br>
If you want to delete all cookies, then you can do this in your browser settings.</p><br>
<br>
<div>
<div class="popupBtn" onclick="acceptCookies(); ">
<p class="text">ACCEPT</p>
</div>
<br>
<div class="popupBtn" onclick="cancelCookies(); ">
<p class="text">CANCEL</p>
</div>
</div>
</div>
</div>
<div id="customThemeMenu" class="popup">
<div class="container draggable">
<h1 class="subtitle">Custom theme</h1>
<div style="display: inline-flex;">
<div>
<p class="text">General</p>
<br>
<input type="text" data-customTheme="name" placeholder="Theme name">
<br>
<input type="text" data-customTheme="description" placeholder="Theme description">
<br>
<input type="text" data-customTheme="image" placeholder="Theme image url (1920x1080)">
</div>
<div>
<p class="text">Text</p>
<br>
<input type="text" data-customtheme="primary-color" placeholder="primary-color (e.g. titel)" oninput="customTheme(this.dataset.customtheme)">
<br>
<input type="text" data-customtheme="text-color" placeholder="text-color (e.g. text)" oninput="customTheme(this.dataset.customtheme)">
<br>
<input type="text" data-customtheme="higlight-color" placeholder="higlight-color (e.g. links)" oninput="customTheme(this.dataset.customtheme)">
<br>
<input type="text" data-customtheme="shadow-color" placeholder="shadow-color (e.g. title 3d effect)" oninput="customTheme(this.dataset.customtheme)">
</div>
</div>
<br>
<br>
<div style="display: inline-flex;">
<div>
<p class="text">Buttons</p>
<br>
<input type="text" data-customtheme="button-color" placeholder="button-color" oninput="customTheme(this.dataset.customtheme)">
<br>
<input type="text" data-customtheme="button-text-color" placeholder="button-text-color" oninput="customTheme(this.dataset.customtheme)">
<br>
<input type="text" data-customtheme="button-shadow-color" placeholder="button-shadow-color (3d effect)" oninput="customTheme(this.dataset.customtheme)">
</div>
<div>
<p class="text">Background</p>
<br>
<input type="text" data-customtheme="background-color" placeholder="background-color" oninput="customTheme(this.dataset.customtheme)">
<br>
<input type="text" data-customtheme="container-color" placeholder="container-color" oninput="customTheme(this.dataset.customtheme)">
<br>
<input type="text" data-customtheme="container-inner-color" placeholder="container-inner-color (e.g. container in container)" oninput="customTheme(this.dataset.customtheme)">
<br>
<input type="text" data-customtheme="container-highlight-color" placeholder="container-highlight-color (on hover)" oninput="customTheme(this.dataset.customtheme)">
</div>
</div>
<div>
<button class="button" onclick="saveCustomTheme();">Create</button>
<button class="button" onclick="closePopup('customThemeMenu');">Cancel</button>
</div>
</div>
</div>
</body>
<noscript>
<style>
#line1, #line2, #line3, #line4, #line5 {
width: unset;
animation: unset;
}
</style>
</noscript>
</html>