Testing image deploy - Changed site logo
Some checks failed
Sonar / SonarQube (push) Failing after 14s
Sonar / Docker stuff (push) Has been skipped

This commit is contained in:
Liviu Burcusel 2025-12-11 12:28:37 +01:00
parent 12ac7f1fd6
commit af3ddbf0c8
Signed by: liviu
GPG key ID: 6CDB37A4AD2C610C
4 changed files with 20 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

View file

@ -0,0 +1,19 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 282 282" width="282" height="282">
<style>
circle,
path{fill:none;stroke:#000;stroke-width:15}
path{stroke-width:25}
.white{stroke:#ccc}
.red{stroke:#AD1D25}
.blue{stroke:#1E4785}
</style>
<g transform="translate(50 6)">
<path d="M58 168V70a50 50 0 0 1 50-50h20" class="red"/>
<path d="M58 236v-100a50 50 0 0 1 50-50h20" class="white"/>
<path d="M58 236v-30a50 50 0 0 1 50-50h20" class="blue"/>
<circle cx="142" cy="20" r="18" class="red"/>
<circle cx="142" cy="88" r="18" class="white"/>
<circle cx="142" cy="156" r="18" class="blue"/>
<circle cx="58" cy="250" r="18" class="blue"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 709 B

View file

@ -21,7 +21,7 @@ const toggleMenu = () => {
</button>
<nuxt-link to="/" class="layout-topbar-logo">
<img src="@/assets/images/logo.png" alt="Two stick silhouettes admiring fireworks in the sky" />
<img src="@/assets/images/logo.svg" alt="Git like tree using red, white-ish and blue colours." />
<span>Glowing Fiesta</span>
</nuxt-link>
</div>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 9.9 KiB

Before After
Before After