-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
414 lines (343 loc) · 20.4 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
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
<!DOCTYPE html>
<html lang="en" style="cursor: url('/assets/cursor.png'), url('/assets/cursor_32.png'), auto;">
<head>
<title>flines</title>
<!-- Favicon -->
<link rel="shortcut icon" href="/assets/favicon.png" type="image/x-icon">
<link rel="apple-touch-icon" sizes="180x180" href="/assets/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon-16x16.png">
<link rel="manifest" href="/assets/site.webmanifest">
<!-- CSS & MDB -->
<link rel="stylesheet" href="/scripts/mdb.min.css" />
<link rel="stylesheet" href="/scripts/style.css">
<!-- Social Media Preview -->
<meta property="og:title" content="flines">
<meta property="og:description" content="welcome to the little corner of the web dedicated to my silly projects!">
<meta property="og:type" content="website">
<meta property="og:url" content="https://raflines.github.io">
<meta property="og:image" content="https://raflines.github.io/assets/home_page/embed_1200px.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="600">
<meta name="theme-color" content="#6B24AE">
<!-- Twitter Preview -->
<meta property="twitter:title" content="flines">
<meta property="twitter:site" content="flines">
<meta property="twitter:description" content="welcome to the little corner of the web dedicated to my silly projects!">
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:image:src" content="https://raflines.github.io/assets/home_page/embed_1200px.png">
<!-- Others -->
<meta charset="UTF-8"/>
<meta name="keywords" content="flines, raflines, flines hedgehog, raflines hedgehog, flines raflines, raflines flines, raflines flines hedgehog, flines raflines hedgehog, raflines.github.io, flines.github.io, rafline, fline, rafline.github.io, fline.github.io, raflines.github, rafline.github, flines.github, fline.github, raflines github, flines github, raflines flines github, flines raflines github">
<meta name="viewport" content="width=800, height=device-height, initial-scale=0.5, shrink-to-fit=no, minimum-scale=0.5" />
<!-- Google Fonts for the new site -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,600;1,700;1,800&display=swap" rel="stylesheet">
</head>
<body style="
background-image: url('/assets/bg.png');
background-repeat: repeat;
background-attachment: fixed;
background-color: black;
height: 100vh;
margin: 0px;
min-height: 100vh;
min-height: -webkit-fill-available;
">
<!-- christmas frame
<div id="ChristmasFrameDiv" style="
position: fixed;
filter: drop-shadow(0 0 0.50rem #eeeeee);
width: 100%;
height: 100%;
vertical-align: middle;
">
<img id="ChristmasFrame" src="/christmas/assets/frame.png"/>
</div>
-->
<div id="site_canvas" class="site_canvas" style="
width: 800px;
height: 100%;
margin: auto;
margin-top: 2%;
/*background-color: rgba(255, 255, 255, 0.25);*/
">
<!-- happy christmas flizzy!
<div id="flizantatarget" class="flizzyAppearing" style="
position: fixed;
left: 2%;
bottom: 1%;
filter: drop-shadow(0 0 0.50rem #ffffff);
">
<div style="
background-color: #FFFFCB;
width: 205px;
height: 90px;
padding-top: 15px;
padding-left: 8px;
padding-right: 8px;
border-radius: 8px;
border: 2px solid black;
margin-bottom: 25px;
margin-right: 50px;
">
<a style="color: #000000; font-family: 'Pixelated MS Sans Serif';">Ho! Ho! Ho! Christmas is here! Are you ready?</a>
<br>
<button class="flizzy_button" onclick="location.href='/christmas/'" style="margin-top: 5px; margin-left: 63px;"><a style="color: #000000; font-family: 'Pixelated MS Sans Serif'; font-size: 16px;">YES!! :3</a></button>
<br>
<svg width="20" height="30" style="position: absolute; bottom: 254px; left: 108px;">
<polygon points="18,1 18,30 1, 1" style="fill:#FFFFCB; stroke-width:2; stroke: black;"/>
<rect width="300" height="5" style="fill:#FFFFCB;"/>
</svg>
</div>
<img id="FlizantaTargetImage" src="/christmas/assets/santa_harines/santa_harines_home.png" style="margin-left: 50px; width: 50%; height: 50%;"/>
</div>
-->
<!-- WEBSITE -->
<center>
<!-- LOGO -->
<table border="0" cellpadding="0" cellspacing="0" width="400" height="95">
<tbody>
<td height="5">
<!-- flines -->
</td>
<tr>
<td>
<center>
<img src="assets/home_page/logo.png" style="width: 80%;"/>
</center>
</td>
<tr height="6">
<td>
<img src="assets/home_page/flizumi_spin.gif" width="40%" height="40%" align="right" style="filter: drop-shadow(0 0 1.0rem #ffffff);"/>
<div style="
width: 54%;
overflow-wrap: break-word;
margin-top: 24px;
">
<b><font face="Times New Roman" size="4" style="color: white;">
hello im flines and welcome to the little corner of the web dedicated to my silly projects! ✶
</font></b>
</div>
</td>
</tbody>
</table>
<hr class="solid" style="width: 31.25%; color: white; margin-top: 32px; margin-bottom: 32px;">
<!-- PROJECTS -->
<div id="projects" style="float: center; position: relative;">
<div id="game_projects" style="width: 50%; height: 108%; float: left;">
<b><font face="Times New Roman" size="3" style="color: white;">
▼ my games !! ▼
</font></b>
<div style="margin-top: 16px; padding-bottom: 8%;">
<!-- SWAP ANDROID REMASTER COMING.... NEVER!!!!!! <a href='https://play.google.com/store/apps/details?id=com.prisma.flines'><img alt="SWAP" src='/assets/projects/swap.png'></a> -->
<a href='https://flines.itch.io/flintastic-experiences-watch-someone-pee'><img class="projects_game" alt="FLINTASTIC EXPERIENCES: WATCH SOMEONE PEE" src='/assets/projects/watchsomeone.png'/></a>
<a href='https://flines.itch.io/flintastic-experiences-the-gambling-emporium'><img class="projects_game" alt="FLINTASTIC EXPERIENCES: GAMBLING EMPORIUM" src='/assets/projects/gambling.png'/></a>
<a href='https://flines.itch.io/flintastic-experiences'><img class="projects_game" alt="FLINTASTIC EXPERIENCES: CEASAR GENERATION" src='/assets/projects/gremlins.png'/></a>
<!--<a href='https://flines.itch.io/flin-and-the-wsps'><img class="projects_game" alt="FLIN!! and the Watching Someone Pee Simulator" src='/assets/projects/flinwsps.png' style="padding-right: 10%;"/></a>-->
</div>
</div>
<div id="flintastic_projects" style="width: 50%; height: 108%; float: right; padding-bottom: 32px;">
<div style="margin-bottom: 45px;">
<iframe width="214" height="157" src="https://www.youtube.com/embed/84h1hGctXz0?si=2N8ewHNWgcWT4VSH" title="A FLINTASTIC MOVIE" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen style="margin-top: 40px;"></iframe>
<img src='/assets/tv.png' style="position: absolute; right: 0; top: 0; pointer-events: none;"/>
</div>
<b><font face="Times New Roman" size="3" style="color: white;" onclick="location.href='https://youtube.com/flines';">by <u>flintasticfan86</u> • </font>
<font face="Times New Roman" size="4" style="color: #9F3939">★★★★★</font>
<font id="favorited_ratings_comments" face="Times New Roman" size="3" style="color: white;">
6,251 favorites
</font></b>
<div id="comments" align="left" style="
background-color: #FEFEFE;
border: 2px solid #CDCDCD;
margin-top: 6px;
">
<div id="name" style="background-color: #EEEEEE;" align="left">
<a href="https://youtube.com/flines" style="color: #0A2235; font-family: 'Pixelated MS Sans Serif'; margin-left: 2px;">flintasticfan86</a> <a style="color: #000000; font-family: 'Pixelated MS Sans Serif'; margin-left: 2px;">(2 weeks ago)</a>
</div>
<a style="color: #000000; font-family: 'Pixelated MS Sans Serif'; font-size: 14px; margin-left: 2px;">btw you can watch more here -> <a href="https://www.youtube.com/watch?v=xqh7D772q7A&list=PLHnJj7xs44v7sdLbyMJnpdRLRdGZ3C8Wz" style="color: #0A2235; font-family: 'Pixelated MS Sans Serif'; font-size: 14px;">https://flin.fun/w4tch</a></a>
<div id="name" style="background-color: #EEEEEE;" align="left">
<a href="https://youtube.com/flines" style="color: #0A2235; font-family: 'Pixelated MS Sans Serif'; margin-left: 2px;">the85ark</a> <a style="color: #000000; font-family: 'Pixelated MS Sans Serif'; margin-left: 2px;">(2 weeks ago)</a>
</div>
<a style="color: #000000; font-family: 'Pixelated MS Sans Serif'; font-size: 14px; margin-left: 2px;">is that not a virus flintasticfan86....</a>
<div id="name" style="background-color: #EEEEEE;" align="left">
<a href="https://youtube.com/flines" style="color: #0A2235; font-family: 'Pixelated MS Sans Serif'; margin-left: 2px;">flintasticfan86</a> <a style="color: #000000; font-family: 'Pixelated MS Sans Serif'; margin-left: 2px;">(1 week ago)</a>
</div>
<a style="color: #000000; font-family: 'Pixelated MS Sans Serif'; font-size: 14px; margin-left: 2px;">get a life noa ahahaha:)</a>
<!-- <div id="name" style="background-color: #EEEEEE;" align="left">
<a href="https://flines.itch.io" style="color: #0A2235; font-family: 'Pixelated MS Sans Serif'; margin-left: 2px;">flines.itch.io/</a> <a style="color: #000000; font-family: 'Pixelated MS Sans Serif'; margin-left: 2px;"> - posted 2 weeks ago</a>
</div>
<a href="https://flines.itch.io" style="color: #000000; font-family: 'Pixelated MS Sans Serif'; font-size: 14px; margin-left: 2px;">i post all my game projects -> <a href="https://flines.itch.io/" style="color: #0A2235; font-family: 'Pixelated MS Sans Serif'; font-size: 14px;">here!</a></a>
<div id="name" style="background-color: #EEEEEE;" align="left">
<a href="https://youtube.com/flines" style="color: #0A2235; font-family: 'Pixelated MS Sans Serif'; margin-left: 2px;">youtube.com/flines/</a> <a style="color: #000000; font-family: 'Pixelated MS Sans Serif'; margin-left: 2px;"> - posted 2 weeks ago</a>
</div>
<a href="https://youtube.com/flines" style="color: #000000; font-family: 'Pixelated MS Sans Serif'; font-size: 14px; margin-left: 2px; text-decoration: none;">you can check out more flintastic adventures -> <a href="https://www.youtube.com/watch?v=xqh7D772q7A&list=PLHnJj7xs44v7sdLbyMJnpdRLRdGZ3C8Wz" style="color: #0A2235; font-family: 'Pixelated MS Sans Serif'; font-size: 14px;">here!</a></a>
<div id="name" style="background-color: #EEEEEE;" align="left">
<a href="https://github.com/raflines" style="color: #0A2235; font-family: 'Pixelated MS Sans Serif'; margin-left: 2px;">github.com/raflines/</a> <a style="color: #000000; font-family: 'Pixelated MS Sans Serif'; margin-left: 2px;"> - posted 1 week ago</a>
</div>
<a style="color: #000000; font-family: 'Pixelated MS Sans Serif'; font-size: 14px; margin-left: 2px;">this is where i post all my other projects!</a> -->
</div>
<div style="width: 87.5%;">
<div style="float: left; margin-top: 6px;">
<b><font face="Times New Roman" size="4" style="color: white;">
Sort by: <i>Oldest</i>
</font></b>
</div>
<div style="float: right; margin-top: 2px;">
<b><font face="Times New Roman" size="3" style="color: white;" onclick="favoriteFlintastic()">
<font id="favorited_star_comments" size="4" style="color: #E8950D">★</font> <u id="favorited_text_comments">Unfavorite</u></font><font face="Times New Roman" size="3" style="color: white;" onclick="location.href='https://www.youtube.com/@flines?sub_confirmation=1';"><font size="4" style="color: #B35F54; margin-left: 12px;">➧</font> <u>Share</u>
</font></b>
</div>
</div>
</div>
</div>
<!-- SOCIALS -->
<div id="socials" style="float: left; width: 50%;">
<b><font face="Times New Roman" size="3" style="color: white;">
▼ my socials !! ▼
</font></b>
<div id="socials" align="left" style="
width: 87.5%;
height: 66.67%;
margin-top: 16px;
background-color: white;
border: 2px solid #A8ACAF;
font-family: 'Trebuchet MS', sans-serif;
text-align: left;
display: inline-block;
">
<div style="background-color: #679AC7; width: 100; padding: 4px;">
<a style="color: white; margin-left: 11px;">Contacting Flines</a>
</div>
<div style="float: left;">
<div style="margin-left: 16px; margin-top: 9px; margin-bottom: 4px;">
<a href="https://flines.itch.io/" style="color: #121C96; background: url('assets/socials/it.png') no-repeat left center; padding-left: 24px; text-decoration: none; width: 100%;">Itch.io Page</a>
</div>
<div style="margin-left: 16px; margin-top: 4px; margin-bottom: 4px;">
<a href="https://youtube.com/flines" style="color: #121C96; background: url('assets/socials/yt.png') no-repeat left center; padding-left: 24px; text-decoration: none; width: 100%;">Youtube Channel</a>
</div>
<div style="margin-left: 16px; margin-top: 4px; margin-bottom: 9px;">
<a href="https://github.com/raflines" style="color: #121C96; background: url('assets/socials/gh.png') no-repeat left center; padding-left: 24px; text-decoration: none; width: 100%;">GitHub Profile</a>
</div>
</div>
<div style="float: right;">
<div style="margin-right: 16px; margin-top: 9px; margin-bottom: 4px;">
<a href="https://play.google.com/store/apps/dev?id=5938019730716496033" style="color: #121C96; background: url('assets/socials/gp.png') no-repeat left center; padding-left: 24px; text-decoration: none; width: 100%;">Google Play Page</a>
</div>
<img src="assets/socials/poli.png" align="right" style="margin-right: 24px;"/>
</div>
</div>
</div>
<hr class="solid" style="width: 62.5%; color: white; margin-top: 32px; margin-bottom: 32px;">
<!-- STAMPS -->
<div style="
overflow: hidden;
position: relative;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-items: flex-start;
width: 100%;
justify-content: space-around;
">
<!-- last stamp
<img class="stamps" src="/assets/funkytown_stamps/flines/star.png" style="margin-right: 1%;"/> -->
<center>
<marquee style="margin: auto;" behavior="scroll" direction="right" onmouseover="this.stop();" onmouseout="this.start();">
<!-- legacy stamp -->
<a href="/legacy/"><img class="stamps" src="/assets/funkytown_stamps/flines/legacy.png"/></a>
<!-- okaymantoad stamp -->
<a href="https://www.twitch.tv/okaymancharles"><img class="stamps" src="/assets/funkytown_stamps/okaymanstamp/okaymantoad.png"/></a>
<!-- cris's stamp -->
<div style="display: inline-block; margin-right: 10px; vertical-align: top;">
<div class="maya_content" style="width: 200px;">
<div class="cris_titlebar">
<div class="cris_titlebartext"><h2>WanWan says!:</h2></div>
<div class="cris_titlebarbuttons">
<button class="maya_close"></button>
</div>
</div>
<div class="cris_stuff">
<div style="height: 4px;"> </div>
<img src="/assets/funkytown_stamps/various/wanwan.png" style="float: left; margin-left: 5px;"/>
<a style="color: black; font-family: 'Pixelated MS Sans Serif'; vertical-align: top; margin-left:8px; margin-right: 3px; float: left;">Fuck you</a>
<button class="maya_button" style="vertical-align: top; float: right; margin-right: 5px;">OK</button>
</div>
</div>
</div>
<!-- various stamps -->
<img class="stamps" src="/assets/funkytown_stamps/various/ceasar.png"/>
<a href="https://craity.itch.io"><img class="stamps" src="/assets/funkytown_stamps/various/craity.png"/></a>
<a href="https://farawaydrip30.itch.io/battlements"><img class="stamps" src="/assets/funkytown_stamps/ratman/battlements.png"/></a>
<a href="https://gamejolt.com/@thetacoman_"><img class="stamps" src="/assets/funkytown_stamps/various/tacoman.png"/></a>
<!-- maya's stamp -->
<div style="display: inline-block; margin-right: 10px; vertical-align: top;">
<div class="maya_content" style="width: 256px;">
<div class="maya_titlebar">
<div class="maya_titlebartext"><h2>maya ♡</h2></div>
<div class="maya_titlebarbuttons">
<a href="https://badagoo.github.io/pinnysite/?balls=true"><button class="maya_close"></button></a>
</div>
</div>
<div class="maya_stuff">
<div style="height: 4px;"> </div>
<a style="color: #D53F74; font-family: 'Pixelated MS Sans Serif';" href="https://badagoo.github.io/pinnysite/?flines=true">omg omg haiii :33 ♡ ^-^</a>
</div>
</div>
</div>
<!-- various stamp -->
<a href="https://farawaydrip30.github.io/Pages/bongandmarriagecounselling/BongsAndMarriageCounselling.html"><img class="stamps" src="/assets/funkytown_stamps/various/faraway.png"/></a>
<a href="https://sillybeetle.carrd.co/"><img class="stamps" src="/assets/funkytown_stamps/various/sillybeetle.png"/></a>
<!-- ratman's stamp -->
<a href="https://ratmanteam.github.io/index.html"><img class="stamps" src="/assets/funkytown_stamps/ratman/ratman.png"/></a>
<!-- INTO THE STAMP -->
<a href="https://craity.itch.io/into-the-dark"><img class="stamps" src="/assets/funkytown_stamps/various/intothedark.gif"/></a>
</marquee></center>
<!-- first stamp
<img class="stamps" src="/assets/funkytown_stamps/flines/star.png" style="margin-left: 1%;"/> -->
</div>
<hr class="solid" style="width: 62.5%; color: white; margin-top: 32px; margin-bottom: 32px;">
<b><font face="Times New Roman" size="3" style="color: white;">
✰ made by flines ✰<br>
</font></b>
<a><i class="flag flag-br" style="margin-top: 10px;"></i></a>
<a><i class="flag flag-us" style="margin-bottom: 32px;"></i></a>
<!-- <img src="assets/home_page/tv_flizumi.png" style="filter: drop-shadow(0 0 0.50rem #ffffff); width: 35%; height: 35%;"/> -->
</center>
</div> <!-- end of site canvas -->
<!-- HI! IM FLIZZY! -->
<div id="flizzytarget" class="flizzyAppearing" style="
position: fixed;
right: 8%;
bottom: 5%;
filter: drop-shadow(0 0 0.75rem #ffffff);
">
<div style="
background-color: #FFFFCB;
width: 218px;
height: 120px;
padding-top: 15px;
padding-left: 8px;
padding-right: 8px;
border-radius: 8px;
border: 2px solid black;
margin-bottom: 25px;
margin-left: 25%;
">
<a style="color: #000000; font-family: 'Pixelated MS Sans Serif';">Hi! I am Flizumi Harines, your web assistant. Would you like to save your <u>web cookies</u>?</a>
<div style="margin-top: 20px;">
<button class="flizzy_button" onclick="flizzy_YesOrYes()" style="float: left;"><a style="color: #000000; font-family: 'Pixelated MS Sans Serif'; font-size: 16px;">Yes</a></button>
<button class="flizzy_button" onclick="flizzy_Disappear()" style="float: right;"><a style="color: #000000; font-family: 'Pixelated MS Sans Serif'; font-size: 16px;">No</a></button>
</div>
<svg width="20" height="30" style="position: absolute; left: 70%; top: 43%;">
<polygon points="18,1 18,30 1, 1" style="fill:#FFFFCB; stroke-width:2; stroke: black;"/>
<rect width="300" height="5" style="fill:#FFFFCB;"/>
</svg>
</div>
<img id="FlizzyTargetImage" src="/assets/flizumi_assistant/flizumi.png" style="width: 50%; height: 50%; margin-left: 70%;"/>
</div>
<!-- Javascript -->
<script type="text/javascript" src="/scripts/script.js"></script>
</body>
</html>