-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathblog.html
More file actions
552 lines (519 loc) · 21.5 KB
/
blog.html
File metadata and controls
552 lines (519 loc) · 21.5 KB
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
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
<!DOCTYPE html>
<html lang="en-us">
<head>
<title>Blog - Veltron Network</title>
<meta charset="UTF-8">
<meta property="og:type" content="summary">
<meta property="og:site_name" content="MattTheTekie presents">
<meta property="og:title" content="The Veltron Network">
<meta property="og:description" content="The Veltron Network is a worldwide technology community.">
<meta property="og:image" content="images/favicon/banner.png">
<meta property="og:image:alt" content="- Veltron Network">
<meta property="og:url" content="http://www.veltron.net/">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta property="author" content="MattTheTekie + Veltron">
<meta property="keywords" content="90s Web, 2000s, Political, Veltron, Blog, Neocities, 3DSPaint, DSiPaint, Gaming, Web, HTML, CSS, Programming, Email, Tutorials, Guilded, Discord, YouTube, Twitter">
<!-- CSS -->
<link rel="stylesheet" href="css/global.css" />
<!-- Favicon -->
<link
rel="icon"
type="image/png"
href="images/favicon/banner.png"
sizes="96x96"
/>
<link rel="shortcut icon" href="images/favicon/banner.png" />
<link
rel="apple-touch-icon"
sizes="180x180"
href="images/favicon/banner.png"
/>
<meta name="apple-mobile-web-app-title" content="VELTRON" />
<!-- Canonical tag -->
<link rel="canonical" href="index.html" />
</head>
<body id="body">
<!---Site Container--->
<div id="websiteContainer">
<!-- Spacer -->
<div id="websiteSpacerTop"></div>
<!-- Header -->
<header id="header">
<img
src="images/site-banner.png"
alt="Logo and Title"
class="header-logo"
/>
</header>
<!-- Left Aside -->
<aside id="leftSiteContent">
<!-- Main Navigation -->
<nav id="leftNav" aria-label="Main Navigation">
<div class="nav-categories">
<span>Veltron Portal</span>
<div class="nav-items">
<img
src="images/home.png"
class="nav-icons"
alt="Kirby's house"
/><a href="index.html" class="nav-links" id="navHome"
>Home</a
>
</div>
<hr />
<div class="nav-items">
<img
src="images/site-info.png"
class="nav-icons"
alt="Blue Kirby"
/><a href="https://status.veltron.net" class="nav-links" id="navSiteInfo"
>Status</a
>
</div>
<hr />
<div class="nav-items">
<img
src="images/past-versions.png"
class="nav-icons"
alt="Star"
/><a
href="members.html"
class="nav-links"
id="navPastVersions"
>Member Area</a
>
</div>
</div>
<div class="nav-categories">
<span>Information Center</span>
<div class="nav-items">
<img src="images/about-me.png" class="nav-icons" alt="Kirby" /><a
href="about_me.html"
class="nav-links"
id="navAboutMe"
>About Us</a
>
</div>
<hr />
<div class="nav-items">
<img
src="images/favorite-games.png"
class="nav-icons"
alt="N64 Logo"
/><a
href="blog.html"
class="nav-links-active"
id="navFavoriteGames"
>Veltron Blog</a
>
</div>
<hr />
<div class="nav-items">
<img
src="images/anime-reviews.png"
class="nav-icons"
alt="Konata Izumi"
/><a
href="services.html"
class="nav-links"
id="navAnimeReviews"
>Veltron Services</a
>
</div>
<hr />
<div class="nav-items">
<img
src="images/artworks.png"
class="nav-icons"
alt="Kirby 64 Painting"
/><a href="https://donate.veltron.net" class="nav-links" id="navArtworks"
>Donate Today</a
>
</div>
</div>
<div class="nav-categories">
<span>Entertainment</span>
<div class="nav-items">
<img
src="images/music.png"
class="nav-icons"
alt="Mike Kirby"
/><a
href="http://radio.int.veltron.net"
class="nav-links"
id="navMusicPlayer"
>Veltron Radio ♪</a
>
</div>
<hr />
<div class="nav-items">
<img
src="images/music-player.png"
class="nav-icons"
alt="Cartoonish CRT TV"
/><a href="https://podcast.veltron.net" class="nav-links" id="navCRT"
>Veltron Podcast</a
>
</div>
<hr />
<div class="nav-items">
<img
src="images/mini-tv.png"
class="nav-icons"
alt="CRT Realistic"
/><a href="https://odysee.com/@mattdoestech726:5" class="nav-links-external"
>Veltron On Demand</a
>
</div>
<hr />
<div class="nav-items">
<img
src="images/crt-television.png"
class="nav-icons"
alt="Pixel Mario"
/><a
href="http://tv.int.veltron.net"
class="nav-links"
id="navArcadeGames"
>Veltron TV</a
>
</div>
<hr />
<div class="nav-items">
<img
src="images/arcade-games.png"
class="nav-icons"
alt="Adeleine from Kirby"
/><a href="https://blackmagegaming.com/games/arcade/" class="nav-links" id="navSketchbook"
>Arcade Games</a
>
</div>
</div>
<div class="nav-categories">
<span>Cool Stuff</span>
<div class="nav-items">
<img
src="images/chat_room.png"
class="nav-icons"
alt="HTML5 Logo"
/><a
href="chat.html"
class="nav-links"
id="navCodingTricks"
>Chat Room</a
>
</div>
<hr />
<div class="nav-items">
<img
src="images/guestbook.png"
class="nav-icons"
alt="Retro Kirby"
/><a
href="guestbook.html"
class="nav-links"
id="navAllKirbyGames"
>Guestbook</a
>
</div>
<hr />
<div class="nav-items">
<img
src="images/linux_button.png"
class="nav-icons"
alt="Kirby 64 Painting 2"
/><a
href="https://dragon-linux.veltron.net/"
class="nav-links"
id="navMiscellaneous"
>Dragon Linux</a
>
</div>
<hr />
<div class="nav-items">
<img
src="images/keitai.gif"
class="nav-icons"
alt="King DeDeDe"
/><a
href="#"
class="nav-links"
id="navGifCollection"
>Call Us</a
>
</div>
<hr />
<div class="nav-items">
<img
src="images/hacker.png"
class="nav-icons"
alt="Open Book"
/><a href="https://hackerlab.veltron.net" class="nav-links" id="navGuestbook"
>Hacker Lab</a
>
</div>
</div>
<div class="nav-categories">
<span>Other Pages</span>
<div class="nav-items">
<img
src="images/minecraft-tribute.png"
class="nav-icons"
alt="Felyne"
/><a
href="https://play.veltron.net"
class="nav-links-external"
>VELTRON-MC</a
>
</div>
<hr />
<div class="nav-items">
<img
src="images/search.png"
class="nav-icons"
alt="Grass Block"
/><a
href="https://search.veltron.net"
class="nav-links-external"
>Veltron Find</a
>
</div>
<hr />
<div class="nav-items">
<img
src="images/aero_webring.png"
class="nav-icons"
alt="BNL Logo"
/><a
href="https://frutigeraeroarchive.org"
class="nav-links-external"
>Frutiger Aero</a
>
</div>
<hr />
<div class="nav-items">
<img
src="images/github.png"
class="nav-icons"
alt="Windows 7 Orb"
/><a
href="https://github.com/VELTRONNET"
class="nav-links-external"
>GitHub</a
>
</div>
</div>
<!-- Nav Music Player -->
<audio id="navMusic" autoplay>
<source src="#" type="audio/mpeg" />
</audio>
<!-- Music Controls -->
<div class="nav-music-div">
<div class="nav-music-marquee">
<span id="currentSongInfo"
><!-- Current song information will go here --></span
>
</div>
<nav aria-label="Music Player">
<div>
<button id="navMusicPlay">Play</button>
<button id="navMusicPause">Pause</button>
</div>
<div aria-label="Music Player Media Controls">
<button id="navMusicPrevious">Back</button>
<button id="navMusicNext">Next</button>
</div>
</nav>
</div>
</nav>
</aside>
<!-- Right Aside -->
<aside id="rightSiteContent">
<div class="aside-ads-container">
<span>Cool Posters</span>
<a href="https://home.veltron.net">
<img
src="images/extra/line.gif"
alt="Poster 1"
title="Poster 1"
/>
<img
src="images/extra/bg.gif"
alt="Poster 2"
title="Poster 2"
/></a>
<a href="https://youareanidiot.cc/" target="_blank" rel="noopener noreferrer">
<img
src="images/congrats-you-won.png"
alt="Poster 3"
title="Poster 3"
/>
</a>
<a href="https://dragoonsden.veltron.net">
<img
src="images/buttons/Area51_Chamber_5154_dnow5.jpg"
alt="Poster 3"
title="Poster 3"
/>
</a>
<a href="https://roboticoperatingbuddy.neocities.org/"><img src="images/buttons/rob.png"></a>
</a>
<a href="https://play.cpjourney.net">
<img
src="images/gifs/peng5.gif"
alt="Poster 3"
title="Poster 3"
/>
</a> </div>
</aside>
<!-- Main Page -->
<main id="middleContent">
<!-- Home Section-->
<section id="homeSection">
<header>
<h1>Welcome to The Blog Area!</h1>
<div class="home-banner">
<img
src="images/digimon_thkh.1200-2533722281.jpg"
alt="Grassy hill from Popstar (Kirby universe)"
/>
</div>
</header>
<article class="home-text text-containers-secondary-bg">
<img
src="images/gifs/kirby19.gif"
class="home-img-1"
alt="Kirby holding Hi!! sign"
/>
<center> <p>
Welcome to the blog area.<br>
You can check out our blogs listed below.
</p></center>
</article>
<!-- Recent Updates Section -->
<article class="recent-updates text-containers-main-bg">
<h2>✍️ Blogs</h2>
<div class="text-containers-secondary-bg">
<p>
<strong>2023年7月10日</strong>
Legacy Devices, Podcast, And More!
</p>
Domains + Legacy Compatibility
Veltron gets a domain, the site begins working on legacy devices, Veltron archives, and more!<br>
<a href="https://digitalcheese.xyz/">Digital Cheese</a> - 10/7/2023 12:38PM
<hr>
Hello everyone, this is the first Veltron blog entry on the website :D<br>
As the first blog on the website, I think I should just give a recap of what has changed over the last few months.
For one, we got a Veltron domain now! The domain is Veltron.NET, please feel free to share it with friends or whoever else you would like to share it with. The domain will be the replacement for venith.neocities.org which was the old site domain that no longer works, at least it wasn't used too much. Also, we switched over to GitHub for the Veltron website although I may self-host it eventually. We moved to GitHub because it gave this website the ability to not force HTTPS, which was the reason the DSi could not run this website. So yes, this site now also works on DSi.
<br><br>
We have also made many (and I mean many) sub-domains under Veltron's. I will list them below for you to visit, the ones that work on DSi/Wii must have HTTPS disabled as far as I know, HTTPS has not worked with it. There are many more, this is not the full list but rather the most notable ones as of this time. The list will be updated and sometimes the websites go down so be paitent, some domains may not work on DSi in the future as a warning too.
<br><br>
dc.veltron.net (DSi Won't Work, Neocities Issue)<br>
tdk.veltron.net (same as dc.veltron.net)<br>
cht.veltron.net (DSi Compatible)<br>
dc2.veltron.net (DSi Compatible)
<br><br>
Expect to start seeing a lot more www.veltron.net domains and sub-domain links especially if you're in <a href="https://tdk.veltron.net">The Destruction Kingdom</a> (TDK) or <a href="https://cht.veltron.net">CrazyHellTechnologies</a>. Perhaps one day you may even own one :]
<br>Website Redesigns
Yes, Veltron was once again redesigned if you didn't miss it back when it was still on Neocities. Also, I optimized many areas of code more so that way it would work better on DSi without looking worse on more modern devices. However, this wasn't the only Veltron website to get a redesign as <a href="http://dc2.veltron.net/">dc2.veltron.net</a> also got one (it looks like a forum site even though its actually just a personal website). It is still a WIP, but it is cool.
<br>TDKHome/TDKPaint
We are still making some progress on that, not as much but whatever. We should eventually finish it, or maybe it'll be removed and I'll just use the main Veltron layout instead as I kinda like it more. Works better, works on more devices, and its already usually the main theme of the website so things won't look weird if I do that. Plus green :3
<br>The Destruction Kingdom
Once last bit I would like to add on here, it is about TDK. There has been a very, very important blog entry thats way longer than this one made on the site there. If you would like to read it, please <a href="https://tdk.veltron.net/blog/2023-October5.html">click this link</a>. For those who don't want to read it, here is the TLDR below:<br>
"TDK Guilded Banned, Telegram Supremacy, Hide Numbers On TG Profiles, Fuck Nintendo, I Suck At Keeping My Empires Simple And Not Overly-Complicated."
<br><br>
It is like 17 paragraphs that are all very, very long each so I don't expect you to read it. However, if you decide to read it then I believe it will be very important. Fuck Nintendo, Veltron Supremacy.
<br>Conclusion
Thanks for reading this blog! Before I end it off, I would like to say that there should be more updates to the site very soon, perhaps even an email service for it. Otherwise, I don't have anything else to say so kthxbye gg wellplayed.
</div>
</article>
<!-- Featured Buttons Carousel -->
<nav class="carousel-buttons text-containers-main-bg" aria-label="88x31 Button Carousel">
<div>
<a href="http://librewolf.net" target="_blank">
<img src="images/buttons/CapeCanaveral_Cockpit_5802_images_Fox_button.gif" alt="VELTRON's Button" />
</a>
<a href="https://gitlab.lain.la/dCF/deCloudflare" target="_blank">
<img src="images/buttons/NotCloudflared.png" alt="VELTRON's Button" />
</a>
<a href="http://old.reddit.com/r/SayNoToAI/" target="_blank">
<img src="images/buttons/noai.gif" alt="VELTRON's Button" />
</a>
<a href="https://0xc3.win/silly/hdcp-master.txt" target="_blank">
<img src="images/buttons/aoltos_a.gif" alt="VELTRON's Button" />
</a>
<a href="https://web.archive.org/web/20240317041225/https://old.reddit.com/r/fosscad/wiki/index" target="_blank">
<img src="images/buttons/thismachinekillsfascists.png" alt="VELTRON's Button" />
</a>
<a href="https://corru.observer/" target="_blank">
<img src="images/buttons/corru.gif" alt="VELTRON's Button" />
</a>
<a href="https://anonymousplanet.org/" target="_blank">
<img src="images/buttons/anonymize.gif" alt="VELTRON's Button" />
</a>
<a href="https://digdeeper.love/articles/browsers.xhtml" target="_blank">
<img src="images/buttons/anythingbut.png" alt="VELTRON's Button" />
</a>
<a href="https://web3isgoinggreat.com/" target="_blank">
<img src="images/buttons/nft.gif" alt="VELTRON's Button" />
</a>
<a href="http://debian.org" target="_blank">
<img src="images/buttons/linux_powered.gif" alt="VELTRON's Button" />
</a>
<a href="https://bazzite.gg/" target="_blank">
<img src="images/buttons/emulate.gif" alt="VELTRON's Button" />
</a>
<a href="https://dragoonsden.veltron.net" target="_blank">
<img src="images/buttons/Area51_Chamber_5154_dnow1.jpg" alt="VELTRON's Button" />
</a>
<a href="https://dragoonsden.veltron.net" target="_blank">
<img src="images/buttons/Area51_Chamber_5154_dnow4.jpg" alt="VELTRON's Button" />
</a>
<a href="https://dragoonsden.veltron.net" target="_blank">
<img src="images/buttons/Area51_Chamber_5154_dnow3.jpg" alt="VELTRON's Button" />
</a>
<a href="https://dragoonsden.veltron.net" target="_blank">
<img src="images/buttons/Area51_Corridor_4797_savenow.gif" alt="VELTRON's Button" />
</a>
<a href="https://archive.org/" target="_blank">
<img src="images/buttons/iarchive.gif" alt="VELTRON's Button" />
</a>
<a href="https://linuxmint.com/" target="_blank">
<img src="images/buttons/1linux.gif" alt="VELTRON's Button" />
</a>
<a href="https://www.youtube.com/linustechtips" target="_blank">
<img src="images/buttons/2linus.gif" alt="VELTRON's Button" />
</a>
<a href="https://vscodium.com/" target="_blank">
<img src="images/buttons/vsCodium.gif" alt="VELTRON's Button" />
</a>
<a href="https://www.youtube.com/@rossmanngroup" target="_blank">
<img src="images/buttons/righttorepair.jpg" alt="VELTRON's Button" />
</a>
<a href="https://en.wikipedia.org/wiki/Furby" target="_blank">
<img src="images/buttons/2furby.jpg" alt="VELTRON's Button" />
</a>
<a href="https://dragoonsden.veltron.net" target="_blank">
<img src="images/buttons/5XEFWSV5ECGEHNSNNAM4IRLKU5EED4XU.gif" alt="VELTRON's Button" />
</a>
</div>
</nav>
<div class="view-counter-container text-containers-secondary-bg">
<span>You are visitor number:</span>
<span id="visitorCounter"></span>
</div>
</section>
</main>
<footer id="bottomFooter">
<span>2019 - <script>document.write(new Date().getFullYear());</script> © Veltron Network</span><br />
<a href="https://discord.go.veltron.net">Discord</a> <a href="mailto:mattthetekie@veltron.net">e-mail</a>
</footer>
<!-- Spacer -->
<div id="websiteSpacerBottom"></div>
</div>
<!-- Javascript -->
<script src="javascript/carousel.js"></script>
<script src="javascript/view-counter.js"></script>
<script src="javascript/nav-music.js"></script>
</body>
</html>