]> littlesong.place Git - littlesongplace.git/commitdiff
More design updates and fixes
authorChris Fulljames <christianfulljames@gmail.com>
Fri, 17 Jan 2025 12:46:51 +0000 (07:46 -0500)
committerChris Fulljames <christianfulljames@gmail.com>
Fri, 17 Jan 2025 12:46:51 +0000 (07:46 -0500)
static/styles.css
templates/signup.html
todo.txt

index f58e4657ed009f846caebc5e62a649cbea265a9a..da7c3093548b89737b3dff6921bf358f9fc287da 100644 (file)
@@ -63,6 +63,7 @@ input[type=text], input[type=password] {
 div.main {
     max-width: 700px;
     margin: auto;
+    padding: 10px;
 }
 
 div.page-header {
@@ -80,6 +81,7 @@ div.page-header {
 .title-image {
     image-rendering: pixelated;
     width: 512px;
+    max-width: 80%;
     margin: 10px;
 }
 
@@ -193,7 +195,8 @@ div.player {
     position: fixed;
     max-width: 700px;
     margin: auto;
-    margin-bottom: 10px;
+    margin: 10px;
+    padding: 10px;
     box-shadow: 0px 0px 20px 0px;
     border-radius: 10px;
     bottom: 0;
index 3f6b3240b63e355da1932deb6b9f2e8f347a1323..da5027057b8190082e8aab27a274cc888a69757a 100644 (file)
@@ -7,9 +7,13 @@
 <p>Welcome to the site!</p>
 <h2>Rules:</h2>
 <ol>
-    <li>Be nice</li>
-    <li>Be cool</li>
-    <li>Have fun</li>
+    <li>Upload your songs!  All of them!!</li>
+    <li>Don't upload other people's songs without permission.
+        This website is for sharing songs you've made, not for uploading your
+        entire 10,000 song
+        <a href="https://en.wikipedia.org/wiki/LimeWire">limewire</a>
+        collection. Please be nice to cfull's hosting budget.  :P
+    </li>
 </ol>
 <form method="post">
     <div class="signup-form">
index 62633a755e08d887eeff2e295255709dbc68c114..226b30db6c7c64aff354554e7f83d8854e4dc235 100644 (file)
--- a/todo.txt
+++ b/todo.txt
@@ -1,4 +1,5 @@
 TODO (BEFORE RELEASE)
+- Homepage
 - Multiline descriptions
 - Automated Tests
 - Homepage