fix: separate logo and hero icon

This commit is contained in:
mohamad
2026-08-03 16:29:25 +03:30
parent 04b6e9049e
commit 4fc4282f0f
45 changed files with 900 additions and 495 deletions
+7 -9
View File
@@ -8,12 +8,12 @@
<div class="footer-grid">
<div class="footer-brand-col">
<a href="{% url 'pages:home' %}" class="footer-logo" aria-label="Radiuma home">
<a href="{% url 'pages:home' %}" class="footer-logo" aria-label="Communication to Care home">
{% include "partials/_brand_icon.html" with placement="footer" %}
<span class="brand-name">Radiuma</span>
<span class="brand-name">Communication to Care</span>
</a>
<p class="footer-tagline">
Advancing medical imaging and radiomics research through innovative, standardized software solutions.
Turning complex medical-imaging evidence into clearer, reproducible research conversations.
</p>
{% include "partials/_contact_discord.html" with button_class="btn-ghost btn-sm" %}
</div>
@@ -22,7 +22,7 @@
<h3 class="footer-heading">Navigation</h3>
<ul class="footer-links" role="list">
<li><a href="{% url 'pages:home' %}">Home</a></li>
<li><a href="{% url 'pages:about' %}">What is Radiuma</a></li>
<li><a href="{% url 'pages:about' %}">What is Communication to Care</a></li>
<li><a href="{% url 'products:overview' %}">Products</a></li>
<li><a href="{% url 'pages:faq' %}">FAQ</a></li>
<li><a href="{% url 'pages:contact' %}">Contact</a></li>
@@ -37,7 +37,7 @@
<li><a href="{{ product.get_absolute_url }}">{{ product.name }}</a></li>
{% endfor %}
{% if footer_main_products_has_more %}
<li><a href="{% url 'products:main_product_detail' main_slug='radiuma' %}">more</a></li>
<li><a href="{% url 'products:overview' %}">More products</a></li>
{% endif %}
</ul>
</div>
@@ -55,12 +55,10 @@
<div class="footer-bottom">
<p class="footer-copy">
&copy; {% now "Y" %} Radiuma. All rights reserved.
&copy; {% now "Y" %} Communication to Care. All rights reserved.
</p>
<p class="footer-credit">
Developed at <a href="https://www.qurit.ca" target="_blank" rel="noopener noreferrer">Qurit Lab</a>,
<a href="https://www.ubc.ca" target="_blank" rel="noopener noreferrer">University of British Columbia</a>
&amp; <a href="https://www.bccrc.ca" target="_blank" rel="noopener noreferrer">BC Cancer Research Institute</a>
Research collaboration at <a href="https://com2care.com">com2care.com</a>
</p>
</div>