From 4c369ae2134cd244305ecefec86d68d5903d2b22 Mon Sep 17 00:00:00 2001 From: tay Date: Fri, 20 Sep 2024 06:45:22 -0400 Subject: [PATCH] Adding a sort of README page. --- content/readme/index.html | 11 +++++++ public/about/index.html | 2 +- public/index.xml | 9 +++++- public/readme/index.html | 67 +++++++++++++++++++++++++++++++++++++++ public/sitemap.xml | 2 ++ 5 files changed, 89 insertions(+), 2 deletions(-) create mode 100644 content/readme/index.html create mode 100644 public/readme/index.html diff --git a/content/readme/index.html b/content/readme/index.html new file mode 100644 index 0000000..462728f --- /dev/null +++ b/content/readme/index.html @@ -0,0 +1,11 @@ +
+
+
+

My personal README.

+

Please do not contact me without reading.

+
  • No Hello - Read this please
  • +
  • Don't Ask To Ask - Read this please
  • +
  • XY Problem - Read this please
  • +
    +
    +
    \ No newline at end of file diff --git a/public/about/index.html b/public/about/index.html index bb226a4..f36b7a7 100644 --- a/public/about/index.html +++ b/public/about/index.html @@ -62,7 +62,7 @@

    Hiya, Call me Tee!

    diff --git a/public/index.xml b/public/index.xml index 76d9257..4a238af 100644 --- a/public/index.xml +++ b/public/index.xml @@ -12,7 +12,7 @@ http://localhost:1313/about/ Mon, 01 Jan 0001 00:00:00 +0000 http://localhost:1313/about/ - <link rel="stylesheet" href="http://localhost:1313/assets/css/about/style.css"> <main> <div class="about"> <div> <body> <div class="content"> <h1>Hiya, Call me Tee!</h1> <iframe width="570" height="230" src="https://lanyard.cnrad.dev/api/1050531216589332581" frameborder="0" allowfullscreen style="margin-left: 35px;"></iframe> <div id="images"> <a href="https://discord.com/users/1050531216589332581" target="_blank"><img src="http://localhost:1313/assets/imgs/discord.png" class="social-logo" alt="Discord"></a> <a href="https://github.com/tayrp" target="_blank"><img src="http://localhost:1313/assets/imgs/github.png" class="social-logo" alt="Github"></a> <a href="https://discord.gg/gjypyNkPPp" target="_blank"><img src="http://localhost:1313/assets/imgs/haven.png" class="social-logo" alt="Haven"></a> <a href="https://www.last.fm/user/MystixMew" target="_blank"><img src="http://localhost:1313/assets/imgs/lastfm.png" class="social-logo" alt="Last.fm"></a> <a href="https://www.youtube.com/@MystixMew" target="_blank"><img src="http://localhost:1313/assets/imgs/youtube.png" class="social-logo" alt="YouTube"></a> <!-- <a class="btn btn-link-3" button id="aboutpauseBtn" onclick="togglePause()">⏸️</a></p> --> </div> </div> <video autoplay loop id="aboutvideo"> <source src="https://index.havenmc.org/website/assets/mp4/usurper.mp4" type="video/mp4"> This browser does not support HTML5 video or the server is offline. </video> <label for="volumeControl">Volume:</label> <input type="range" id="volumeControl" min="0" max="1" step="0.01" value="0.01"> <span id="volumePercentage">1%</span> <script> var video = document.getElementById("aboutvideo"); var btn = document.getElementById("aboutpauseBtn"); var volumeControl = document.getElementById("volumeControl"); var volumePercentage = document.getElementById("volumePercentage"); // Initialize the video volume and percentage display video.volume = volumeControl.value; // Set initial volume based on the slider value volumePercentage.innerHTML = Math.round(volumeControl.value * 100) + "%"; // Set initial percentage function togglePause() { if (video.paused) { video.play(); btn.innerHTML = "⏸️"; } else { video.pause(); btn.innerHTML = "▶️"; } } volumeControl.addEventListener("input", function() { video.volume = volumeControl.value; var percentage = Math.round(volumeControl.value * 100); volumePercentage.innerHTML = percentage + "%"; }); </script> </body> </div> </div> </main> + <link rel="stylesheet" href="http://localhost:1313/assets/css/about/style.css"> <main> <div class="about"> <div> <body> <div class="content"> <h1>Hiya, Call me Tee!</h1> <iframe width="570" height="230" src="https://lanyard.cnrad.dev/api/1050531216589332581" frameborder="0" allowfullscreen style="margin-left: 35px;"></iframe> <div id="images"> <a href="https://discord.com/users/1050531216589332581" target="_blank"><img src="http://localhost:1313/assets/imgs/discord.png" class="social-logo" alt="Discord"></a> <a href="https://github.com/tayrp" target="_blank"><img src="http://localhost:1313/assets/imgs/github.png" class="social-logo" alt="Github"></a> <a href="https://discord.gg/gjypyNkPPp" target="_blank"><img src="http://localhost:1313/assets/imgs/haven.png" class="social-logo" alt="Haven"></a> <a href="https://www.last.fm/user/MystixMew" target="_blank"><img src="http://localhost:1313/assets/imgs/lastfm.png" class="social-logo" alt="Last.fm"></a> <a href="https://www.youtube.com/@MystixMew" target="_blank"><img src="http://localhost:1313/assets/imgs/youtube.png" class="social-logo" alt="YouTube"></a> <!-- <a class="btn btn-link-3" button id="aboutpauseBtn" onclick="togglePause()">⏸️</a></p> --> </div> </div> <video autoplay loop id="aboutvideo"> <source src="https://index.havenmc.org/website/assets/mp4/fightsong.mp4" type="video/mp4"> This browser does not support HTML5 video or the server is offline. </video> <label for="volumeControl">Volume:</label> <input type="range" id="volumeControl" min="0" max="1" step="0.01" value="0.01"> <span id="volumePercentage">1%</span> <script> var video = document.getElementById("aboutvideo"); var btn = document.getElementById("aboutpauseBtn"); var volumeControl = document.getElementById("volumeControl"); var volumePercentage = document.getElementById("volumePercentage"); // Initialize the video volume and percentage display video.volume = volumeControl.value; // Set initial volume based on the slider value volumePercentage.innerHTML = Math.round(volumeControl.value * 100) + "%"; // Set initial percentage function togglePause() { if (video.paused) { video.play(); btn.innerHTML = "⏸️"; } else { video.pause(); btn.innerHTML = "▶️"; } } volumeControl.addEventListener("input", function() { video.volume = volumeControl.value; var percentage = Math.round(volumeControl.value * 100); volumePercentage.innerHTML = percentage + "%"; }); </script> </body> </div> </div> </main> @@ -35,6 +35,13 @@ http://localhost:1313/projects/ <div> <div class="pl"> <ul class="plul"> <b>Here is a list of all my projects.</b> <li><a href="https://modrinth.com/user/tay">Modrinth</a> - Mods, Modpacks, Datapacks, etc</li> <!--<li><a href="https://link-here.tld">put text here to kinda give it a text yknow..</a></li>--> </ul> </div> </div> + + + http://localhost:1313/readme/ + Mon, 01 Jan 0001 00:00:00 +0000 + http://localhost:1313/readme/ + <div> <div class="about"> <div> <p>My personal README.</p> <p>Please do not contact me without reading.</p> <li><a href="https://nohello.net/en/">No Hello</a> - Read this please</li> <li><a href="https://dontasktoask.com/">Don't Ask To Ask</a> - Read this please</li> <li><a href="https://xyproblem.info/">XY Problem</a> - Read this please</li> </div> </div> </div> + http://localhost:1313/salad/ diff --git a/public/readme/index.html b/public/readme/index.html new file mode 100644 index 0000000..b9e8714 --- /dev/null +++ b/public/readme/index.html @@ -0,0 +1,67 @@ + + + + + + + + + tee's website + + + + + + + + + + + + + + +
    +
    +
    +
    +

    My personal README.

    +

    Please do not contact me without reading.

    +
  • No Hello - Read this please
  • +
  • Don't Ask To Ask - Read this please
  • +
  • XY Problem - Read this please
  • +
    +
    +
    +
    + +
    +
    +
    + © 2024 + TayRP. All rights reserved. +
    +
    +
    \ No newline at end of file diff --git a/public/sitemap.xml b/public/sitemap.xml index d1f6385..cbfb40c 100644 --- a/public/sitemap.xml +++ b/public/sitemap.xml @@ -9,6 +9,8 @@ http://localhost:1313/pages/ http://localhost:1313/projects/ + + http://localhost:1313/readme/ http://localhost:1313/salad/