diff --git a/archive/index.html b/archive/index.html index ec4ccc1..2d6d42a 100644 --- a/archive/index.html +++ b/archive/index.html @@ -13,8 +13,8 @@ - - + + Venith Archives @@ -22,7 +22,7 @@
- +
Archives by the Venith Community, very based.

Venith Archives

internetland.neocities.org:
diff --git a/articles/index.html b/articles/index.html index 1372240..e30d3a5 100644 --- a/articles/index.html +++ b/articles/index.html @@ -13,8 +13,8 @@ - - + + Venith Articles @@ -22,7 +22,7 @@
- +

Stories

Short Stories

diff --git a/articles/stories/short/winter-w-the-crow-and-the-raven.html b/articles/stories/short/winter-w-the-crow-and-the-raven.html index 18cbaed..4d93b2f 100644 --- a/articles/stories/short/winter-w-the-crow-and-the-raven.html +++ b/articles/stories/short/winter-w-the-crow-and-the-raven.html @@ -13,8 +13,8 @@ - - + + Winter with The Crow and The Raven - Rose Bloodstone @@ -22,7 +22,7 @@
- +

Winter with The Crow and The Raven

A crow and a raven eat berries in a tree. diff --git a/assets/css/moeta.css b/assets/css/moeta.css deleted file mode 100644 index 4820931..0000000 --- a/assets/css/moeta.css +++ /dev/null @@ -1,205 +0,0 @@ -@charset "UTF-8"; - -@font-face { - font-family: "System Font"; - src: url("https://cdn.venith.net/www.venith.net/assets/fonts/SFUIRounded.woff") format('woff'); -} -*, a, button, body {cursor:url('https://cdn.venith.net/www.venith.net/assets/images/cursor.png'), auto!important;} -:root { - --genwidth: 850px; - --navwidth: 175px; - --fg: #ddd; - --altfg: #ccc; - --fgemph: white; - --bg: #111; - --altbg: #333; - --emph: #333; - --bordercolor: #555; - --limish: #0e0; -} - -body { - font-family: "System Font"; - background: linear-gradient(indigo, darkslategray) fixed; - background: #100; - margin-bottom: 100px; - font-weight: 300; - color: #fff; - padding: 1.5em; - max-width: 100%; - background: url(https://cdn.venith.net/www.venith.net/assets/images/bg.gif) center center/cover fixed no-repeat; -} - -html, body { - height: 100%; -} - -a { - color: #EE4B2B; - text-decoration: none; - transition: color 0.3s ease; -} - -a:hover { - color: #fff; -} - -h1, h2, h3 { - font-weight: lighter; -} - -header { - text-align: center; - margin-bottom: 1em; -} - -header .moeta-name { - padding: 1rem; - background: rgba(0, 0, 0, 0.5); - display: inline-block; - width: 100%; - max-width: 850px; -} - -.moeta-name h1 { - margin-bottom: 0; -} - -.moeta-name p { - opacity: 0.6; - font-size: 0.875em; -} - -main { - padding: 1.5em; - margin-bottom: 2em; - background: rgba(0, 0, 0, 0.5); - max-width: 100%; - box-sizing: border-box; -} - -main h2 { - position: relative; - margin-top: 3em; -} - -main h2:before { - content: ''; - height: 100%; - width: 0.5rem; - left: -1.5rem; - background: #EE4B2B; - position: absolute; -} - -main h2:first-child { - margin-top: 0; -} - -footer { - padding: 1em; - text-align: center; - background: rgba(0, 0, 0, 0.6); -} - -/* Modernized Navigation Styling */ -nav { - background-color: #222; - border-bottom: 1px solid #444; - box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); - position: sticky; - top: 0; - z-index: 1000; -} - -nav ul { - margin: 0; - padding: 0; - list-style: none; - display: flex; - justify-content: center; /* Ensures horizontal alignment */ - flex-wrap: wrap; /* Allows wrapping on smaller screens */ -} - -nav li { - margin: 0 15px; -} - -nav a { - display: block; - color: #fff; - padding: 14px 16px; - font-weight: 500; - letter-spacing: 1px; - text-transform: uppercase; - transition: background-color 0.3s ease, color 0.3s ease; - border-radius: 4px; -} - -nav a:hover { - background-color: #EE4B2B; - color: #fff; -} - -/* Responsive adjustments for smaller screens */ -@media screen and (max-width: 768px) { - body { - padding: 0; - max-width: 100%; - float: none; - margin-bottom: 0; - } - - header { - display: flex; - align-items: center; - justify-content: center; - height: auto; - } - - header .moeta-name { - padding: 1.5em; - text-align: center; - max-width: 100%; - } - - main { - padding: 1em; - margin-bottom: 1em; - } - - nav ul { - flex-wrap: wrap; /* Allows wrapping for smaller devices */ - } - - nav li { - margin: 10px 5px; /* Reduced margin to fit on smaller screens */ - } - - nav a { - padding: 10px 12px; - text-align: center; - } -} - -/* For larger screens like desktops */ -@media screen and (min-width: 1024px) { - body { - max-width: 70%; - margin: 0 auto; - padding: 2em; - } - - header { - margin-bottom: 2em; - } - - main { - padding: 2em; - margin-bottom: 3em; - } - - nav ul { - justify-content: center; - } -} diff --git a/assets/css/venith-legacy.css b/assets/css/venith-legacy.css deleted file mode 100644 index a467056..0000000 --- a/assets/css/venith-legacy.css +++ /dev/null @@ -1,17 +0,0 @@ -body {background-color:black;background-image:url(http://www.venith.net/assets/images/legacy/CHT-BG.gif);color:white!important;font-family:'Arial', 'Courier New', 'Sans-serif';word-wrap:break-word!important} - -div.content {max-width:99%;width:500px;margin:0px;float:right;} -div.head {background:#000;padding:4px;max-width:99%;width:500px;font-size:21px;text-align:center;margin-bottom:4px;} -div.nav {background:#333;color:white!important;text-align:center;padding:5px 0px;} -div.text {background:rgba(0,0,0,.5);text-align:center;font-size:0.85em} -div.footer {background:black;font-size:10px} - -/* BROKEN CSS: -div.text h2:before{content:'';height:100%;width:.5rem;left:-1.5rem;background:#EE4B2B;position:absolute;} */ - -a {color:red;} -a:hover {background:red;color:white;} -h2 {font-weight:bold} -div.nav a:hover {background-color:white!important;color:black!important} - -IMG {max-width:99%;height:auto;} diff --git a/assets/fonts/SFUIRounded.ttf b/assets/fonts/SFUIRounded.ttf deleted file mode 100644 index ddd1134..0000000 Binary files a/assets/fonts/SFUIRounded.ttf and /dev/null differ diff --git a/assets/fonts/SFUIRounded.woff b/assets/fonts/SFUIRounded.woff deleted file mode 100644 index 9e677b1..0000000 Binary files a/assets/fonts/SFUIRounded.woff and /dev/null differ diff --git a/assets/images/Screen_Shot_2020-08-06_at_4.50.04_PM.png b/assets/images/Screen_Shot_2020-08-06_at_4.50.04_PM.png deleted file mode 100644 index b48960b..0000000 Binary files a/assets/images/Screen_Shot_2020-08-06_at_4.50.04_PM.png and /dev/null differ diff --git a/assets/images/banner.png b/assets/images/banner.png deleted file mode 100644 index 392ae9f..0000000 Binary files a/assets/images/banner.png and /dev/null differ diff --git a/assets/images/bg.gif b/assets/images/bg.gif deleted file mode 100644 index 46f8f80..0000000 Binary files a/assets/images/bg.gif and /dev/null differ diff --git a/assets/images/chat.png b/assets/images/chat.png deleted file mode 100644 index 04656a6..0000000 Binary files a/assets/images/chat.png and /dev/null differ diff --git a/assets/images/cursor.png b/assets/images/cursor.png deleted file mode 100644 index 15731a8..0000000 Binary files a/assets/images/cursor.png and /dev/null differ diff --git a/assets/images/gallery.png b/assets/images/gallery.png deleted file mode 100644 index ae06c6b..0000000 Binary files a/assets/images/gallery.png and /dev/null differ diff --git a/assets/images/gitea.png b/assets/images/gitea.png deleted file mode 100644 index 02681bc..0000000 Binary files a/assets/images/gitea.png and /dev/null differ diff --git a/assets/images/homelab.png b/assets/images/homelab.png deleted file mode 100644 index d188285..0000000 Binary files a/assets/images/homelab.png and /dev/null differ diff --git a/assets/images/legacy/CHT-BG.gif b/assets/images/legacy/CHT-BG.gif deleted file mode 100644 index 46f8f80..0000000 Binary files a/assets/images/legacy/CHT-BG.gif and /dev/null differ diff --git a/assets/images/legacy/CHT-Line.gif b/assets/images/legacy/CHT-Line.gif deleted file mode 100644 index 21acab8..0000000 Binary files a/assets/images/legacy/CHT-Line.gif and /dev/null differ diff --git a/assets/images/legacy/CHT.ico b/assets/images/legacy/CHT.ico deleted file mode 100644 index 526f709..0000000 Binary files a/assets/images/legacy/CHT.ico and /dev/null differ diff --git a/assets/images/legacy/CHT.png b/assets/images/legacy/CHT.png deleted file mode 100644 index b54e9f2..0000000 Binary files a/assets/images/legacy/CHT.png and /dev/null differ diff --git a/assets/images/lemmy.png b/assets/images/lemmy.png deleted file mode 100644 index ecd7a7b..0000000 Binary files a/assets/images/lemmy.png and /dev/null differ diff --git a/assets/images/mc.png b/assets/images/mc.png deleted file mode 100644 index a19552b..0000000 Binary files a/assets/images/mc.png and /dev/null differ diff --git a/assets/images/stats.png b/assets/images/stats.png deleted file mode 100644 index 16f55ab..0000000 Binary files a/assets/images/stats.png and /dev/null differ diff --git a/assets/images/streetpass.png b/assets/images/streetpass.png deleted file mode 100644 index 583c88a..0000000 Binary files a/assets/images/streetpass.png and /dev/null differ diff --git a/assets/images/tdkhome.png b/assets/images/tdkhome.png deleted file mode 100644 index acd923a..0000000 Binary files a/assets/images/tdkhome.png and /dev/null differ diff --git a/assets/images/tdkpaint.png b/assets/images/tdkpaint.png deleted file mode 100644 index dabd760..0000000 Binary files a/assets/images/tdkpaint.png and /dev/null differ diff --git a/assets/images/tenor.gif b/assets/images/tenor.gif deleted file mode 100644 index 21acab8..0000000 Binary files a/assets/images/tenor.gif and /dev/null differ diff --git a/assets/images/video.png b/assets/images/video.png deleted file mode 100644 index 7369e2b..0000000 Binary files a/assets/images/video.png and /dev/null differ diff --git a/assets/js/venith-legacy.js b/assets/js/venith-legacy.js deleted file mode 100644 index 7eacb74..0000000 --- a/assets/js/venith-legacy.js +++ /dev/null @@ -1,2 +0,0 @@ -let year = document.getElementById("year"); -year.innerHTML = new Date().getFullYear(); diff --git a/blog/1072023.html b/blog/1072023.html index d99e70f..395e4e7 100644 --- a/blog/1072023.html +++ b/blog/1072023.html @@ -13,8 +13,8 @@ - - + + 10/7/2023 - Legacy Devices, Podcast, And More! @@ -22,7 +22,7 @@
- +

Legacy Devices, Podcast, And More!

Venith gets a domain, the site begins working on legacy devices, Venith archives, and more! diff --git a/blog/index.html b/blog/index.html index 5fc63bf..edaea19 100644 --- a/blog/index.html +++ b/blog/index.html @@ -13,8 +13,8 @@ - - + + Venith Blog @@ -22,7 +22,7 @@
- + diff --git a/media/11307WGhos70W9Ut4Eq9prEwbwoFzTqeNh7HsKep-M_KzAJU1M2rdgZNheVFhkSeDBSie616rlHjhJHuUMnVC6ccnHsBH6h3_1_1920x1080.jpg b/media/11307WGhos70W9Ut4Eq9prEwbwoFzTqeNh7HsKep-M_KzAJU1M2rdgZNheVFhkSeDBSie616rlHjhJHuUMnVC6ccnHsBH6h3_1_1920x1080.jpg deleted file mode 100644 index 23bb28e..0000000 Binary files a/media/11307WGhos70W9Ut4Eq9prEwbwoFzTqeNh7HsKep-M_KzAJU1M2rdgZNheVFhkSeDBSie616rlHjhJHuUMnVC6ccnHsBH6h3_1_1920x1080.jpg and /dev/null differ diff --git a/media/archive/Logos/Venith-v1.jpg b/media/archive/Logos/Venith-v1.jpg deleted file mode 100644 index c5b21b7..0000000 Binary files a/media/archive/Logos/Venith-v1.jpg and /dev/null differ diff --git a/media/archive/antitiktok-union.neocities.org/1.png b/media/archive/antitiktok-union.neocities.org/1.png deleted file mode 100644 index 067218b..0000000 Binary files a/media/archive/antitiktok-union.neocities.org/1.png and /dev/null differ diff --git a/media/archive/antitiktok-union.neocities.org/2.png b/media/archive/antitiktok-union.neocities.org/2.png deleted file mode 100644 index 61ea94f..0000000 Binary files a/media/archive/antitiktok-union.neocities.org/2.png and /dev/null differ diff --git a/media/archive/antitiktok-union.neocities.org/3.png b/media/archive/antitiktok-union.neocities.org/3.png deleted file mode 100644 index 572a76c..0000000 Binary files a/media/archive/antitiktok-union.neocities.org/3.png and /dev/null differ diff --git a/media/archive/antitiktok-union.neocities.org/4.png b/media/archive/antitiktok-union.neocities.org/4.png deleted file mode 100644 index 13056bd..0000000 Binary files a/media/archive/antitiktok-union.neocities.org/4.png and /dev/null differ diff --git a/media/archive/antitiktok-union.neocities.org/5.png b/media/archive/antitiktok-union.neocities.org/5.png deleted file mode 100644 index 0ceb5ed..0000000 Binary files a/media/archive/antitiktok-union.neocities.org/5.png and /dev/null differ diff --git a/media/archive/antitiktok-union.neocities.org/ATTU-Logo.png b/media/archive/antitiktok-union.neocities.org/ATTU-Logo.png deleted file mode 100644 index a166524..0000000 Binary files a/media/archive/antitiktok-union.neocities.org/ATTU-Logo.png and /dev/null differ diff --git a/media/archive/antitiktok-union.neocities.org/ATTU-ico.ico b/media/archive/antitiktok-union.neocities.org/ATTU-ico.ico deleted file mode 100644 index d1ebdc2..0000000 Binary files a/media/archive/antitiktok-union.neocities.org/ATTU-ico.ico and /dev/null differ diff --git a/media/archive/antitiktok-union.neocities.org/BG-1.png b/media/archive/antitiktok-union.neocities.org/BG-1.png deleted file mode 100644 index 4fc11df..0000000 Binary files a/media/archive/antitiktok-union.neocities.org/BG-1.png and /dev/null differ diff --git a/media/archive/antitiktok-union.neocities.org/BG-2.png b/media/archive/antitiktok-union.neocities.org/BG-2.png deleted file mode 100644 index 283883c..0000000 Binary files a/media/archive/antitiktok-union.neocities.org/BG-2.png and /dev/null differ diff --git a/media/archive/antitiktok-union.neocities.org/CURSOR.png b/media/archive/antitiktok-union.neocities.org/CURSOR.png deleted file mode 100644 index 6b08af0..0000000 Binary files a/media/archive/antitiktok-union.neocities.org/CURSOR.png and /dev/null differ diff --git a/media/cursor.png b/media/cursor.png deleted file mode 100644 index 15731a8..0000000 Binary files a/media/cursor.png and /dev/null differ diff --git a/media/podcast/old/e1.mp3 b/media/podcast/old/e1.mp3 deleted file mode 100644 index 432b033..0000000 Binary files a/media/podcast/old/e1.mp3 and /dev/null differ diff --git a/media/podcast/old/e2.mp3 b/media/podcast/old/e2.mp3 deleted file mode 100644 index fc04de6..0000000 Binary files a/media/podcast/old/e2.mp3 and /dev/null differ diff --git a/media/vco.ico b/media/vco.ico deleted file mode 100644 index 782404d..0000000 Binary files a/media/vco.ico and /dev/null differ diff --git a/media/vlogo.png b/media/vlogo.png deleted file mode 100644 index 00d60ea..0000000 Binary files a/media/vlogo.png and /dev/null differ diff --git a/media/vlogo2.jpg b/media/vlogo2.jpg deleted file mode 100644 index 3d87c0c..0000000 Binary files a/media/vlogo2.jpg and /dev/null differ diff --git a/media/vss.css b/media/vss.css deleted file mode 100644 index bd8fd67..0000000 --- a/media/vss.css +++ /dev/null @@ -1,16 +0,0 @@ -* {font-family:sans-serif;word-wrap:break-word!important;line-height:1.2em} -body {background-color:#000;margin:0px;color:white!important;font-size:12px!important;} -*, a, button, body {cursor:url('/media/cursor.png'), auto!important;} -.con {background:#040;margin:0px auto;} -.nav {background:#050;text-align:center;overflow:auto;max-height:50px;font-size:26px;color:white!important;font-weight:bold;padding:4px;border-bottom:2px #FFF solid} -.txt {background:#040;padding:2px} -.foot {background:#030;font-size:10px!important;padding:2px} - -h1 {background:#040;margin:auto 0px;text-align:center;font-weight:bold;} -a {color:#FFF} -a:hover {color:rgb(235, 170, 19)!important;} -::selection {background:lime;color:black} - -IMG {max-width:100%;height:auto} -IMG[src="/media/vlogo2.jpg"] {float:left} -audio {width:99%} \ No newline at end of file diff --git a/media/welcome-channel-brainfree.yml b/media/welcome-channel-brainfree.yml deleted file mode 100644 index cca0ad4..0000000 --- a/media/welcome-channel-brainfree.yml +++ /dev/null @@ -1,12 +0,0 @@ -- type: rules - rules: - Be decent to one another.: We're all human. Any and all forms of bigotry, harassment, doxing, exclusionary, or otherwise abusive behavior will not be tolerated. Excessive rudeness, impatience and hostility are not welcome. Do not rage out or make personal attacks against other people. Do not encourage other users to to brigade/raid other communities. - Keep chat clean.: Do not spam text, images, user mentions (pings), emoji, reactions, or anything else. Do not post offensive, obscene, politically charged, or sexually explicit content. Do not advertise outside of the relevant channels. Avoid using vulgar language and excessive profanity. While you don't have too it's generally advised to use English in public channels. A translator such as https://www.deepl.com/translator is recommended if you're not familiar with English. - Keep channels on-topic.: Avoid heavily engaging in topics outside their appropriate channels. Chatting of Venith typically is best in general. General is also the best place to talk when a more specific channel doesn't exist. - Refrain from sending unsolicited pings and direct messages.: Pings and DMs can be annoying to deal with, so please avoid using them unless they are necessary. Use pings in replies with discretion. Do not make unsolicited support requests with pings or DMs. - Understand that support is not guaranteed.: Support will be provided by the <@&1002375920897773588> and other users on a best-effort basis. If someone cannot help you, avoid becoming angry or lashing out. Instead, wait for someone else who may be able to help you. - -- type: embed - embeds: - - description: "We will respond to rule violations at our own discretion. If you have an issue with another user in this server, please report it to a moderator privately. If you see rule breaking behavior, please mention our moderator role in the channel in which the violation occurred.\n\nThese rules were last updated on December 22nd, 2023." - color: 0x00ffc8 diff --git a/media/welcome-channel-n3rdp0rt4l.yml b/media/welcome-channel-n3rdp0rt4l.yml deleted file mode 100644 index 4bd7980..0000000 --- a/media/welcome-channel-n3rdp0rt4l.yml +++ /dev/null @@ -1,12 +0,0 @@ -- type: rules - rules: - Be decent to one another.: We're all human. Any and all forms of bigotry, harassment, doxing, exclusionary, or otherwise abusive behavior will not be tolerated. Excessive rudeness, impatience and hostility are not welcome. Do not rage out or make personal attacks against other people. Do not encourage other users to to brigade/raid other communities. - Keep chat clean.: Do not spam text, images, user mentions (pings), emoji, reactions, or anything else. Do not post offensive, obscene, politically charged, or sexually explicit content. Do not advertise outside of the relevant channels. Avoid using vulgar language and excessive profanity. While you don't have too it's generally advised to use English in public channels. A translator such as https://www.deepl.com/translator is recommended if you're not familiar with English. - Keep channels on-topic.: Avoid heavily engaging in topics outside their appropriate channels. Chatting of Venith typically is best in general. General is also the best place to talk when a more specific channel doesn't exist. - Refrain from sending unsolicited pings and direct messages.: Pings and DMs can be annoying to deal with, so please avoid using them unless they are necessary. Use pings in replies with discretion. Do not make unsolicited support requests with pings or DMs. - Understand that support is not guaranteed.: Support will be provided by the <@&1152718225335914589> and other users on a best-effort basis. If someone cannot help you, avoid becoming angry or lashing out. Instead, wait for someone else who may be able to help you. - -- type: embed - embeds: - - description: "We will respond to rule violations at our own discretion. If you have an issue with another user in this server, please report it to a moderator privately. If you see rule breaking behavior, please mention our moderator role in the channel in which the violation occurred.\n\nThese rules were last updated on December 22nd, 2023." - color: 0x00ffc8 diff --git a/media/welcome-channel.yml b/media/welcome-channel.yml deleted file mode 100644 index fe19d42..0000000 --- a/media/welcome-channel.yml +++ /dev/null @@ -1,12 +0,0 @@ -- type: rules - rules: - Be decent to one another.: We're all human. Any and all forms of bigotry, harassment, doxing, exclusionary, or otherwise abusive behavior will not be tolerated. Excessive rudeness, impatience and hostility are not welcome. Do not rage out or make personal attacks against other people. Do not encourage other users to to brigade/raid other communities. - Keep chat clean.: Do not spam text, images, user mentions (pings), emoji, reactions, or anything else. Do not post offensive, obscene, politically charged, or sexually explicit content. Do not advertise outside of the relevant channels. Avoid using vulgar language and excessive profanity. While you don't have too it's generally advised to use English in public channels. A translator such as https://www.deepl.com/translator is recommended if you're not familiar with English. - Keep channels on-topic.: Avoid heavily engaging in topics outside their appropriate channels. Chatting of Venith typically is best in general. General is also the best place to talk when a more specific channel doesn't exist. - Refrain from sending unsolicited pings and direct messages.: Pings and DMs can be annoying to deal with, so please avoid using them unless they are necessary. Use pings in replies with discretion. Do not make unsolicited support requests with pings or DMs. - Understand that support is not guaranteed.: Support will be provided by the <@&1086091430860173363> and other users on a best-effort basis. If someone cannot help you, avoid becoming angry or lashing out. Instead, wait for someone else who may be able to help you. - -- type: embed - embeds: - - description: "We will respond to rule violations at our own discretion. If you have an issue with another user in this server, please report it to a moderator privately. If you see rule breaking behavior, please mention our moderator role in the channel in which the violation occurred.\n\nThese rules were last updated on December 22nd, 2023." - color: 0x00ffc8 diff --git a/podcast/index.html b/podcast/index.html index 06fd6d4..7c72a81 100644 --- a/podcast/index.html +++ b/podcast/index.html @@ -13,8 +13,8 @@ - - + + Venithcast @@ -22,7 +22,7 @@
- +
Venith has a podcast for both tech-related stuff and gaming/other stuff such as that. Please support us by sharing around the episodes via linking it! Thanks for watching :D

Hacking Stories

diff --git a/podcast/old/e1.html b/podcast/old/e1.html index 4e4b8db..313b0db 100644 --- a/podcast/old/e1.html +++ b/podcast/old/e1.html @@ -13,8 +13,8 @@ - - + + E1 - The Mellay Interview @@ -22,7 +22,7 @@
- +


diff --git a/podcast/old/e2.html b/podcast/old/e2.html index b3be667..f2c8f78 100644 --- a/podcast/old/e2.html +++ b/podcast/old/e2.html @@ -13,8 +13,8 @@ - - + + E2 - ARandomInternetUser @@ -22,7 +22,7 @@
- +


diff --git a/podcast/old/e3.html b/podcast/old/e3.html index 6ab88c4..95a9b7c 100644 --- a/podcast/old/e3.html +++ b/podcast/old/e3.html @@ -13,8 +13,8 @@ - - + + E3 - (Extras) Hacking