]> littlesong.place Git - littlesongplace.git/commitdiff
Add title gif
authorChris Fulljames <christianfulljames@gmail.com>
Wed, 15 Jan 2025 02:30:25 +0000 (21:30 -0500)
committerChris Fulljames <christianfulljames@gmail.com>
Wed, 15 Jan 2025 02:30:25 +0000 (21:30 -0500)
static/littlesongplace01.gif [new file with mode: 0644]
static/styles.css
templates/base.html
templates/index.html
todo.txt

diff --git a/static/littlesongplace01.gif b/static/littlesongplace01.gif
new file mode 100644 (file)
index 0000000..d6bb789
Binary files /dev/null and b/static/littlesongplace01.gif differ
index 27a6a42a7043101be0a737985b1ce441da2becfc..4beab5cf42737a8870a6ea1cc2506b46c864c8d2 100644 (file)
@@ -1,3 +1,13 @@
+/* General */
+body {
+    background: #ede99f;
+}
+
+div.main {
+    max-width: 500px;
+    margin: auto;
+}
+
 /* Navbar */
 div.navbar {
     display: flex;
index 2cb33f109d22f48395d5d85f9de4f759a04c3650..c0d9b4ae5eab1697f3883368430fab487e94c0b7 100644 (file)
         {% endwith %}
 
         <!-- Page-Specific Content -->
+        <div class="main">
         {% block body %}
         {% endblock %}
+        </div>
 
         <!-- Padding to prevent player from obscuring content -->
         <div id="scroll-padding"></div>
@@ -45,7 +47,7 @@
                 <!-- TODO: Show song title, artist -->
                 <span id="player-title">Not Playing</span>
                 <span id="player-info-sep" hidden>-</span>
-                <a id="player-artist" hidden></span>
+                <a id="player-artist" hidden></a>
             </div>
             <div class="player-controls">
                 <a href="javascript:songPrevious()" class="player-button">&lt;&lt;</a>
index 5cb6467e68d8df88f8b38a0114cf1897d80e3293..006c91564ab40a32ef5d38f3ee8187cf59e6b0a2 100644 (file)
@@ -1,2 +1,9 @@
 {% extends "base.html" %}
 
+{% block body %}
+
+<img src="/static/littlesongplace01.gif" style="image-rendering:pixelated;width:512px">
+
+<p>Hello, and welcome!</p>
+
+{% endblock %}
index d1c3ad73b6fa85e734ae3dcc95021fb1c43b8594..fcbdd2616426a6d0c71077266510a23a00dff6d6 100644 (file)
--- a/todo.txt
+++ b/todo.txt
@@ -1,6 +1,8 @@
 TODO (BEFORE RELEASE)
 - CSS/Design
 - Automated Tests
+- Homepage
+- Tips and Tricks
 
 - RELEASE IT