Compare commits

...

7 Commits

Author SHA1 Message Date
e4a1e6bc2f Moved llibrary folder into the javascript folder 2025-10-20 18:16:42 -05:00
5ea6e58f92 Created kitten.css 2025-10-20 18:16:23 -05:00
5decba110c Added base to dallas' page 2025-10-20 18:16:15 -05:00
9fc7276fcc Fixed Bunny's page 2025-10-20 18:15:36 -05:00
84609c0d48 Fixed and added more back buttons 2025-10-20 17:46:48 -05:00
5dc6f910c0 Fixed Member Links 2025-10-20 17:45:55 -05:00
2f10168722 Moved Members folder to inside Pages 2025-10-20 17:31:00 -05:00
28 changed files with 82 additions and 45 deletions

View File

@ -59,7 +59,7 @@
<div class="collumRow">
<li class="member">
<div class="memberPhoto">
<a href="/members/willow.html" class="member">Willow</a>
<a href="/pages/members/willow.html" class="member">Willow</a>
<img src="/media/Sonas/Kitten&Willow.png" alt="Placeholder">
</div>
@ -67,7 +67,7 @@
</li>
<li class="member">
<div class="memberPhoto">
<a href="/members/cosmic.html" class="member">Cosmic</a>
<a href="/pages/members/cosmic.html" class="member">Cosmic</a>
<img src="/media/Sonas/Cosmic.png" alt="Placeholder">
</div>
<p>I'm Cosmic when I'm not floating around in the headspace thinking of space and existance I prefer to be a protogen</p>
@ -76,14 +76,14 @@
<div class="collumRow">
<li class="member">
<div class="memberPhoto">
<a href="/members/luna.html" class="member">Luna</a>
<a href="/pages/members/luna.html" class="member">Luna</a>
<img src="/media/Sonas/Luna.png" alt="Placeholder">
</div>
<p>I am the designer of this website and trying to get over some traumas with poetry</p>
</li>
<li class="member">
<div class="memberPhoto">
<a href="/members/w175b.html" class="member">W175B</a>
<a href="/pages/members/w175b.html" class="member">W175B</a>
<img src="/media/placeholder.png" alt="Placeholder">
</div>
<p>Beep Boop! This unit is W175B I am a drone and love linux and system administration and cleaning up. My hobbies are Armored Core and Reading and this is my list</p>
@ -93,14 +93,14 @@
<div class="collumRow">
<li class="member">
<div class="memberPhoto">
<a href="/members/bunny.html" class="member">Bunny</a>
<a href="/pages/members/bunny.html" class="member">Bunny</a>
<img src="/media/placeholder.png" alt="Placeholder">
</div>
<p>I'm Bunny! I'm smol and like to do pixel art and want to do more drawing</p>
</li>
<li class="member">
<div class="memberPhoto">
<a href="/members/tech.html" class="member">TechRunner</a>
<a href="/pages/members/tech.html" class="member">TechRunner</a>
<img src="/media/placeholder.png" alt="Placeholder">
</div>
<p>I'm TechRunner I got the computer science degree for the system and went through most of highschool and college with Cosmic</p>
@ -109,14 +109,14 @@
<div class="collumRow">
<li class="member">
<div class="memberPhoto">
<a href="/members/beeatrice.html" class="member">Beeatrice</a>
<a href="/pages/members/beeatrice.html" class="member">Beeatrice</a>
<img src="/media/placeholder.png" alt="Placeholder">
</div>
<p>Greetings my little bees! I'm Beeatrice the hive queen of the Void System any hypnotic files, writings, or spirals will be on my page</p>
</li>
<li class="member">
<div class="memberPhoto">
<a href="/members/dallas.html" class="member">Dallas</a>
<a href="/pages/members/dallas.html" class="member">Dallas</a>
<img src="/media/Sonas/Dallas.png" alt="Placeholder">
</div>
<p>I'm Dallas I'm a dragon and I love collecting shiny things and my interests are geology and BDSM</p>
@ -125,14 +125,14 @@
<div class="collumRow">
<li class="member">
<div class="memberPhoto">
<a href="/members/fauwn.html" class="member">Fauwn</a>
<a href="/pages/members/fauwn.html" class="member">Fauwn</a>
<img src="/media/placeholder.png" alt="Placeholder">
</div>
<p>I'm Fauwn I'll warn you these are just gonna be my rants about stuff and maybe some other stuff</p>
</li>
<li class="member">
<div class="memberPhoto">
<a href="/members/jupiter.html" class="member">Jupiter</a>
<a href="/pages/members/jupiter.html" class="member">Jupiter</a>
<img src="/media/placeholder.png" alt="Placeholder">
</div>
<p>I'm Jupiter I'm the newest to the system</p>

View File

@ -36,6 +36,7 @@
</div>
<audio controls src="" id="audioPlayer"></audio>
</div>
<a href="/index.html" id="back">Go Back</a>
<script>
let jukebox = {

View File

@ -29,7 +29,7 @@
</div>
</div>
</div>
<a href="/index.html">Go Back</a>
<a id="back" href="/index.html">Go Back</a>
</div>
</body>
</html>

View File

@ -9,6 +9,6 @@
</head>
<body>
<h1>The Void Gallery</h1>
<a href="/index.html">Go Back</a>
<a id="back" href="/index.html">Go Back</a>
</body>
</html>

View File

@ -53,7 +53,7 @@
<p></p>
</div>
</div>
<a href="/index.html">Go Back</a>
<a id="back" href="/index.html">Go Back</a>
</div>
</body>
</html>

View File

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/stylesheets/base.css">
<title>Beeatrice's Hive</title>
</head>
<body>
<a id="back" href="/index.html">Go Back</a>
</body>
</html>

View File

@ -5,6 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bunny's Pixel art and drawings</title>
<link rel="stylesheet" href="/stylesheets/base.css">
<link rel="stylesheet" href="/stylesheets/bunny.css">
</head>
<body>
@ -36,12 +37,12 @@
<div class="galleryRow">
<div class="image">
<h4>Small Meteorite</h4>
<img src="/meteorite_small_1.png" alt="">
<img src="/media/Art/meteorite_small_1.png" alt="">
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Fugit, vitae.</p>
</div>
<div class="image">
<h4>Large Meteorite</h4>
<img src="/Meteorite_Large_1_100.png" alt="">
<img src="/media/Art/Meteorite_Large_1_100.png" alt="">
<p></p>
</div>
<div class="image">
@ -77,29 +78,9 @@
<p></p>
</div>
</div>
<div class="galleryRow">
<div class="image">
<h4></h4>
<img src="" alt="">
<p></p>
</div>
<div class="image">
<h4></h4>
<img src="" alt="">
<p></p>
</div>
<div class="image">
<h4></h4>
<img src="" alt="">
<p></p>
</div>
<div class="image">
<h4></h4>
<img src="" alt="">
<p></p>
</div>
</div>
<a id="back" href="/index.html">Go Back</a>
</div>
</div>
<a href="/media/atrabutions/Tag Hand Graffiti Trash.txt" id="fontAtrabution">Font Creator</a>
</body>

View File

@ -8,7 +8,7 @@
<body>
<div class="mainView">
<h1>I'm Cosmic</h1>
<a href="/index.html">Go Back</a>
<a id="back" href="/index.html">Go Back</a>
</div>
</body>
</html>

View File

@ -4,6 +4,7 @@
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/stylesheets/base.css">
<link rel="stylesheet" href="/stylesheets/dallas.css">
<title>Dallas' Dragon Den</title>
</head>
@ -90,7 +91,7 @@
</ul>
</div>
</div>
<a href="/index.html">Go Back</a>
<a id="back" href="/index.html">Go Back</a>
</div>
</body>
</html>

View File

@ -4,9 +4,10 @@
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Kitten's Lewd Corner</title>
<link rel="stylesheet" href="/stylesheets/base.css">
<title>Fauwn's Rants</title>
</head>
<body>
<a id="back" href="/index.html">Go Back</a>
</body>
</html>

View File

@ -9,6 +9,6 @@
</head>
<body>
<h1>Jupiter talks about the headspace</h1>
<a href="/index.html">Go Back</a>
<a id="back" href="/index.html">Go Back</a>
</body>
</html>

14
pages/members/kitten.html Normal file
View File

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/stylesheets/base.css">
<link rel="stylesheet" href="/stylesheets/kitten.css">
<title>Kitten's Lewd Corner</title>
</head>
<body>
<a href="/index.html" id="back">Go Back</a>
</body>
</html>

View File

@ -18,6 +18,6 @@
</li>
</ul>
</div>
<a href="/index.html">Go Back</a>
<a id="back" href="/index.html">Go Back</a>
</body>
</html>

View File

@ -9,6 +9,6 @@
</head>
<body>
<h1>TechRunner's Electronics Projects</h1>
<a href="/index.html">Go Back</a>
<a id="back" href="/index.html">Go Back</a>
</body>
</html>

View File

@ -4,7 +4,8 @@
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Willow</title>
<link rel="stylesheet" href="/stylesheets/base.css">
<title>Willow's Gardening and Nature pictures</title>
<style>
body{
background-color: lavender;
@ -56,5 +57,6 @@
<p class="galleryText"></p>
</div>
</div>
<a href="/index.html" id="back">Go Back</a>
</body>
</html>

View File

@ -74,6 +74,7 @@
</li>
</ul>
</div>
<a href="/index.html" id="back">Go Back</a>
</div>
</body>
</html>

View File

@ -74,6 +74,7 @@
</li>
</ul>
</div>
<a href="/index.html" id="back">Go Back</a>
</div>
</body>
</html>

View File

@ -5,3 +5,15 @@ body{
color: rgb(57, 214, 253);
text-align: center;
}
#back{
width: 100px;
height: 25px;
padding: 5px;
border-radius: 15px;
text-align: center;
color: cyan;
background-image: url("/media/Art/EmptySpace.png");
border-style: solid;
border-color:rgb(10, 187, 231)
}

View File

@ -97,4 +97,14 @@ a#fontAtrabution{
border-color: black;
border-style: dotted;
padding: 5px;
}
#back{
width: 100px;
height: 25px;
padding-top: 5px;
border-radius: 15px;
text-align: center;
color: cyan;
background-image: url("/media/Art/EmptySpace.png");
}

0
stylesheets/kitten.css Normal file
View File