Compare commits
3 commits
1f94ed1081
...
bd9e16e802
Author | SHA1 | Date | |
---|---|---|---|
bd9e16e802 | |||
4016c0b9c9 | |||
4bd2da5621 |
18 changed files with 89 additions and 51 deletions
|
@ -10,14 +10,14 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width">
|
<meta name="viewport" content="width=device-width">
|
||||||
<title>Online Grimoire</title>
|
<title>Mystickal Compendium</title>
|
||||||
<link rel="stylesheet" href="./styles.css">
|
<link rel="stylesheet" href="./styles.css">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div class="maindiv">
|
<div class="maindiv">
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<h1>Online Grimoire</h1>
|
<h1>Mystickal Compendium</h1>
|
||||||
</div>
|
</div>
|
||||||
<div class="bar">
|
<div class="bar">
|
||||||
<h3>Think about your breathing patterns, also, did you drink water today?</h3>
|
<h3>Think about your breathing patterns, also, did you drink water today?</h3>
|
||||||
|
@ -30,52 +30,28 @@
|
||||||
<div class="buttonholder">
|
<div class="buttonholder">
|
||||||
<!--you can add however many links you like. you can remove any links youre not using, too.-->
|
<!--you can add however many links you like. you can remove any links youre not using, too.-->
|
||||||
<div class="navigationbutton">
|
<div class="navigationbutton">
|
||||||
<h4><a href="link" style="color:var(--bordercolor);">LINK 1</a></h4>
|
<h4><a href="./pages/home.html" target="box1" style="color:var(--bordercolor);">Home</a></h4>
|
||||||
</div>
|
</div>
|
||||||
<div class="navigationbutton">
|
<div class="navigationbutton">
|
||||||
<h4><a href="link" style="color:var(--bordercolor);">LINK 2</a></h4>
|
<h4><a href="link" style="color:var(--bordercolor);">Entries</a></h4>
|
||||||
</div>
|
</div>
|
||||||
<div class="navigationbutton">
|
<div class="navigationbutton">
|
||||||
<h4><a href="link" style="color:var(--bordercolor);">LINK 3</a></h4>
|
<h4><a href="link" style="color:var(--bordercolor);">Creatures</a></h4>
|
||||||
</div>
|
</div>
|
||||||
<div class="navigationbutton">
|
<div class="navigationbutton">
|
||||||
<h4><a href="link" style="color:var(--bordercolor);">LINK 4</a></h4>
|
<h4><a href="link" style="color:var(--bordercolor);">Quests</a></h4>
|
||||||
</div>
|
</div>
|
||||||
<div class="navigationbutton">
|
<div class="navigationbutton">
|
||||||
<h4><a href="link" style="color:var(--bordercolor);">LINK 5</a></h4>
|
<h4><a href="link" style="color:var(--bordercolor);">Incidents</a></h4>
|
||||||
</div>
|
|
||||||
<div class="navigationbutton">
|
|
||||||
<h4><a href="link" style="color:var(--bordercolor);">LINK 5</a></h4>
|
|
||||||
</div><div class="navigationbutton">
|
|
||||||
<h4><a href="link" style="color:var(--bordercolor);">LINK 5</a></h4>
|
|
||||||
</div><div class="navigationbutton">
|
|
||||||
<h4><a href="link" style="color:var(--bordercolor);">LINK 5</a></h4>
|
|
||||||
</div><div class="navigationbutton">
|
|
||||||
<h4><a href="link" style="color:var(--bordercolor);">LINK 5</a></h4>
|
|
||||||
</div><div class="navigationbutton">
|
|
||||||
<h4><a href="link" style="color:var(--bordercolor);">LINK 5</a></h4>
|
|
||||||
</div><div class="navigationbutton">
|
|
||||||
<h4><a href="link" style="color:var(--bordercolor);">LINK 5</a></h4>
|
|
||||||
</div><div class="navigationbutton">
|
|
||||||
<h4><a href="link" style="color:var(--bordercolor);">LINK 5</a></h4>
|
|
||||||
</div><div class="navigationbutton">
|
|
||||||
<h4><a href="link" style="color:var(--bordercolor);">LINK 5</a></h4>
|
|
||||||
</div><div class="navigationbutton">
|
|
||||||
<h4><a href="link" style="color:var(--bordercolor);">LINK 5</a></h4>
|
|
||||||
</div><div class="navigationbutton">
|
|
||||||
<h4><a href="link" style="color:var(--bordercolor);">LINK 5</a></h4>
|
|
||||||
</div>
|
|
||||||
<div class="navigationbutton">
|
|
||||||
<h4><a href="link" style="color:var(--bordercolor);">ADD HOWEVER MANY LINKS YOU WANT! THIS BOX SCROLLS</a></h4>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="column" style="width:75%">
|
<div class="column" style="width:75%">
|
||||||
<div class="box1">
|
<iframe class="box1" name="box1" src="./pages/home.html" >
|
||||||
<span class="bigtext">this text is bigger. and its even bold!</span> put anything you want here. talk about your site if you want. i dont know. im not your mom.
|
|
||||||
<br><strong>bold text looks like this.</strong> <a href="link">links look like this.</a>
|
</iframe>
|
||||||
<br>this box scrolls, by the way.
|
|
||||||
</div>
|
|
||||||
<div class="box2">
|
<div class="box2">
|
||||||
<!-- remove the <marquee> tag to stop the scrolling -->
|
<!-- remove the <marquee> tag to stop the scrolling -->
|
||||||
<marquee behavior="alternate">
|
<marquee behavior="alternate">
|
||||||
|
|
23
home/grimoire/pages/home.html
Normal file
23
home/grimoire/pages/home.html
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<link rel="stylesheet" href="../styles.css">
|
||||||
|
<title>Document</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<center><h2>Lost?</h2></center>
|
||||||
|
<p>Welcome, noble reader, to the <strong>Mystickal Compendium</strong> of Arcane knowledge, a grimoire unlike any other. Within these bewitched pages, thou shalt find info on our creatures and humanoids, though it shall not be an easy task.</p>
|
||||||
|
|
||||||
|
<p> Start praying, it may help thy on your journey. For herein lies a trove of lore most ancient and peculiar. From the cryptic musings of melonic tomes to the peculiar quirks of misskists, our grimoire shall transport thee to realms unseen and marvels untold.</p>
|
||||||
|
|
||||||
|
<p>May I recommend a few places to start thy journey?</p>
|
||||||
|
|
||||||
|
|
||||||
|
From the <a href="./creatures.html" target="box1">Creatures</a> find that ones named:
|
||||||
|
<li>
|
||||||
|
<i><a href="./waifumelon.html" target="box1">Waifumelon</a></i>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
11
home/grimoire/pages/waifumelon.html
Normal file
11
home/grimoire/pages/waifumelon.html
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<link rel="stylesheet" href="../styles.css">
|
||||||
|
<title>Document</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
Idiotic creature
|
||||||
|
</body>
|
||||||
|
</html>
|
BIN
home/grimoire/static/Berry Rotunda.ttf
Normal file
BIN
home/grimoire/static/Berry Rotunda.ttf
Normal file
Binary file not shown.
BIN
home/grimoire/static/Designer-Notes-Bold.ttf
Normal file
BIN
home/grimoire/static/Designer-Notes-Bold.ttf
Normal file
Binary file not shown.
BIN
home/grimoire/static/Designer-Notes.ttf
Normal file
BIN
home/grimoire/static/Designer-Notes.ttf
Normal file
Binary file not shown.
BIN
home/grimoire/static/Friedolin.ttf
Normal file
BIN
home/grimoire/static/Friedolin.ttf
Normal file
Binary file not shown.
4
home/grimoire/stuff.md
Normal file
4
home/grimoire/stuff.md
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
<div class="footer">
|
||||||
|
<!-- DONT REMOVE CREDIT! well, you can if you put it somewhere else- it doesnt have to be on the main page, just somewhere somewhat obvious. dont remove art/inspiration credit if using the template without any changes. if you change the header, you can remove it.-->
|
||||||
|
<p>template by <a href="https://lorekeeping.neocities.org/">lorekeeping</a> - inspired by <a href="https://youtu.be/vjBFftpQxxM?list=RDMM">BUTCHER VANITY</a></p>
|
||||||
|
</div>
|
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
<div id="items">
|
<div id="items">
|
||||||
<div id="side">
|
<div id="side">
|
||||||
<img src="stuff/side1.png" alt="" >
|
<img src="stuff/side1.png" >
|
||||||
</div>
|
</div>
|
||||||
<div id="center">
|
<div id="center">
|
||||||
|
|
||||||
|
@ -54,25 +54,31 @@
|
||||||
</div>
|
</div>
|
||||||
<div id="side2">
|
<div id="side2">
|
||||||
<div id="friends">
|
<div id="friends">
|
||||||
<a href="https://waifuism.life"><img src="stuff/friends/waifu.png" alt=""></a>
|
<a href="https://waifuism.life"><img src="stuff/friends/waifu.png" ></a>
|
||||||
<a href="https://reisen.church/"><img src="stuff/friends/reisen.png" alt=""></a>
|
<a href="https://reisen.church/"><img src="stuff/friends/reisen.png" ></a>
|
||||||
<a href="https://husbandoism.life/"><img src="stuff/friends/hubbybutton.gif" alt=""></a>
|
<a href="https://husbandoism.life/"><img src="stuff/friends/hubbybutton.gif" ></a>
|
||||||
<a href="https://about.munir.tokyo/"><img style="max-height: 30px;" src="stuff/friends/munir-son.png" alt=""></a>
|
<a href="https://about.munir.tokyo/"><img style="max-height: 30px;" src="stuff/friends/munir-son.png" ></a>
|
||||||
<a href="https://tengu.space"><img src="stuff/friends/dev.png"></a>
|
<a href="https://tengu.space"><img src="stuff/friends/dev.png"></a>
|
||||||
<a href="https://cyuucat.moe/"><img src="stuff/friends/cyuu.gif"></a>
|
<a href="https://cyuucat.moe/"><img src="stuff/friends/cyuu.gif"></a>
|
||||||
<a href="https://udongein.xyz/"><img src="stuff/friends/udongein.png" alt=""></a>
|
<a href="https://udongein.xyz/"><img src="stuff/friends/udongein.png" ></a>
|
||||||
<a href="https://eldeadkennedy.neocities.org/en/"><img src="stuff/friends/eldeadkennedy1.gif" alt=""></a>
|
<a href="https://eldeadkennedy.neocities.org/en/"><img src="stuff/friends/eldeadkennedy1.gif" ></a>
|
||||||
<a href="https://geidontei.chaotic.ninja/usr/mima/"><img src="stuff/friends/usrmima.png" alt=""></a>
|
<a href="https://geidontei.chaotic.ninja/usr/mima/"><img src="stuff/friends/usrmima.png" ></a>
|
||||||
<a href="https://sheepishpatio.net/"><img src="stuff/friends/sheepishpatio.png" alt=""></a>
|
<a href="https://sheepishpatio.net/"><img src="stuff/friends/sheepishpatio.png" ></a>
|
||||||
<a href="https://shitposter.world/"><img src="stuff/friends/spw-logo-newline.png" alt=""></a>
|
<a href="https://shitposter.world/"><img src="stuff/friends/spw-logo-newline.png" ></a>
|
||||||
<a href="https://anonicus.net/"><img src="stuff/friends/anonicus.png" alt=""></a>
|
<a href="https://anonicus.net/"><img src="stuff/friends/anonicus.png" ></a>
|
||||||
<a href="https://iogirl.com/"><img style="max-height: 33px;" src="stuff/friends/daya.jpg" alt=""></a>
|
<a href="https://iogirl.com/"><img style="max-height: 33px;" src="stuff/friends/daya.jpg" ></a>
|
||||||
|
<a href="https://den.raccoon.quest/"><img style="max-height: 33px;" src="stuff/friends/raccoonden.gif" ></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a href="https://pleroma.social/"><img src="stuff/friends/stamp_pleroma_now.png" alt=""></a>
|
<a href="https://adilene.net/pages/shrines/capybara.html"><img src="stuff/friends/randomstuff/capybara.png" ></a>
|
||||||
<a href="https://fediverse.party/en/fediverse/"><img src="stuff/friends/fedi.gif" alt=""></a>
|
<img src="stuff/friends/randomstuff/beyes.gif" style="max-height: 33px;">
|
||||||
<img src="stuff/friends/putdownphone.gif" alt="">
|
<img src="stuff/friends/randomstuff/junes.png" style="max-height: 33px;">
|
||||||
|
<a href="https://twelvemen.neocities.org/"><img src="./stuff/friends/randomstuff/12men.gif" ></a>
|
||||||
|
<a href="https://pleroma.social/"><img src="stuff/friends/randomstuff/stamp_pleroma_now.png" ></a>
|
||||||
|
<a href="https://fediverse.party/en/fediverse/"><img src="stuff/friends/randomstuff/fedi.gif" ></a>
|
||||||
|
<img src="stuff/friends/randomstuff/putdownphone.gif" style="max-height: 33px;">
|
||||||
|
<img src="stuff/friends/randomstuff/dekstopbest.gif" style="max-height: 33px;">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
BIN
home/normal/stuff/friends/raccoonden.gif
(Stored with Git LFS)
Normal file
BIN
home/normal/stuff/friends/raccoonden.gif
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
home/normal/stuff/friends/randomstuff/12men.gif
(Stored with Git LFS)
Normal file
BIN
home/normal/stuff/friends/randomstuff/12men.gif
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
home/normal/stuff/friends/randomstuff/beyes.gif
(Stored with Git LFS)
Normal file
BIN
home/normal/stuff/friends/randomstuff/beyes.gif
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
home/normal/stuff/friends/randomstuff/capybara.png
(Stored with Git LFS)
Normal file
BIN
home/normal/stuff/friends/randomstuff/capybara.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
home/normal/stuff/friends/randomstuff/dekstopbest.gif
(Stored with Git LFS)
Normal file
BIN
home/normal/stuff/friends/randomstuff/dekstopbest.gif
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
home/normal/stuff/friends/randomstuff/junes.png
(Stored with Git LFS)
Normal file
BIN
home/normal/stuff/friends/randomstuff/junes.png
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue