change blob and hero image

This commit is contained in:
mohamad
2026-05-18 09:52:40 +03:30
parent b8ab67049f
commit 2341b32d4c
5 changed files with 13 additions and 13 deletions
@@ -254,7 +254,7 @@ FAQ_ENTRIES = [
{
"question": "Where can I get support or report issues?",
"answer": (
"Support is available via email at support@radiuma.ca and through our "
"Support is available via email at support@radiuma.com and through our "
"community Discord server. For bug reports and feature requests, please "
"use the Discord forum or contact us directly by email."
),
@@ -374,7 +374,7 @@ DOWNLOAD_ITEMS = [
class Command(BaseCommand):
help = "Seed the database with initial Radiuma / Radiuma content from radiuma.ca"
help = "Seed the database with initial Radiuma / Radiuma content from radiuma.com"
def add_arguments(self, parser):
parser.add_argument(
+7 -7
View File
@@ -342,8 +342,8 @@ h1, h2, h3, h4, h5, h6 {
}
.brand-icon {
width: 34px;
height: 34px;
width: 26px;
height: 26px;
border-radius: 8px;
object-fit: cover;
display: block;
@@ -571,7 +571,7 @@ h1, h2, h3, h4, h5, h6 {
width: 420px;
top: 5%;
left: -80px;
opacity: 0.18;
opacity: 0.04;
filter: blur(2px);
animation: blob-morph 16s ease-in-out infinite;
}
@@ -580,7 +580,7 @@ h1, h2, h3, h4, h5, h6 {
width: 380px;
top: 15%;
right: -60px;
opacity: 0.13;
opacity: 0.01;
filter: blur(1px);
animation: blob-morph 20s ease-in-out infinite reverse;
}
@@ -2847,7 +2847,7 @@ a.citation-count-badge:hover {
background: linear-gradient(
to right,
rgba(7, 7, 19, 0.88) 0%,
rgba(7, 7, 19, 0.45) 28%,
rgba(7, 7, 19, 0.45) 48%,
transparent 62%
);
z-index: 2;
@@ -2857,13 +2857,13 @@ a.citation-count-badge:hover {
.hero-app-preview img {
width: 100%;
display: block;
opacity: 0.15;
opacity: 0.65;
border-radius: var(--radius-xl);
transition: opacity 0.5s ease;
}
.hero-app-preview:hover img {
opacity: 0.42;
opacity: 1;
}
/* ============================================================
+1 -1
View File
@@ -85,7 +85,7 @@
</div>
<h3 class="contact-card-title">Email Support</h3>
<p class="contact-card-desc">For direct software support:</p>
<a href="mailto:support@radiuma.ca" class="contact-email-link">support@radiuma.ca</a>
<a href="mailto:support@radiuma.com" class="contact-email-link">support@radiuma.com</a>
</div>
<div class="contact-card glass-card fade-in">
+2 -2
View File
@@ -9,7 +9,7 @@
<div class="footer-brand-col">
<a href="{% url 'pages:home' %}" class="footer-logo" aria-label="Radiuma home">
<span class="brand-icon">R</span>
<img src="{% static 'images/favicon-180.png' %}" alt="" class="brand-icon" width="34" height="34" aria-hidden="true" />
<span class="brand-name">Radiuma</span>
</a>
<p class="footer-tagline">
@@ -52,7 +52,7 @@
<p>675 West 10th Ave, Office 6-112</p>
<p>Vancouver, BC, V5Z 1L3</p>
</address>
<a href="mailto:support@radiuma.ca" class="footer-email">support@radiuma.ca</a>
<a href="mailto:support@radiuma.com" class="footer-email">support@radiuma.com</a>
</div>
</div>
+1 -1
View File
@@ -3,7 +3,7 @@
<div class="navbar-container">
<a href="{% url 'pages:home' %}" class="navbar-brand" aria-label="Radiuma home">
<img src="{% static 'images/favicon-180.png' %}" alt="" class="brand-icon" width="34" height="34" aria-hidden="true" />
<img src="{% static 'images/favicon-180.png' %}" alt="" class="brand-icon" width="24" height="24" aria-hidden="true" />
<span class="brand-name">Radiuma</span>
</a>