-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmembers.html
More file actions
479 lines (447 loc) · 15.5 KB
/
members.html
File metadata and controls
479 lines (447 loc) · 15.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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta name="darkreader-lock" />
<title>Members - 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">
<link rel="stylesheet" href="css/global.css" />
<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" />
<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="/" 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="status.html" 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-active"
id="navPastVersions"
>Member Area</a
>
</div>
</div>
<div class="nav-categories">
<span>Information Center</span>
<div class="nav-items">
<img src="images/about.png" class="nav-icons" alt="Kirby" /><a
href="about.html"
class="nav-links"
id="navAbout"
>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"
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="donate.html" 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="radio.html"
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="tv.html"
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="dragon-linux.html"
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="tel:+16314817776"
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="hacker-lab.html" 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="mc.html"
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/codeberg.png"
class="nav-icons"
alt="Windows 7 Orb"
/><a
href="https://codeberg.org/VeltronNET"
class="nav-links-external"
>Codeberg</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>
<img src="images/gifs/fishy1.gif" onmouseover="this.src='images/gifs/fishy.gif';" onmouseout="this.src='images/gifs/fishy1.gif';"></a>
</aside>
<div class="decor left_banner"></div>
<!-- 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>
<div class="decor right_banner"></div>
</aside>
<!-- Main Page -->
<main id="middleContent">
<!-- Home Section-->
<section id="homeSection">
<header>
<h1>Welcome to The Member 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 Member Area.<br>
You can check out our members listed below.
</p></center>
</article>
<!-- Recent Updates Section -->
<article class="recent-updates text-containers-main-bg">
<!-- Grid Layout for Main Areas, Services, Partners -->
<div class="grid-container">
<!-- Main Area Column -->
<div class="grid-item">
<center>
<h2>💾 Members Area:</h2>
<a href="http://home.veltron.net">MattTheTekie</a><br>
<a href="http://dragoonsden.veltron.net">Gato-Senpai</a><br>
<a href="http://search.circuitcloud.net">CircuitCloud Network</a><br>
<a href="http://digitalcheese.xyz">Digital Cheese</a><br>
<a href="https://draconidjoashu.veltron.net">🦈🦖Draconid_Jo🐉🌠</a><br>
<a href="http://jinxcade.veltron.net">JinxCade</a><br>
</center></div>
<!-- Partners Column -->
<div class="grid-item">
<center>
<h2>💼 Partners:</h2>
<a href="http://evievm.pubvm.org/~wec/">HackerSmacker</a><br>
<a href="https://patchysicp.xyz">PatchySICP</a><br>
<a href="https://digdeeper.love">Dig Deeper</a><br>
<a href="http://venith.net">The Venith Network</a><br>
<a href="https://draconidjoashu.venith.net">🦈🦖Draconid_Jo🐉🌠</a><br>
<a href="https://citra099.carrd.co">Divided099</a><br>
<a href="https://pastebin.com/epqFWy8w">Zvonil Group</a><br>
<a href="#">Coming Soon! 🚧</a><br>
</center></div>
</article>
<!-- Featured Buttons Carousel -->
<nav class="carousel-buttons text-containers-main-bg" aria-label="88x31 Button Carousel">
<div>
<div class="carousel-placeholder"></div>
</div>
</nav>
<div class="view-counter-container text-containers-secondary-bg">
<span>You are visitor number:</span>
<span id="visitorCounter"></span>
</div>
<center> <span class="button"><a class=cornerbuttonleft href="https://teethinvitro.neocities.org/webring/linuxring/redirect/libprev.html">⮜</a><a href="https://teethinvitro.neocities.org/webring/linuxring/">*nixRing</a><a class=cornerbuttonright href="https://teethinvitro.neocities.org/webring/linuxring/redirect/libnext.html">⮞</a></span></center>
</section>
</main>
<footer id="bottomFooter">
<span>2019 - <script>document.write(new Date().getFullYear());</script> © Veltron Network</span><br />
<a href="https://fluxer.go.veltron.net">Fluxer</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>