commenting things

This commit is contained in:
CatAClock 2025-05-21 12:50:09 -07:00
parent 69605379c3
commit 4c871c5ce4
2 changed files with 7 additions and 0 deletions

View file

@ -22,16 +22,19 @@
</div> </div>
<div class="Button" style="display: flex; justify-content: center; margin: auto;"> <div class="Button" style="display: flex; justify-content: center; margin: auto;">
<!-- Sorry people! --> <!-- Sorry people! -->
<!-- Mastodon things. -->
<div> <div>
<input type="text" class="WebInput Mastodon" placeholder="Website (mastodon.social)"/> <input type="text" class="WebInput Mastodon" placeholder="Website (mastodon.social)"/>
<p class="Login Mastodon"><em>Login to Mastodon</em></p> <p class="Login Mastodon"><em>Login to Mastodon</em></p>
<p class="Logout Mastodon Hidden"><em>Logout of Mastodon</em></p> <p class="Logout Mastodon Hidden"><em>Logout of Mastodon</em></p>
</div> </div>
<!-- Bluesky things. -->
<div> <div>
<input type="text" class="WebInput Bluesky" placeholder="Website (bsky.social)"/> <input type="text" class="WebInput Bluesky" placeholder="Website (bsky.social)"/>
<p class="Login Bluesky"><em>Login to Bluesky</em></p> <p class="Login Bluesky"><em>Login to Bluesky</em></p>
<p class="Logout Bluesky Hidden"><em>Logout of Bluesky</em></p> <p class="Logout Bluesky Hidden"><em>Logout of Bluesky</em></p>
</div> </div>
<!-- Youtube things. -->
<div> <div>
<input type="text" class="WebInput Youtube" placeholder="Youtube API Key"/> <input type="text" class="WebInput Youtube" placeholder="Youtube API Key"/>
<input type="text" class="WebInput Youtube" placeholder="Youtube Channel Handle"/> <input type="text" class="WebInput Youtube" placeholder="Youtube Channel Handle"/>
@ -41,6 +44,7 @@
</div> </div>
</div> </div>
<footer> <footer>
<!-- This button has a different script compared to others because of authentication measures. -->
<p class="SmallButton" onclick="window.location.href = window.location.origin"><b>Back</b></p> <p class="SmallButton" onclick="window.location.href = window.location.origin"><b>Back</b></p>
</footer> </footer>
</body> </body>

View file

@ -15,6 +15,7 @@
</head> </head>
<body style="margin: 0px;"> <body style="margin: 0px;">
<!-- This gets the user input to make sounds. Also it (hopefully) makes the user more passive. -->
<section class="WarningMessage"> <section class="WarningMessage">
<h2>Warning! Care for yourself!</h2> <h2>Warning! Care for yourself!</h2>
<p> <p>
@ -34,6 +35,7 @@
<h1>The World Wide Web</h1> <h1>The World Wide Web</h1>
</header> </header>
<!-- Container to be inside the container. -->
<div style="width: 100%" class="PostContainerContainer"> <div style="width: 100%" class="PostContainerContainer">
<div style="left: -170vw;" class="PostContainer Back"> <div style="left: -170vw;" class="PostContainer Back">
<article class="Post"> <article class="Post">
@ -293,6 +295,7 @@
</div> </div>
<!-- Arrows to put the stuff going forward and backward (scrolling posts). -->
<img class="Arrow" src="Icons/ArrowLeft.png" onclick="Back()"/> <img class="Arrow" src="Icons/ArrowLeft.png" onclick="Back()"/>
<img class="Arrow" src="Icons/ArrowRight.png" onclick="Next()"/> <img class="Arrow" src="Icons/ArrowRight.png" onclick="Next()"/>