Initial commit
After Width: | Height: | Size: 65 KiB |
After Width: | Height: | Size: 781 B |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 582 B |
After Width: | Height: | Size: 6.5 KiB |
After Width: | Height: | Size: 8.0 KiB |
After Width: | Height: | Size: 4.0 KiB |
After Width: | Height: | Size: 3.0 KiB |
After Width: | Height: | Size: 6.0 KiB |
After Width: | Height: | Size: 670 B |
After Width: | Height: | Size: 20 KiB |
After Width: | Height: | Size: 7.2 KiB |
After Width: | Height: | Size: 507 B |
After Width: | Height: | Size: 6.3 KiB |
After Width: | Height: | Size: 2.9 KiB |
After Width: | Height: | Size: 184 B |
After Width: | Height: | Size: 17 KiB |
After Width: | Height: | Size: 40 KiB |
After Width: | Height: | Size: 7.3 KiB |
After Width: | Height: | Size: 2.1 KiB |
After Width: | Height: | Size: 1.8 KiB |
After Width: | Height: | Size: 605 B |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 904 B |
After Width: | Height: | Size: 269 B |
After Width: | Height: | Size: 6.7 KiB |
After Width: | Height: | Size: 5.8 KiB |
After Width: | Height: | Size: 851 B |
After Width: | Height: | Size: 5.2 KiB |
After Width: | Height: | Size: 1.9 KiB |
After Width: | Height: | Size: 5.1 KiB |
After Width: | Height: | Size: 5.7 KiB |
After Width: | Height: | Size: 2.9 KiB |
After Width: | Height: | Size: 6.8 KiB |
After Width: | Height: | Size: 18 KiB |
After Width: | Height: | Size: 9.3 KiB |
After Width: | Height: | Size: 7.7 KiB |
After Width: | Height: | Size: 7.5 KiB |
|
@ -0,0 +1,44 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<title>catgirls.mov</title>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="description" content="welcome">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<meta name="robots" content="noindex,nofollow">
|
||||||
|
<link rel="stylesheet" href="style.css">
|
||||||
|
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="header">
|
||||||
|
<header>
|
||||||
|
<h1>catgirls.mov</h1>
|
||||||
|
</header>
|
||||||
|
</div>
|
||||||
|
<!-- Menu -->
|
||||||
|
<div class="menu">
|
||||||
|
<nav>
|
||||||
|
<a href="index.html" class="button">Home</a>
|
||||||
|
<a href="webmaster.html" class="button">Webmaster</a>
|
||||||
|
<a href="resources.html" class="button">Resources</a>
|
||||||
|
<a href="webrings.html" class="button">Webrings</a>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
<hr>
|
||||||
|
<!-- Page content -->
|
||||||
|
<div class="content">
|
||||||
|
<h2>Welcome to my tiny corner of the internet!</h2>
|
||||||
|
<br>
|
||||||
|
<h3>News</h3>
|
||||||
|
<p>「2024-04-12」Website's up</p>
|
||||||
|
</div>
|
||||||
|
<hr>
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer>
|
||||||
|
<div>
|
||||||
|
<img style="width:88px;height:31px;" src="banners/cookiefree.gif" alt="Cookie-free">
|
||||||
|
<img style="width:88px;height:31px;" src="banners/javascript-zero.gif" alt="Proudly zero Javascript">
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,59 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<title>catgirls.mov</title>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="description" content="welcome">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<meta name="robots" content="noindex,nofollow">
|
||||||
|
<link rel="stylesheet" href="style.css">
|
||||||
|
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="header">
|
||||||
|
<header>
|
||||||
|
<h1>catgirls.mov</h1>
|
||||||
|
</header>
|
||||||
|
</div>
|
||||||
|
<!-- Menu -->
|
||||||
|
<div class="menu">
|
||||||
|
<nav style="display: flex; justify-content: center;">
|
||||||
|
<a href="index.html" class="button">Home</a>
|
||||||
|
<a href="webmaster.html" class="button">Webmaster</a>
|
||||||
|
<a href="resources.html" class="button">Resources</a>
|
||||||
|
<a href="webrings.html" class="button">Webrings</a>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
<hr>
|
||||||
|
<!-- Page content -->
|
||||||
|
<div class="content">
|
||||||
|
<h2>Local</h2>
|
||||||
|
<p><a href="https://git.catgirls.mov/"><b>Forgejo instance</b></a> - invite-only, message me if you want to join</p>
|
||||||
|
<br>
|
||||||
|
<h2>Interesting websites</h2>
|
||||||
|
<p><a href="https://downloadmorerem.com/"><b>Download more Rem</b></a> - Downloads more Rem</p>
|
||||||
|
<p><a href="https://music.ishkur.com/"><b>Ishkur's Guide to Electronic Music</b></a> - Interactive map of electronic music genres</p>
|
||||||
|
<p><a href="http://www.filldisk.com/"><b>filldisk.js</b></a> - Use HTML5 localStorage to completely fill up hard disks</p>
|
||||||
|
<p><a href="https://unforgettable.dk/"><b>42.zip</b></a> - ZIP bombing</p>
|
||||||
|
<p><a href="https://iknowwhatyoudownload.com/en/peer/"><b>iknowwhatyoudownload.com</b></a> - Track torrent downloads and distributions</p>
|
||||||
|
<p><a href="https://vitamindwiki.com/"><b>VitaminDWiki</b></a> - An entire wiki for Vitamin D</p>
|
||||||
|
<p><a href="https://wotaku.moe/"><b>Wotaku</b></a> - A diverse range of resources related to japanese media and language</p>
|
||||||
|
<p><a href="https://zonelets.net/"><b>Zonelets</b></a> - Create an unprofessional-looking website by writing numerous lines of code</p>
|
||||||
|
<br>
|
||||||
|
</div>
|
||||||
|
<hr>
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer>
|
||||||
|
<div class="center">
|
||||||
|
<a href="https://www.foobar2000.org/"><img style="width:88px;height:31px;" src="banners/foobar2000.gif" alt="foobar2000 banner"></a>
|
||||||
|
<a href="https://vocadb.net/"><img style="width:88px;height:31px;" src="banners/vocadb.png" alt="VocaDB banner"></a>
|
||||||
|
<a href="https://vndb.net/"><img style="width:88px;height:31px;" src="banners/vndb.gif" alt="VNDB banner"></a>
|
||||||
|
<a href="https://www.privacyguides.org/"><img style="width:88px;height:31px;" src="banners/internetprivacy.gif" alt="Internet privacy banner"></a>
|
||||||
|
<a href="https://www.defectivebydesign.org/"><img style="width:88px;height:31px;" src="banners/dbd.gif" alt="Defective by Design banner"></a>
|
||||||
|
<a href="https://spacehey.com/"><img style="width:88px;height:31px;" src="banners/e8.jpg" alt="SpaceHey banner"></a>
|
||||||
|
<a href="https://nekoweb.org/"><img style="width:88px;height:31px;" src="banners/nekoweb.gif" alt="Nekoweb banner"></a>
|
||||||
|
<a href="https://neocities.org/"><img style="width:88px;height:31px;" src="banners/neocities.gif" alt="Neocities banner"></a>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,87 @@
|
||||||
|
@font-face {
|
||||||
|
font-family:'Marhiel';
|
||||||
|
src:url(fonts/Marhiel.otf);
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family:'Tango Sans';
|
||||||
|
src:url(fonts/TangoSans.ttf);
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family:'Info Story';
|
||||||
|
src:url(fonts/InfoStory.otf);
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family:'Garet Book';
|
||||||
|
src:url(fonts/Garet-Book.otf);
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
text-align: center;
|
||||||
|
font-family:'Marhiel';
|
||||||
|
letter-spacing: 2px;
|
||||||
|
font-size: xxx-large;
|
||||||
|
}
|
||||||
|
h2 {
|
||||||
|
text-align: center;
|
||||||
|
font-family:'Tango Sans';
|
||||||
|
font-weight:lighter;
|
||||||
|
}
|
||||||
|
h3 {
|
||||||
|
text-align: center;
|
||||||
|
font-family:'Tango Sans';
|
||||||
|
font-weight: lighter;
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
text-align: center;
|
||||||
|
font-family:'Garet Book';
|
||||||
|
font-weight: 800;
|
||||||
|
}
|
||||||
|
ul {
|
||||||
|
list-style-type: none;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
li {
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
|
div {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
nav {
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
.menu {
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
.menu a {
|
||||||
|
font-family:'Info Story';
|
||||||
|
font-size: x-large;
|
||||||
|
float: none;
|
||||||
|
display: block;
|
||||||
|
color: black;
|
||||||
|
text-align: center;
|
||||||
|
padding: 10px 15px;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
button{
|
||||||
|
outline: none;
|
||||||
|
color: black;
|
||||||
|
background-color: white;
|
||||||
|
border: 0px solid black;
|
||||||
|
font-size:16px;
|
||||||
|
transition:0.2s;
|
||||||
|
}
|
||||||
|
.button:hover{
|
||||||
|
color:white;
|
||||||
|
background-color: black;
|
||||||
|
transition:0.2s;
|
||||||
|
}
|
||||||
|
.center {
|
||||||
|
display: block;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
bottom: 0;
|
||||||
|
}
|
|
@ -0,0 +1,60 @@
|
||||||
|
@font-face{
|
||||||
|
font-family:'Orbi';
|
||||||
|
src:url(fonts/q521mw.ttf);
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face{
|
||||||
|
font-family:'Pixel Operator';
|
||||||
|
src:url(fonts/kyguk9.ttf);
|
||||||
|
}
|
||||||
|
|
||||||
|
.vocacontainer::selection {
|
||||||
|
background: #34f2ff;
|
||||||
|
color:white;
|
||||||
|
}
|
||||||
|
|
||||||
|
.vocacontainer::-moz-selection {
|
||||||
|
background: #34f2ff;
|
||||||
|
color:white;
|
||||||
|
}
|
||||||
|
|
||||||
|
.vocacontainer{
|
||||||
|
height: 200px;
|
||||||
|
padding:10px 10px 0px 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#vocaring {
|
||||||
|
width:200px;
|
||||||
|
margin: 10px auto;
|
||||||
|
background-color: #dbfcff;
|
||||||
|
border:3px solid #34f2ff;
|
||||||
|
}
|
||||||
|
|
||||||
|
#vocaring table {
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
#vocaring .webring-info {
|
||||||
|
text-align:center;
|
||||||
|
font-family:Orbi;
|
||||||
|
color:#e74492;
|
||||||
|
font-size:20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#vocaring .webring-links{
|
||||||
|
font-size:18px;
|
||||||
|
font-family:Pixel Operator;
|
||||||
|
color:#e74492;
|
||||||
|
}
|
||||||
|
|
||||||
|
#vocaring .webring-links a{
|
||||||
|
text-decoration: none;
|
||||||
|
color:#e74492;
|
||||||
|
text-shadow: 2px 2px 1px #34f2ff;
|
||||||
|
transition:0.3s;
|
||||||
|
}
|
||||||
|
|
||||||
|
#vocaring .webring-links a:hover{
|
||||||
|
|
||||||
|
letter-spacing: normal;
|
||||||
|
}
|
|
@ -0,0 +1,55 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<title>catgirls.mov</title>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="description" content="welcome">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<meta name="robots" content="noindex,nofollow">
|
||||||
|
<link rel="stylesheet" href="style.css">
|
||||||
|
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="header">
|
||||||
|
<header>
|
||||||
|
<h1>catgirls.mov</h1>
|
||||||
|
</header>
|
||||||
|
</div>
|
||||||
|
<!-- Menu -->
|
||||||
|
<div class="menu">
|
||||||
|
<nav>
|
||||||
|
<a href="index.html" class="button">Home</a>
|
||||||
|
<a href="webmaster.html" class="button">Webmaster</a>
|
||||||
|
<a href="resources.html" class="button">Resources</a>
|
||||||
|
<a href="webrings.html" class="button">Webrings</a>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
<hr>
|
||||||
|
<!-- Page content -->
|
||||||
|
<div class="content">
|
||||||
|
<h2>About me</h2>
|
||||||
|
<p>Cosplay photographer, voice synth enthusiast, sometimes datahoarder, INFP.<br>Mostly listening to electronic music. Currently trying to learn Japanese.<br>Not really good with self-descriptions or web design</p>
|
||||||
|
<br>
|
||||||
|
<h2>My homelab setup</h2>
|
||||||
|
<h3>Raspberry Pi 3B+</h2>
|
||||||
|
<p>Used for low resource tasks that require constant uptime,<br>currently running Wireguard and Vikunja</p>
|
||||||
|
<br>
|
||||||
|
<h3>HP 280 G2 MT Business PC</h2>
|
||||||
|
<p>My seedbox and backup server, occasionally used for resource intensive<br>tasks and software. Runs Baserow and Paperless-ngx, among other things</p>
|
||||||
|
<br>
|
||||||
|
<h3>This website's server</h2>
|
||||||
|
<p>Hosted by Hetzner</p>
|
||||||
|
<br>
|
||||||
|
<h2>Contact me</h2>
|
||||||
|
<p>Send me an email at sb745 аt cаtgіrlѕ.mov or message me on <a rel="me" href="https://urusai.social/@sb745">Mastodon</a> if you just wanna say hi<br>or want to get in touch with me. Don't be shy :)</p>
|
||||||
|
</div>
|
||||||
|
<hr>
|
||||||
|
<!-- Footer -->
|
||||||
|
<footer>
|
||||||
|
<div>
|
||||||
|
<img style="width:88px;height:31px;" src="banners/torrents.gif" alt="Seed your torrents!">
|
||||||
|
<img style="width:88px;height:31px;" src="banners/powered-by-debian.gif" alt="Powered by Debian">
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -0,0 +1,79 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<title>catgirls.mov</title>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="description" content="welcome">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<meta name="robots" content="noindex,nofollow">
|
||||||
|
<link rel="stylesheet" href="style.css">
|
||||||
|
<link rel="stylesheet" href="vocaring.css">
|
||||||
|
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="header">
|
||||||
|
<header>
|
||||||
|
<h1>catgirls.mov</h1>
|
||||||
|
</header>
|
||||||
|
</div>
|
||||||
|
<!-- Menu -->
|
||||||
|
<div class="menu">
|
||||||
|
<nav>
|
||||||
|
<a href="index.html" class="button">Home</a>
|
||||||
|
<a href="webmaster.html" class="button">Webmaster</a>
|
||||||
|
<a href="resources.html" class="button">Resources</a>
|
||||||
|
<a href="webrings.html" class="button">Webrings</a>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
<hr>
|
||||||
|
<!-- Page content -->
|
||||||
|
<div class="vocaring-title">
|
||||||
|
<h2>Vocaloid webring</h2>
|
||||||
|
</div>
|
||||||
|
<div id="vocaring">
|
||||||
|
<table class='vocacontainer' style='text-align: center;'>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<div class='webring-info'>VOCALOID WEBRING</div>
|
||||||
|
<div class='webring-links'>
|
||||||
|
<a href='https://webring.adilene.net/' target='_parent'>Index</a> · <a href='https://webring.adilene.net/members.php' target='_parent'>Members</a>
|
||||||
|
</div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td style='text-align:center;'><img src='images/vocaloid.png'></td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
<br>
|
||||||
|
<div class="websites">
|
||||||
|
<h2>Other websites</h2>
|
||||||
|
<a href="https://mikufan3939.neocities.org/"><img style="width:88px;height:31px;" src="banners/mikuhell2.png" alt="mikufan3939 banner"></a>
|
||||||
|
<a href="https://0oxo0.neocities.org/"><img style="width:88px;height:31px;" src="banners/0oxo0.gif" alt="0oxo0 banner"></a>
|
||||||
|
<a href="https://adilene.net/"><img style="width:88px;height:31px;" src="banners/adilene.png" alt="adilene banner"></a>
|
||||||
|
<a href="https://des.neocities.org/"><img style="width:88px;height:31px;" src="banners/des.gif" alt="des banner"></a>
|
||||||
|
<a href="https://mikumiku.neocities.org/"><img style="width:88px;height:31px;" src="banners/mikumiku.png" alt="mikumiku banner"></a>
|
||||||
|
<a href="https://ratpilled.neocities.org/"><img style="width:88px;height:31px;" src="banners/ratpilled.gif" alt="ratpilled banner"></a>
|
||||||
|
<a href="https://memoryloss.neocities.org/"><img style="width:88px;height:31px;" src="banners/memoryloss_button.gif" alt="mikufan3939 banner"></a>
|
||||||
|
<a href="https://virtualobserver.moe/"><img style="width:88px;height:31px;" src="banners/virtualobserver.png" alt="virtualobserver banner"></a>
|
||||||
|
<a href="https://lhfm.neocities.org/"><img style="width:88px;height:31px;" src="banners/lhfm.png" alt="lhfm banner"></a>
|
||||||
|
<a href="https://saint-images.neocities.org/"><img style="width:88px;height:31px;" src="banners/saint-images-zanarkand.png" alt="saint-images banner"></a><br>
|
||||||
|
<a href="https://crystal.nekoweb.org/"><img style="width:88px;height:31px;" src="banners/divaroom.gif" alt="Crystal's DIVA Room banner"></a>
|
||||||
|
<a href="https://layercake.neocities.org/"><img style="width:88px;height:31px;" src="banners/layercakebutton.gif" alt="layercake banner"></a>
|
||||||
|
<a href="https://loleah.neocities.org/"><img style="width:88px;height:31px;" src="banners/loleahbutton.gif" alt="loleah banner"></a>
|
||||||
|
<a href="https://touhouproject.neocities.org/"><img style="width:88px;height:31px;" src="banners/ellysbutton.gif" alt="touhouproject banner"></a>
|
||||||
|
<a href="https://trashandtrash.neocities.org/"><img style="width:88px;height:31px;" src="banners/trashandtrash.png" alt="trashandtrash banner"></a>
|
||||||
|
<a href="https://mani.neocities.org/"><img style="width:88px;height:31px;" src="banners/yeah.gif" alt="mani banner"></a>
|
||||||
|
<a href="https://idelides.xyz/index.html"><img style="width:88px;height:31px;" src="banners/idelides.png" alt="Idelides banner"></a>
|
||||||
|
<a href="https://vocaloidarchive.neocities.org/"><img style="width:88px;height:31px;" src="banners/vocaloidarchive.png" alt="Vocaloid Archive banner"></a>
|
||||||
|
<a href="https://ribbondoll.neocities.org/"><img style="width:88px;height:31px;" src="banners/ribbondoll.jpg" alt="RibbonDoll banner"></a>
|
||||||
|
<a href="https://pastelhello.com/"><img style="width:88px;height:31px;" src="banners/pcafebutton.png" alt="pastelhell banner"></a>
|
||||||
|
</div>
|
||||||
|
<br>
|
||||||
|
<div class="link-me">
|
||||||
|
<h2>Link me</h2>
|
||||||
|
<a href="https://catgirls.mov/"><img style="width:88px;height:31px;" src="banners/catgirls.gif" alt="catgirls.mov 88x31 banner"></a><br>
|
||||||
|
<a href="https://catgirls.mov/"><img style="width:240px;height:60px;" src="banners/large/catgirls-big.gif" alt="catgirls.mov 240x60 banner"></a>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|