Moved Members folder to inside Pages
This commit is contained in:
106
pages/members/bunny.html
Normal file
106
pages/members/bunny.html
Normal file
@ -0,0 +1,106 @@
|
||||
<!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">
|
||||
<title>Bunny's Pixel art and drawings</title>
|
||||
<link rel="stylesheet" href="/stylesheets/bunny.css">
|
||||
</head>
|
||||
<body>
|
||||
<h1 id="PageTitle">Bunny's Art Corner</h1>
|
||||
<div class="mainView">
|
||||
<div id="ArtGallery">
|
||||
<div class="galleryRow">
|
||||
<div class="image">
|
||||
<h4>Mosaic</h4>
|
||||
<img src="/media/Art/Mossaic.png" alt="A repeating pattern of ovals, stars, circles, and diamonds">
|
||||
<p>This is just a pattern I made by adding a bunch of shapes and colors till it felt right</p>
|
||||
</div>
|
||||
<div class="image">
|
||||
<h4>Site Button</h4>
|
||||
<img src="/media/Art/VoidSystem.png" alt="">
|
||||
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Officia, maiores!</p>
|
||||
</div>
|
||||
<div class="image">
|
||||
<h4>Site favicon</h4>
|
||||
<img src="/media/blackhole.png" alt="">
|
||||
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Quo, quis.</p>
|
||||
</div>
|
||||
<div class="image">
|
||||
<h4></h4>
|
||||
<img src="/comet.png" alt="">
|
||||
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Maxime, illo.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="galleryRow">
|
||||
<div class="image">
|
||||
<h4>Small Meteorite</h4>
|
||||
<img src="/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="">
|
||||
<p></p>
|
||||
</div>
|
||||
<div class="image">
|
||||
<h4>Mail Icon</h4>
|
||||
<img src="/media/Icons/mail.png" alt="">
|
||||
<p>Made 10/15/25. For the links page</p>
|
||||
</div>
|
||||
<div class="image">
|
||||
<h4></h4>
|
||||
<img src="" alt="">
|
||||
<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>
|
||||
<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>
|
||||
</div>
|
||||
</div>
|
||||
<a href="/media/atrabutions/Tag Hand Graffiti Trash.txt" id="fontAtrabution">Font Creator</a>
|
||||
</body>
|
||||
</html>
|
||||
14
pages/members/cosmic.html
Normal file
14
pages/members/cosmic.html
Normal file
@ -0,0 +1,14 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="/stylesheets/base.css">
|
||||
<link href="members.css" rel="stylesheet" type="text/css" media="all">
|
||||
</head>
|
||||
<body>
|
||||
<div class="mainView">
|
||||
<h1>I'm Cosmic</h1>
|
||||
<a href="/index.html">Go Back</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
96
pages/members/dallas.html
Normal file
96
pages/members/dallas.html
Normal file
@ -0,0 +1,96 @@
|
||||
<!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/dallas.css">
|
||||
<title>Dallas' Dragon Den</title>
|
||||
</head>
|
||||
<body>
|
||||
<!---->
|
||||
<div id="mainView">
|
||||
<h1>Gear Collection</h1>
|
||||
<div class="gearCollection">
|
||||
<ul id="gearList">
|
||||
<li class="gearItem">
|
||||
<a href="http://"></a>
|
||||
<img:src></img:src>
|
||||
</li>
|
||||
<li class="gearItem">
|
||||
<a href="http://"></a>
|
||||
<img:src></img:src>
|
||||
</li>
|
||||
<li class="gearItem">
|
||||
<a href="http://"></a>
|
||||
<img:src></img:src>
|
||||
</li>
|
||||
<li class="gearItem">
|
||||
<a href="http://"></a>
|
||||
<img:src></img:src>
|
||||
</li>
|
||||
<li class="gearItem">
|
||||
<a href="http://"></a>
|
||||
<img:src></img:src>
|
||||
</li>
|
||||
<li class="gearItem">
|
||||
<a href="http://"></a>
|
||||
<img:src></img:src>
|
||||
</li>
|
||||
<li class="gearItem">
|
||||
<a href="http://"></a>
|
||||
<img:src></img:src>
|
||||
</li>
|
||||
<li class="gearItem">
|
||||
<a href="http://"></a>
|
||||
<img:src></img:src>
|
||||
</li>
|
||||
<li class="gearItem">
|
||||
<a href="http://"></a>
|
||||
<img:src></img:src>
|
||||
</li>
|
||||
<li class="gearItem">
|
||||
<a href="http://"></a>
|
||||
<img:src></img:src>
|
||||
</li>
|
||||
</ul>
|
||||
<h1>My Pic collection</h1>
|
||||
<div class="gallery">
|
||||
<ul id="galleryList">
|
||||
<li>
|
||||
<img:src></img:src>
|
||||
</li>
|
||||
<li>
|
||||
<img:src></img:src>
|
||||
</li>
|
||||
<li>
|
||||
<img:src></img:src>
|
||||
</li>
|
||||
<li>
|
||||
<img:src></img:src>
|
||||
</li>
|
||||
<li>
|
||||
<img:src></img:src>
|
||||
</li>
|
||||
<li>
|
||||
<img:src></img:src>
|
||||
</li>
|
||||
<li>
|
||||
<img:src></img:src>
|
||||
</li>
|
||||
<li>
|
||||
<img:src></img:src>
|
||||
</li>
|
||||
<li>
|
||||
<img:src></img:src>
|
||||
</li>
|
||||
<li>
|
||||
<img:src></img:src>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<a href="/index.html">Go Back</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
14
pages/members/jupiter.html
Normal file
14
pages/members/jupiter.html
Normal 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">
|
||||
<title>Document</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Jupiter talks about the headspace</h1>
|
||||
<a href="/index.html">Go Back</a>
|
||||
</body>
|
||||
</html>
|
||||
12
pages/members/kitten.html
Normal file
12
pages/members/kitten.html
Normal file
@ -0,0 +1,12 @@
|
||||
<!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">
|
||||
<title>Kitten's Lewd Corner</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
23
pages/members/luna.html
Normal file
23
pages/members/luna.html
Normal file
@ -0,0 +1,23 @@
|
||||
<!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>Luna's poetry</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="mainView">
|
||||
<h1 id="intotitle">Welcome to Luna's Poetry collection</h1>
|
||||
<ul id="poemList">
|
||||
<li class="poem">
|
||||
<div class="poem">
|
||||
<h3 class="poemTitle"></h3>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<a href="/index.html">Go Back</a>
|
||||
</body>
|
||||
</html>
|
||||
5
pages/members/members.css
Normal file
5
pages/members/members.css
Normal file
@ -0,0 +1,5 @@
|
||||
body{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
}
|
||||
14
pages/members/tech.html
Normal file
14
pages/members/tech.html
Normal 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">
|
||||
<title>TechRunner's Programs</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>TechRunner's Electronics Projects</h1>
|
||||
<a href="/index.html">Go Back</a>
|
||||
</body>
|
||||
</html>
|
||||
233
pages/members/w175b.html
Normal file
233
pages/members/w175b.html
Normal file
@ -0,0 +1,233 @@
|
||||
<!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">
|
||||
<title>W175B Drone Lab</title>
|
||||
<style>
|
||||
*{
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: gold;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
body{
|
||||
background-color: #111111;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
height: 100vh;
|
||||
}
|
||||
|
||||
#mainView{
|
||||
background-color: #4545;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
|
||||
}
|
||||
|
||||
.readingList{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
img{
|
||||
width: 100px;
|
||||
border-radius: 15px;
|
||||
}
|
||||
.book{
|
||||
display:flex;
|
||||
flex-direction: row;
|
||||
background-color: #555555;
|
||||
width: 300px;
|
||||
border-radius: 15px;
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
.bookDescription{
|
||||
text-align: center;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
overflow: scroll;
|
||||
word-wrap: break-word;
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
.bookDescription p{
|
||||
color: lightgrey;
|
||||
}
|
||||
|
||||
.bookDescription h5{
|
||||
color: gold;
|
||||
}
|
||||
|
||||
a *{
|
||||
color:aquamarine;
|
||||
font-style: italic;
|
||||
|
||||
}
|
||||
|
||||
#backButton{
|
||||
position: fixed;
|
||||
bottom:0;
|
||||
left:40%;
|
||||
right:40%;
|
||||
|
||||
}
|
||||
|
||||
@media (min-width: 800px){
|
||||
#mainView{
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1 id="header">W175B's Reading list</h1>
|
||||
<div id="mainView">
|
||||
<div class="readingList">
|
||||
<h2>To Read List</h2>
|
||||
<ul>
|
||||
<a href="https://homestuck.github.io/">
|
||||
<li class="book">
|
||||
<img src="/media/books/Homestuck-Book-1-Cover.jpg" alt="">
|
||||
<div class="bookDescription">
|
||||
<h4>Homestuck</h4>
|
||||
<h5>Rating:</h5>
|
||||
<p></p>
|
||||
</div>
|
||||
</li>
|
||||
</a>
|
||||
<a href="http://">
|
||||
<li class="book">
|
||||
<img src="/media/books/wheeloftime.jpg" alt="">
|
||||
<div class="bookDescription">
|
||||
<h4>Wheel of Time</h4>
|
||||
<h5>Rating:</h5>
|
||||
<p></p>
|
||||
</div>
|
||||
</li>
|
||||
</a>
|
||||
<a href="https://nowherestars.net/">
|
||||
<li class="book">
|
||||
<img src="/media/books/nowherestars1.jpg" alt="">
|
||||
<div class="bookDescription">
|
||||
<h4>Nowhere Stars</h4>
|
||||
<h5>Rating:</h5>
|
||||
<p></p>
|
||||
</div>
|
||||
</li>
|
||||
</a>
|
||||
<a href="https://nowherestars.net/">
|
||||
<li class="book">
|
||||
<img src="/media/books/nowherestars2.jpg" alt="">
|
||||
<div class="bookDescription">
|
||||
<h4>Nowhere Stars 2</h4>
|
||||
<h5>Rating:</h5>
|
||||
<p></p>
|
||||
</div>
|
||||
</li>
|
||||
</a>
|
||||
<!--
|
||||
<a href="http://">
|
||||
<li class="book">
|
||||
<img src="" alt="">
|
||||
<div class="bookDescription">
|
||||
<h4></h4>
|
||||
<h5></h5>
|
||||
<p></p>
|
||||
</div>
|
||||
</li>
|
||||
</a>
|
||||
<a href="http://">
|
||||
<li class="book">
|
||||
<img src="" alt="">
|
||||
<div class="bookDescription">
|
||||
<h4></h4>
|
||||
<h5></h5>
|
||||
<p></p>
|
||||
</div>
|
||||
</li>
|
||||
</a>
|
||||
<a href="http://">
|
||||
<li class="book">
|
||||
<img src="" alt="">
|
||||
<div class="bookDescription">
|
||||
<h4></h4>
|
||||
<h5></h5>
|
||||
<p></p>
|
||||
</div>
|
||||
</li>
|
||||
</a>
|
||||
<a href="http://">
|
||||
<li class="book">
|
||||
<img src="" alt="">
|
||||
<div class="bookDescription">
|
||||
<h4></h4>
|
||||
<h5></h5>
|
||||
<p></p>
|
||||
</div>
|
||||
</li>
|
||||
</a>
|
||||
<a href="http://">
|
||||
<li class="book">
|
||||
<img src="" alt="">
|
||||
<div class="bookDescription">
|
||||
<h4></h4>
|
||||
<h5></h5>
|
||||
<p></p>
|
||||
</div>
|
||||
</li>
|
||||
</a>
|
||||
<a href="http://">
|
||||
<li class="book">
|
||||
<img src="" alt="">
|
||||
<div class="bookDescription">
|
||||
<h4></h4>
|
||||
<h5></h5>
|
||||
<p></p>
|
||||
</div>
|
||||
</li>
|
||||
</a>
|
||||
-->
|
||||
</ul>
|
||||
</div>
|
||||
<div class="readingList">
|
||||
<h2>Finished</h2>
|
||||
<ul>
|
||||
<a href="https://share.marvel.com/sharing/series/drn:src:marvel:unison::prod:cc551810-5574-4967-8cda-6ba97ad96896">
|
||||
<li class="book">
|
||||
<img src="/media/books/immortalHulk.jpg" alt="Immortal Hulk coming back from the dead on a Comic book cover">
|
||||
<div class="bookDescription">
|
||||
<h4>Imortal Hulk</h4>
|
||||
<h5>Rating: </h5>
|
||||
<p></p>
|
||||
</div>
|
||||
</li>
|
||||
</a>
|
||||
<a href="https://share.marvel.com/sharing/series/drn:src:marvel:unison::prod:5e971ce7-3191-449b-8ce9-874881b5176d">
|
||||
<li class="book">
|
||||
<img src="/media/books/moonknight2016.jpg" alt="Moon knight in a straight jacket in a white room">
|
||||
<div class="bookDescription">
|
||||
<h4>Moon Knight 2016</h4>
|
||||
<h5>Rating: 10/10</h5>
|
||||
<p>Lorem ipsum dolor, sit amet consectetur adipisicing elit. Inc</p>
|
||||
</div>
|
||||
</li>
|
||||
</a>
|
||||
</ul>
|
||||
<a id="backButton" href="/index.html">Go Back</a>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
60
pages/members/willow.html
Normal file
60
pages/members/willow.html
Normal file
@ -0,0 +1,60 @@
|
||||
<!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">
|
||||
<title>Willow</title>
|
||||
<style>
|
||||
body{
|
||||
background-color: lavender;
|
||||
text-align: center;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Welcome to Willow Gallery of nature photograhy and my plants</h1>
|
||||
<div id="Gallery">
|
||||
<div class="galleryImg">
|
||||
<img src="" alt="">
|
||||
<p class="galleryText"></p>
|
||||
</div>
|
||||
<div class="galleryImg">
|
||||
<img src="" alt="">
|
||||
<p class="galleryText"></p>
|
||||
</div>
|
||||
<div class="galleryImg">
|
||||
<img src="" alt="">
|
||||
<p class="galleryText"></p>
|
||||
</div>
|
||||
<div class="galleryImg">
|
||||
<img src="" alt="">
|
||||
<p class="galleryText"></p>
|
||||
</div>
|
||||
<div class="galleryImg">
|
||||
<img src="" alt="">
|
||||
<p class="galleryText"></p>
|
||||
</div>
|
||||
<div class="galleryImg">
|
||||
<img src="" alt="">
|
||||
<p class="galleryText"></p>
|
||||
</div>
|
||||
<div class="galleryImg">
|
||||
<img src="" alt="">
|
||||
<p class="galleryText"></p>
|
||||
</div>
|
||||
<div class="galleryImg">
|
||||
<img src="" alt="">
|
||||
<p class="galleryText"></p>
|
||||
</div>
|
||||
<div class="galleryImg">
|
||||
<img src="" alt="">
|
||||
<p class="galleryText"></p>
|
||||
</div>
|
||||
<div class="galleryImg">
|
||||
<img src="" alt="">
|
||||
<p class="galleryText"></p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user