feat(branding): Dodanie oficjalnego logo Izby Norda
- Logo w headerze (zastąpienie generycznej ikony SVG) - Logo w footerze (nad nazwą "Norda Biznes Hub") - Logo pobrane lokalnie do static/img/ dla wydajności Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
9f47d7b5c9
commit
4a03638c74
1
static/img/norda-logo.svg
Normal file
1
static/img/norda-logo.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 9.0 KiB |
@ -934,9 +934,7 @@
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<nav role="navigation" aria-label="Main navigation">
|
<nav role="navigation" aria-label="Main navigation">
|
||||||
<a href="{{ url_for('index') }}" class="nav-brand" aria-label="Norda Biznes Home">
|
<a href="{{ url_for('index') }}" class="nav-brand" aria-label="Norda Biznes Home">
|
||||||
<svg width="32" height="32" viewBox="0 0 32 32" fill="currentColor">
|
<img src="{{ url_for('static', filename='img/norda-logo.svg') }}" alt="Norda Biznes" height="36" style="object-fit: contain;">
|
||||||
<path d="M16 2L2 9v14l14 7 14-7V9L16 2zm0 3.5L25.5 10 16 14.5 6.5 10 16 5.5zm-11 6.8l10 5v9.4l-10-5v-9.4zm12 14.4v-9.4l10-5v9.4l-10 5z"/>
|
|
||||||
</svg>
|
|
||||||
<span>Norda Biznes Hub</span>
|
<span>Norda Biznes Hub</span>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
@ -1240,6 +1238,7 @@
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="footer-content">
|
<div class="footer-content">
|
||||||
<div class="footer-section">
|
<div class="footer-section">
|
||||||
|
<img src="{{ url_for('static', filename='img/norda-logo.svg') }}" alt="Norda Biznes" height="48" style="margin-bottom: 12px; display: block;">
|
||||||
<h3>Norda Biznes Hub</h3>
|
<h3>Norda Biznes Hub</h3>
|
||||||
<p>Platforma networkingu Regionalnej Izby Przedsiębiorców Norda Biznes - współpraca biznesowa i kontakty.</p>
|
<p>Platforma networkingu Regionalnej Izby Przedsiębiorców Norda Biznes - współpraca biznesowa i kontakty.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user