Lili Records v1.12

This commit is contained in:
Flatlogic Bot 2026-01-30 14:27:11 +00:00
parent ee5b204fea
commit d614012474
8 changed files with 9 additions and 9 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 182 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 182 KiB

View File

@ -3,7 +3,7 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{% block title %}Lili Record's{% endblock %}</title> <title>{% block title %}Lili Records Radio{% endblock %}</title>
{% if project_description %} {% if project_description %}
<meta name="description" content="{{ project_description }}"> <meta name="description" content="{{ project_description }}">
{% endif %} {% endif %}
@ -22,7 +22,7 @@
<div class="bg-vinyl-wrapper"> <div class="bg-vinyl-wrapper">
<div class="bg-vinyl"> <div class="bg-vinyl">
<div class="bg-vinyl-label"> <div class="bg-vinyl-label">
<img src="/assets/pasted-20260129-210745-654c6eb5.jpg" alt="Logo"> <img src="/assets/pasted-20260130-141153-87077408.jpg" alt="Logo">
</div> </div>
</div> </div>
</div> </div>
@ -30,8 +30,8 @@
<nav class="navbar navbar-expand-lg navbar-dark bg-transparent border-bottom border-secondary"> <nav class="navbar navbar-expand-lg navbar-dark bg-transparent border-bottom border-secondary">
<div class="container"> <div class="container">
<a class="navbar-brand d-flex align-items-center" href="/" style="font-family: 'Righteous', cursive; font-size: 1.8rem; color: #FF007F;"> <a class="navbar-brand d-flex align-items-center" href="/" style="font-family: 'Righteous', cursive; font-size: 1.8rem; color: #FF007F;">
<img src="/assets/pasted-20260129-210745-654c6eb5.jpg" alt="Lili Record's Logo" height="50" class="me-2 rounded-circle"> <img src="/assets/pasted-20260130-141153-87077408.jpg" alt="Lili Records Logo" height="50" class="me-2 rounded-circle">
Lili Record's Lili Records Radio
</a> </a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav"> <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav">
<span class="navbar-toggler-icon"></span> <span class="navbar-toggler-icon"></span>
@ -60,7 +60,7 @@
<i class="fab fa-whatsapp me-2" style="color: #25D366;"></i>+53 59177041 <i class="fab fa-whatsapp me-2" style="color: #25D366;"></i>+53 59177041
</a> </a>
</div> </div>
<p class="text-secondary small mb-0">&copy; 2026 Lili Record's. Spin your vibes.</p> <p class="text-secondary small mb-0">&copy; 2026 Lili Records Radio. Spin your vibes.</p>
</div> </div>
</footer> </footer>

View File

@ -9,7 +9,7 @@
<div class="player-container"> <div class="player-container">
<div id="vinyl" class="vinyl-disk"> <div id="vinyl" class="vinyl-disk">
<div class="vinyl-label" id="vinyl-label"> <div class="vinyl-label" id="vinyl-label">
<img src="/assets/pasted-20260129-210745-654c6eb5.jpg" alt="Logo" class="img-fluid rounded-circle" style="width: 100%; height: 100%; object-fit: cover; opacity: 0.9;"> <img src="/assets/pasted-20260130-141153-87077408.jpg" alt="Logo" class="img-fluid rounded-circle" style="width: 100%; height: 100%; object-fit: cover; opacity: 0.9;">
</div> </div>
</div> </div>
<div class="tonearm" id="tonearm"></div> <div class="tonearm" id="tonearm"></div>
@ -20,9 +20,9 @@
<div class="col-lg-6"> <div class="col-lg-6">
<div class="glass-card p-4 rounded-4 shadow-lg border-neon"> <div class="glass-card p-4 rounded-4 shadow-lg border-neon">
<div class="d-flex align-items-center mb-3"> <div class="d-flex align-items-center mb-3">
<img src="/assets/pasted-20260129-210745-654c6eb5.jpg" alt="Logo" height="60" class="me-3 rounded-2 shadow-sm"> <img src="/assets/pasted-20260130-141153-87077408.jpg" alt="Logo" height="60" class="me-3 rounded-2 shadow-sm">
<div> <div>
<h1 class="h2 mb-0 fw-bold" id="current-station-name" style="font-family: 'Righteous', cursive; color: var(--secondary-neon);">Lili Record's</h1> <h1 class="h2 mb-0 fw-bold" id="current-station-name" style="font-family: 'Righteous', cursive; color: var(--secondary-neon);">Lili Records Radio</h1>
<p class="text-secondary mb-0" id="current-track-info">Virtual Broadcast</p> <p class="text-secondary mb-0" id="current-track-info">Virtual Broadcast</p>
</div> </div>
</div> </div>
@ -234,4 +234,4 @@ document.addEventListener('DOMContentLoaded', function() {
}); });
}); });
</script> </script>
{% endblock %} {% endblock %}

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 182 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 182 KiB