diff options
author | AlmightyMiau <almightymeow612@gmail.com> | 2025-01-12 19:28:56 -0800 |
---|---|---|
committer | AlmightyMiau <almightymeow612@gmail.com> | 2025-01-12 19:28:56 -0800 |
commit | 31544daa9acf96c01913c53c9002527b9096a8f7 (patch) | |
tree | f8d57b5b467f0ac2399e15f5607575ac1334c248 | |
parent | 315f780695eb772feba4c389e7a2b6f640b16656 (diff) |
remove unwanted page and pictures
-rw-r--r-- | Elements Tattoo.png | bin | 101633 -> 0 bytes | |||
-rw-r--r-- | Elements diagram.png | bin | 89016 -> 0 bytes | |||
-rw-r--r-- | breakthroughs.html | 120 |
3 files changed, 0 insertions, 120 deletions
diff --git a/Elements Tattoo.png b/Elements Tattoo.png Binary files differdeleted file mode 100644 index f912964..0000000 --- a/Elements Tattoo.png +++ /dev/null diff --git a/Elements diagram.png b/Elements diagram.png Binary files differdeleted file mode 100644 index 48282f4..0000000 --- a/Elements diagram.png +++ /dev/null diff --git a/breakthroughs.html b/breakthroughs.html deleted file mode 100644 index 83c5e42..0000000 --- a/breakthroughs.html +++ /dev/null @@ -1,120 +0,0 @@ -<!DOCTYPE html> - -<html lang="en"> - -<head> - <meta charset="utf-8" /> - <meta name="viewport" content="width=device-width, initial-scale=1"> - <meta name="description" content="AlmightyMiau's Personal Website"> - <link href="styles.css" rel="stylesheet"> - <title>Miau - Breakthroughs</title> - <link rel="icon" type="image/x-icon" href="miau.jpg"> - <script> - function hidePages() { - let status = document.getElementById("pages").style.display; - if (status === "none") { - document.getElementById("pages").style.display = "block"; - } else { - document.getElementById("pages").style.display = "none"; - } - } - function hideBut() { - let status = document.getElementById("buttons").style.display; - if (status === "none") { - document.getElementById("buttons").style.display = "block"; - } else { - document.getElementById("buttons").style.display = "none"; - } - } - </script> -</head> - -<body> - <div id="container"> - <div class="topbar"></div> - <div id="flex"> - <main> - <div class="title"> Breakthroughs</div> - <div class="content"> - Over the past couple of months I've been reading the series <i>"Beware of Chicken: A Xianxia - Cultivation Novel"</i> by <i>CasualFarmer</i>. I absolutely love this series and am taking the - idea of breakthroughs from it. A breakthrough is a revelation someone has in relation to their - cultivation style, which strengthens their bond with the world. Essentially, I will just be putting - some of my random thoughts here, sometimes accompanied by images. - </div> - <div class="content" style="text-align: center;"> - <div class="date">8/7/2024</div> - <p> - Apparently coffee tastes different when it's brewed at different temperatures for different - amounts of time, which is (probably) why the coffee I make tastes nothing like the coffee shop - stuff - </p> - </div> - <div class="content" style="text-align: center;"> - <div class="date">8/1/2024</div> - <p> - <img src="Elements diagram.png" id="image"> <img src="Elements Tattoo.png" id="image"> - <br> - Earth creates metal, metal holds water, water feeds wood, wood feeds fire, <em>and Fire returns - nutrients to the earth.</em> - </p> - </div> - </main> - <aside> - <div class="sidebar-title"> Pages <button onclick="hidePages()">⇕</button></div> - <div id="pages"> - <nav id="nav"> - <ul> - <li> - <a href="index.html">Home</a> - </li> - <li> - <a href="breakthroughs.html">Breakthroughs</a> - </li> - <li> - <a href="silly.html">Silly</a> - </li> - <li> - <a href="factorio.html">Factorio</a> - </li> - <li> - <a href="art.html">Art</a> - </li> - <li> - <a href="cats.html">Cats</a> - </li> - </ul> - </nav> - </div> - <div class="sidebar-title"> Buttons <button onclick="hideBut()">⇕</button></div> - <div id="buttons"> - <nav id="nav"> - <div style="width: 88px; margin:0 auto;" id="buttons"> - <br> - <a href="https://goblin-heart.net/" target="_blank"><img - src="https://goblin-heart.net/assets/images/gg-button.gif"></a> - <br> - <a href="https://goblin-heart.net/sadgrl/" target="_blank"><img - alt="88x31 button that says LEARN - HTML, Layouts, CSS, Guides, Websites: Learn @ sadgrl.online" - src="https://goblin-heart.net/assets/images/sadgrl-button.gif"></a> - <br> - <a href="https://yesterweb.org/no-to-web3/"><img style="border:1px solid white;" - src="https://auzziejay.com/images/noweb32.gif"></a> - <br> - <a href="https://yesterweb.org/no-to-web3/"><img style="border:1px solid white;" - src="https://yesterweb.org/img/button.png"></a> - <br> - <a href="https://megidolaon.gay"><img - src="https://megidolaon.gay/media/megidolaongay.png"></a> - <br> - </div> - <br> - </nav> - </div> - </aside> - </div> - <footer id="footer">Δ Copyworng :3</footer> - </div> -</body> - -</html>
\ No newline at end of file |