"Javeen's Place" Source Code tapeykatt.neocities.org
website
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

aa

+207 -15
+7
changelog.html
··· 16 16 </head> 17 17 <body style="background-color:#1168AE;background-image:none;text-align:left;"> 18 18 <main> 19 + <h3>April 24, 2026</h3> 20 + <ul> 21 + <li>Made a page for my devices on the mobile version of my website</li> 22 + <li>Deleted the link to my TikTok account because i forgot to do so</li> 23 + <li>Added nicknames for Rodrigo</li> 24 + </ul> 25 + 19 26 <h3>April 18, 2026</h3> 20 27 <ul> 21 28 <li>Added & removed more extensions i use</li>
-1
contact.html
··· 56 56 <li><a href="https://www.bitview.net/user/jermiz23">BitView (2011 youtube revival)↗</a></li> 57 57 <li><a href="https://ivy.a1429.lol/users/775">Ivy (Vine revival)↗</a></li> 58 58 <li><a href="https://www.vidlii.com/user/Tapeykatt">VidLii (2008 YouTube revival that kinda sucks)↗</a></li> 59 - <li><a href="https://tiktok.com/@tapeykatt">TikTok↗</a></li> 60 59 <li><a href="https://peertube.wtf/c/tapeykatt/videos">PeerTube↗</a></li> 61 60 <li><a href="https://www.eracast.cc/channel/UCmzhwuINPPCAnXbToCCti2F">EraCast (2012/2016 YouTube revival)↗</a></li> 62 61 <li><a href="https://flashthemes.net/user/470">Flashthemes↗</a></li>
+1 -1
index.html
··· 79 79 <img src="tkweblogo.png" alt="The logo of 'Javeen's place'. Blue, pixelated, with some sparkles around the text 'Javeen', the e on said text is a little tilted, has cat ears and a curly hair, and has an effect; i don't know what because i'm dumb on describing images bruh." width="350px"> 80 80 </header> 81 81 <main> 82 - <p>Last Updated: 2026/04/18 82 + <p>Last Updated: 2026/04/24 83 83 </p> 84 84 <h3>Warning: This website has autoplaying music* and Javascript.<br>Best viewed in 800x600, mostly tested on a 1366x768 screen on Firefox.<br>It also might contain cuss words and other sensitive stuff that might not be appropiate for children under 13-14.<br>Plus, mobile users will be redirected to a limited version of this website, so it's recommended to use a PC to enjoy the full version.</h3> 85 85 <p>* Depends on your autoplay settings</p>
+1 -12
m/about_me.html
··· 78 78 </ul> 79 79 80 80 <h3>Devices</h3> 81 - <ul> 82 - <li>HP 255 G8 (slushi)</li> 83 - <li>HP Pavilion 15-P247SA (My old PC) †(2014-2025-2026)</li> 84 - <li>Samsung Galaxy A10s (SM-A107M)</li> 85 - <li>Samsung Galaxy A14 LTE (SM-A145M) (microG'd and with Evolution X GSI)</li> 86 - <li>Samsung Galaxy Tab 6 Lite 2022 (SM-P613) (Degoogled and with LineageOS)</li> 87 - <li>Samsung Galaxy Grand Prime (SM-G530M) (Degoogled and with LineageOS 18.1 Go)</li> 88 - <li>LG T310i</li> 89 - <li>LG Optimus L5 (LG-E612g)</li> 90 - <li>Xbox 360 Slim</li> 91 - <li>Nintendo Switch OLED</li> 92 - </ul> 81 + <a href="devices">Click here to see 'em.</a> 93 82 94 83 <h3>Programs i use</h3> 95 84 <h4>For browsing</h4>
-1
m/contact.html
··· 29 29 <li><a href="https://www.bitview.net/user/jermiz23">BitView (2011 youtube revival)↗</a></li> 30 30 <li><a href="https://ivy.a1429.lol/users/775">Ivy (Vine revival)↗</a></li> 31 31 <li><a href="https://www.vidlii.com/user/Tapeykatt">VidLii (2008 YouTube revival that kinda sucks)↗</a></li> 32 - <li><a href="https://tiktok.com/@tapeykatt">TikTok↗</a></li> 33 32 <li><a href="https://peertube.wtf/c/tapeykatt/videos">PeerTube↗</a></li> 34 33 <li><a href="https://www.eracast.cc/channel/UCmzhwuINPPCAnXbToCCti2F">EraCast (2012/2016 YouTube revival)↗</a></li> 35 34 <li><a href="https://flashthemes.net/user/470">Flashthemes↗</a></li>
+178
m/devices.html
··· 1 + <!DOCTYPE html> 2 + <html lang="en-US"> 3 + <head> 4 + <meta charset="UTF-8"> 5 + <meta name="viewport" content="width=device-width, initial-scale=1.0"> 6 + <title>Devices - Javeen's Place Mobile</title> 7 + <!-- The style.css file allows you to change the look of your web pages. 8 + If you include the next line in all your web pages, they will all share the same look. 9 + This makes it easier to make new pages for your site. --> 10 + <link rel="icon" type="image/png" href="/favicon-96x96.png?v=5" sizes="96x96" /> 11 + <link rel="icon" type="image/svg+xml" href="/favicon.svg?v=5" /> 12 + <link rel="shortcut icon" href="/favicon.ico?v=5" /> 13 + <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png?v=4" /> 14 + <meta name="apple-mobile-web-app-title" content="Javeen's Place" /> 15 + <link rel="manifest" href="/site.webmanifest?v=5" /> 16 + <meta name="theme-color" content="#2d89ef"> 17 + <style> 18 + .kil { 19 + filter: grayscale(100%); 20 + transition: filter 0.2s linear; 21 + } 22 + 23 + .kil:hover { 24 + filter: grayscale(0%); 25 + } 26 + </style> 27 + </head> 28 + <body style="margin:0px;"> 29 + <header> 30 + <div style="background-color:#2d89ef;width:100%;"> 31 + <img src="/icons/tkicon.png" alt="Tapeykatt's logo. The logo is cyan, has a shape of a cat's head, with a curly hair and the text 'TK' inside the head."> 32 + </div> 33 + </header> 34 + 35 + <main> 36 + <div style="margin:7px;"> 37 + <a href="/m">Home</a> 38 + <a href="about_me">Back</a> 39 + <h1>My Devices!</h1> 40 + <h2>HP 255 G8 (slushi)</h2> 41 + <img src="/devices/hp255g8.jpg" width="300px" alt="Photo of a HP 255 G8, showing a Windows 7 desktop, although it isn't Windows 7"> 42 + <br> 43 + Photo taken: October 17, 2025 44 + <p><b>RAM</b>: 4GB 45 + <br> 46 + <b>Storage</b>: 128GB SSD 47 + <br> 48 + <b>CPU</b>: AMD Athlon Gold 3150U with Radeon Graphics 49 + <br> 50 + <b>Operating system</b>: Arch Linux, btw. 51 + </p> 52 + <p>This is one of these laptops my country's government give to those who are on 7th grade, that's why we call it "PCs del gobierno (Government PCs)". I received this in 2022. Some people say these laptops are very useless for gaming because of its poor specifications (in this case, 4GB of RAM and 128GB of storage), but since i don't play AAA games on it, i think it's very useful for me :P</p> 53 + <p>However, even if i'm not gaming, the performance also gets worse sometimes because i open too many programs at once.</p> 54 + <p>This computer came with Windows 10, then i upgraded it to Windows 11 in September 2022, installed Linux Mint on it in 2024, and Arch in May 2025 (+ Windows 10 Dualboot some months later until Early 2026).</p> 55 + <p>Oh, and if you don't trust me because you're thinking i'm on Windows 7, well, this is KDE Plasma with AeroThemePlasma.</p> 56 + 57 + <h2>HP Pavilion 15-P247SA (cofi) †(2014-2025-2026)</h2> 58 + <img class="kil" src="/devices/pavillion.jpg" width="300px" alt="Photo of a blue HP Pavilion 15-P247SA"> 59 + <br> 60 + Photo taken: September 3, 2022 61 + <p><b>RAM</b>: 8 GB 62 + <br> 63 + <b>Storage</b>: 1 TB HDD 64 + <br> 65 + <b>CPU</b>: AMD A8-6410 APU with AMD Radeon R5 Graphics 66 + <br> 67 + <b>Operating systems</b>: Linux Mint and Windows 10 68 + </p> 69 + <p>There's where everything started. This laptop has accompanied me throughout my life for 11 years. I made tons of videos and silly stuff there when i was a kid, using pre-installed apps like CyberLink PowerDirector. This was also the device where i played Roblox around 2017, way before my actual account was created.</p> 70 + <p>Also, it came with Windows 8.1, and in 2024, i dual-booted it with Linux Mint, and upgraded the original OS to Windows 10.</p> 71 + <p>As of 2025, this laptop has a problem; after hours, even minutes, the laptop turns off by itself and it won't turn on. And since the first time i got this problem, i considered it dead.</p> 72 + <p>Thanks for 11 years of happiness, and for making me be interested on tech.</p> 73 + <p><del>Fun Fact: if this laptop were still alive when i called my main laptop "slushi", i would call this one "cofi".</del> In February 7, 2026, the laptop actually worked, and i had the opportunity to change the hostname to "cofi" before it suddenly shuts down again.</p> 74 + 75 + <h2>Samsung Galaxy A10s (SM-A107M)</h2> 76 + <img src="/devices/a10s.jpg" width="300px" alt="Photo of a Samsung Galaxy A10s with Lawnchair as the launcher, Arcticons as the icons, and Cofi from Chikn Nuggit as the background"> 77 + <br> 78 + Photo taken: October 18, 2025 79 + <p><b>RAM</b>: 2GB 80 + <br> 81 + <b>Storage</b>: 32GB 82 + <br> 83 + <b>CPU</b>: Mediatek Helio P22 84 + <br> 85 + <b>Operating System</b>: Android 11 86 + </p> 87 + <p>Got this phone in November 6, 2020 (yup, i still remember the exact day i got this phone.)</p> 88 + 89 + <h2>Samsung Galaxy A14 LTE (SM-A145M) (microG'd and with Evolution X GSI)</h2> 90 + <img src="/devices/a14.jpg" width="300px" alt="Photo of a Samsung Galaxy A14 with Evolution X. And Lawnchair as the launcher, Arcticons as the icons, and Xenia the Linux Fox as the background"> 91 + <br> 92 + Photo taken: October 18, 2025 93 + <p><b>RAM</b>: 4GB 94 + <br> 95 + <b>Storage</b>: 128GB 96 + <br> 97 + <b>CPU</b>: Samsung Exynos 3830 98 + <br> 99 + <b>Operating System</b>: Android 14 100 + </p> 101 + <p>This was my christmas gift in 2023. In 2025, i had the decision of de-googling this phone, and i did it. But then, i installed microG, an open-source reimplementation of the Google Play Services.</p> 102 + 103 + <h2>Samsung Galaxy Tab 6 Lite 2022 (SM-P613) (Degoogled and with LineageOS)</h2> 104 + <img src="/devices/tab6lite.jpg" width="300px" alt="Photo of a Samsung Galaxy Tab 6 Lite with LineageOS"> 105 + <br> 106 + Photo taken: October 18, 2025 107 + <p><b>RAM</b>: 4GB 108 + <br> 109 + <b>Storage</b>: 64GB 110 + <br> 111 + <b>CPU</b>: Qualcomm Snapdragon 720G 112 + <br> 113 + <b>Operating System</b>: Android 16 114 + </p> 115 + <p>Got this tablet in 2023 to replace the Lenovo Tab 7 Essential i had since 2018. It's way better than said replaced tablet, since it has a Snapdragon proccessor and 4GB of RAM, while the Tab 7 Essential only has like 1 GB and its performance is horrible.</p> 116 + <p>This is the first device i tested a Custom ROM on; i installed some ROMs like LineageOS and Pixel Experience in 2024. Then, in Early 2025, i de-googled it by installing the Vanilla ROM of LineageOS.</p> 117 + 118 + <h2>Samsung Galaxy Grand Prime (SM-G530M) (Degoogled and with LineageOS 18.1 Go)</h2> 119 + <img src="/devices/galaxygrandprime.jpg" width="300px" alt="Photo of a Samsung Galaxy Grand Prime with LineageOS"> 120 + <br> 121 + Photo taken: October 18, 2025 122 + <p><b>RAM</b> 1GB 123 + <br> 124 + <b>Storage</b> 8GB 125 + <br> 126 + <b>CPU</b> Qualcomm Snapdragon 410 127 + <br> 128 + <b>Operating System</b> Android 11 129 + </p> 130 + 131 + <p>Really loved using this phone back in 2020, way before i got a Galaxy A10s. In 2025, i decided to upgrade this phone to the highest Android possible, and luckily i found a LineageOS 18.1 Go (Android 11) ROM for the phone. I upgraded the firmware to Android 5 (i don't think that was neccesary (or yes?) lol), and installed said ROM.</p> 132 + 133 + <h2>LG T310i</h2> 134 + <img src="/devices/t310i.jpg" width="300px" alt="Photo of a LG T310i"> 135 + <br> 136 + Photo taken: August 18, 2024 137 + <p> 138 + <b>Storage</b> 20MB 139 + </p> 140 + <p>This phone was from my sister's, but since she doesn't use it anymore, it's mine now as of Mid 2024 >:3</p> 141 + <p>Good thing about it? I can install J2ME apps and games on it!</p> 142 + <p>The downside of this phone is that the battery drains very fastly :'v</p> 143 + 144 + <h2>LG Optimus L5 (LG-E612g)</h2> 145 + <img src="/devices/e612g.jpg" width="300px" alt="Photo of a LG Optimus L5"> 146 + <br> 147 + Photo taken: July 19, 2025 148 + <p><b>RAM</b>: 512MB 149 + <br> 150 + <b>Storage</b>: 4GB 151 + <br> 152 + <b>CPU</b>: Qualcomm Snapdragon 800MHz 153 + <br> 154 + <b>Operating System</b>: Android 4.0.3 155 + </p> 156 + <p>This was one of the phones i had when i was a kid.</p> 157 + 158 + <h2>Xbox 360 Slim</h2> 159 + <img src="/devices/xbox360slim.jpg" width="300px" alt="Photo of a Xbox 360 Slim"> 160 + <br> 161 + Photo taken: October 18, 2025 162 + <p>The first console i played Minecraft on.</p> 163 + 164 + <h2>Nintendo Switch OLED</h2> 165 + <img src="/devices/switch.jpg" width="300px" alt="Photo of a Nintendo Switch OLED"> 166 + <br> 167 + Photo taken: October 18, 2025 168 + <p>yea</p> 169 + </div> 170 + </main> 171 + 172 + <footer> 173 + <div style="background-color:#2d89ef;width:100%;color:white;text-align:center;"> 174 + <p>© 2026 Tapeykatt</p> 175 + </div> 176 + </footer> 177 + </body> 178 + </html>
+12
m/oc/rod.html
··· 50 50 <img src="/oc/vuccray.png" width="20px" style="float:none;"> 51 51 </picture></li> 52 52 </ul> 53 + 53 54 <h3>Backstory:</h3> 54 55 <p>Rodrigo started to get interested on tech when he got his first computer at age 5. He learnt about various things while growing up; hardware, software, programming, internet history (yes, that's how he got interested on old web & old tech), piracy, and cybersecurity. At age 14, he met Samantha online and helped on her app & software development.</p> 55 56 <h3>Family & Friends:</h3> ··· 61 62 <li>Mateo</li> 62 63 <li>Tristan</li> 63 64 </ul> 65 + 66 + <h3>Nicknames:</h3> 67 + <ul> 68 + <li>Rod</li> 69 + <li>Roddy</li> 70 + <li>Techno Feline</li> 71 + </ul> 72 + 64 73 <h3>Likes:</h3> 65 74 <ul> 66 75 <li>Technology</li> ··· 77 86 <li>Spicy food</li> 78 87 <li>Torrenting</li> 79 88 </ul> 89 + 80 90 <h3>Dislikes:</h3> 81 91 <ul> 82 92 <li>Homework</li> ··· 86 96 <li>AI-Generated content</li> 87 97 <li>Having no WIFI</li> 88 98 </ul> 99 + 89 100 <h3>Did you know?</h3> 90 101 <ul> 91 102 <li>His fur color is based on my brand color (blue)</li> ··· 101 112 <li>His blood is blue</li> 102 113 <li>He uses Arch, btw.</li> 103 114 </ul> 115 + 104 116 <h3>Colors:</h3> 105 117 <table> 106 118 <tr>
+8
oc/tapey-cat.html
··· 70 70 <li>Tristan</li> 71 71 </ul> 72 72 </div> 73 + <div class="left2right"> 74 + <h3>Nicknames:</h3> 75 + <ul> 76 + <li>Rod</li> 77 + <li>Roddy</li> 78 + <li>Techno Feline</li> 79 + </ul> 80 + </div> 73 81 <div class="left2right"> 74 82 <h3>Likes:</h3> 75 83 <ul>