logo Problem fixed

Dieser Commit ist enthalten in:
Claude Project Manager
2025-07-12 23:01:40 +02:00
Ursprung d9c9942197
Commit 936db04523
19 geänderte Dateien mit 24 neuen und 225 gelöschten Zeilen

Datei anzeigen

@ -4,10 +4,10 @@
## Project Overview
- **Path**: `C:/Users/hendr/Desktop/IntelSight/Projektablage/Toolbox-Webseiten-Crawler`
- **Files**: 23 files
- **Size**: 98.9 KB
- **Last Modified**: 2025-07-12 20:11
- **Path**: `A:\GiTea\Toolbox-Webseiten-Crawler`
- **Files**: 29 files
- **Size**: 130.7 KB
- **Last Modified**: 2025-07-12 22:30
## Technology Stack
@ -37,6 +37,13 @@ src/
│ │ ├── globe.svg
│ │ ├── moon.svg
│ │ └── sun.svg
│ ├── logo/
│ │ ├── intelsight-full-dark.svg
│ │ ├── intelsight-full-light.svg
│ │ ├── intelsight-icon-transparent-dark.svg
│ │ ├── intelsight-name-dark.svg
│ │ ├── intelsight-name-light.svg
│ │ └── intelsight-name-transparent-dark.svg
│ └── styles/
│ ├── dark_theme.py
│ └── light_theme.py
@ -76,3 +83,4 @@ This project is managed with Claude Project Manager. To work with this project:
- README updated on 2025-07-12 20:10:48
- README updated on 2025-07-12 20:11:07
- README updated on 2025-07-12 20:11:21
- README updated on 2025-07-12 22:30:56

Datei anzeigen

@ -1,54 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="420" height="90" viewBox="0 0 420 90" xmlns="http://www.w3.org/2000/svg">
<defs>
<style>
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&amp;display=swap');
</style>
<!-- Accurate shield matching original -->
<g id="shield-eye-accurate">
<!-- Angular shield shape -->
<path d="M 35 30
L 65 30
L 75 40
L 75 80
L 50 115
L 25 80
L 25 40
L 35 30 Z"
fill="none"
stroke="currentColor"
stroke-width="3.5"
stroke-linejoin="miter"/>
<!-- Eye centered in shield -->
<g transform="translate(50, 65)">
<!-- Almond/football shaped eye -->
<ellipse cx="0" cy="0" rx="24" ry="13"
fill="none"
stroke="currentColor"
stroke-width="3.5"/>
<!-- Circular iris -->
<circle cx="0" cy="0" r="10"
fill="none"
stroke="currentColor"
stroke-width="3.5"/>
<!-- Pupil -->
<circle cx="0" cy="0" r="4" fill="currentColor"/>
</g>
</g>
</defs>
<!-- Dark version for website - NO BACKGROUND -->
<g transform="translate(5, 45)">
<!-- Shield centered vertically with text -->
<g transform="translate(0, -72.5)" color="white">
<use href="#shield-eye-accurate"/>
</g>
<!-- Text aligned with shield center -->
<text x="90" y="5" font-family="'Poppins', sans-serif" font-size="46" font-weight="600" fill="white">IntelSight</text>
<text x="90" y="35" font-family="'Poppins', sans-serif" font-size="12" font-weight="400" fill="white" letter-spacing="1.3">SICHERHEIT MADE IN GERMANY</text>
</g>
</svg>

Vorher

Breite:  |  Höhe:  |  Größe: 1.8 KiB

Datei anzeigen

@ -1,54 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="420" height="90" viewBox="0 0 420 90" xmlns="http://www.w3.org/2000/svg">
<defs>
<style>
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&amp;display=swap');
</style>
<!-- Accurate shield matching original -->
<g id="shield-eye-accurate">
<!-- Angular shield shape -->
<path d="M 35 30
L 65 30
L 75 40
L 75 80
L 50 115
L 25 80
L 25 40
L 35 30 Z"
fill="none"
stroke="currentColor"
stroke-width="3.5"
stroke-linejoin="miter"/>
<!-- Eye centered in shield -->
<g transform="translate(50, 65)">
<!-- Almond/football shaped eye -->
<ellipse cx="0" cy="0" rx="24" ry="13"
fill="none"
stroke="currentColor"
stroke-width="3.5"/>
<!-- Circular iris -->
<circle cx="0" cy="0" r="10"
fill="none"
stroke="currentColor"
stroke-width="3.5"/>
<!-- Pupil -->
<circle cx="0" cy="0" r="4" fill="currentColor"/>
</g>
</g>
</defs>
<!-- Light version -->
<g transform="translate(5, 45)">
<!-- Shield centered vertically with text -->
<g transform="translate(0, -72.5)" color="#232D53">
<use href="#shield-eye-accurate"/>
</g>
<!-- Text aligned with shield center -->
<text x="90" y="5" font-family="'Poppins', sans-serif" font-size="46" font-weight="600" fill="#232D53">IntelSight</text>
<text x="90" y="35" font-family="'Poppins', sans-serif" font-size="12" font-weight="400" fill="#232D53" letter-spacing="1.3">SICHERHEIT MADE IN GERMANY</text>
</g>
</svg>

Vorher

Breite:  |  Höhe:  |  Größe: 1.8 KiB

Datei anzeigen

@ -1,40 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="120" height="120" viewBox="0 0 120 120" xmlns="http://www.w3.org/2000/svg">
<!-- Shield only - dark version (white on transparent) -->
<g transform="translate(60, 60)">
<!-- Center the shield -->
<g transform="translate(-50, -72.5)">
<!-- Angular shield shape -->
<path d="M 35 30
L 65 30
L 75 40
L 75 80
L 50 115
L 25 80
L 25 40
L 35 30 Z"
fill="none"
stroke="white"
stroke-width="3.5"
stroke-linejoin="miter"/>
<!-- Eye centered in shield -->
<g transform="translate(50, 65)">
<!-- Almond/football shaped eye -->
<ellipse cx="0" cy="0" rx="24" ry="13"
fill="none"
stroke="white"
stroke-width="3.5"/>
<!-- Circular iris -->
<circle cx="0" cy="0" r="10"
fill="none"
stroke="white"
stroke-width="3.5"/>
<!-- Pupil -->
<circle cx="0" cy="0" r="4" fill="white"/>
</g>
</g>
</g>
</svg>

Vorher

Breite:  |  Höhe:  |  Größe: 1.2 KiB

Datei anzeigen

@ -1,10 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="450" height="100" viewBox="0 0 450 100" xmlns="http://www.w3.org/2000/svg">
<defs>
<style>
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&amp;display=swap');
</style>
<!-- Accurate shield matching original -->
<g id="shield-eye-accurate">
<!-- Angular shield shape -->
@ -17,7 +13,7 @@
L 25 40
L 35 30 Z"
fill="none"
stroke="currentColor"
stroke="white"
stroke-width="3.5"
stroke-linejoin="miter"/>
@ -26,17 +22,17 @@
<!-- Almond/football shaped eye -->
<ellipse cx="0" cy="0" rx="24" ry="13"
fill="none"
stroke="currentColor"
stroke="white"
stroke-width="3.5"/>
<!-- Circular iris -->
<circle cx="0" cy="0" r="10"
fill="none"
stroke="currentColor"
stroke="white"
stroke-width="3.5"/>
<!-- Pupil -->
<circle cx="0" cy="0" r="4" fill="currentColor"/>
<circle cx="0" cy="0" r="4" fill="white"/>
</g>
</g>
</defs>
@ -48,6 +44,6 @@
<use href="#shield-eye-accurate"/>
</g>
<!-- Text aligned with shield center - NO TAGLINE -->
<text x="90" y="5" font-family="'Poppins', sans-serif" font-size="46" font-weight="600" fill="white">IntelSight</text>
<text x="90" y="5" font-family="Arial, sans-serif" font-size="46" font-weight="600" fill="white">IntelSight</text>
</g>
</svg>

Vorher

Breite:  |  Höhe:  |  Größe: 1.7 KiB

Nachher

Breite:  |  Höhe:  |  Größe: 1.5 KiB

Datei anzeigen

@ -1,10 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="450" height="100" viewBox="0 0 450 100" xmlns="http://www.w3.org/2000/svg">
<defs>
<style>
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&amp;display=swap');
</style>
<!-- Accurate shield matching original -->
<g id="shield-eye-accurate">
<!-- Angular shield shape -->
@ -17,7 +13,7 @@
L 25 40
L 35 30 Z"
fill="none"
stroke="currentColor"
stroke="#232D53"
stroke-width="3.5"
stroke-linejoin="miter"/>
@ -26,17 +22,17 @@
<!-- Almond/football shaped eye -->
<ellipse cx="0" cy="0" rx="24" ry="13"
fill="none"
stroke="currentColor"
stroke="#232D53"
stroke-width="3.5"/>
<!-- Circular iris -->
<circle cx="0" cy="0" r="10"
fill="none"
stroke="currentColor"
stroke="#232D53"
stroke-width="3.5"/>
<!-- Pupil -->
<circle cx="0" cy="0" r="4" fill="currentColor"/>
<circle cx="0" cy="0" r="4" fill="#232D53"/>
</g>
</g>
</defs>
@ -48,6 +44,6 @@
<use href="#shield-eye-accurate"/>
</g>
<!-- Text aligned with shield center - NO TAGLINE -->
<text x="90" y="5" font-family="'Poppins', sans-serif" font-size="46" font-weight="600" fill="#232D53">IntelSight</text>
<text x="90" y="5" font-family="Arial, sans-serif" font-size="46" font-weight="600" fill="#232D53">IntelSight</text>
</g>
</svg>

Vorher

Breite:  |  Höhe:  |  Größe: 1.7 KiB

Nachher

Breite:  |  Höhe:  |  Größe: 1.5 KiB

Datei anzeigen

@ -1,53 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="450" height="100" viewBox="0 0 450 100" xmlns="http://www.w3.org/2000/svg">
<defs>
<style>
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&amp;display=swap');
</style>
<!-- Accurate shield matching original -->
<g id="shield-eye-accurate">
<!-- Angular shield shape -->
<path d="M 35 30
L 65 30
L 75 40
L 75 80
L 50 115
L 25 80
L 25 40
L 35 30 Z"
fill="none"
stroke="currentColor"
stroke-width="3.5"
stroke-linejoin="miter"/>
<!-- Eye centered in shield -->
<g transform="translate(50, 65)">
<!-- Almond/football shaped eye -->
<ellipse cx="0" cy="0" rx="24" ry="13"
fill="none"
stroke="currentColor"
stroke-width="3.5"/>
<!-- Circular iris -->
<circle cx="0" cy="0" r="10"
fill="none"
stroke="currentColor"
stroke-width="3.5"/>
<!-- Pupil -->
<circle cx="0" cy="0" r="4" fill="currentColor"/>
</g>
</g>
</defs>
<!-- Dark version for website - NO BACKGROUND, NO TAGLINE -->
<g transform="translate(20, 50)">
<!-- Shield centered vertically with text -->
<g transform="translate(0, -72.5)" color="white">
<use href="#shield-eye-accurate"/>
</g>
<!-- Text aligned with shield center - NO TAGLINE -->
<text x="90" y="5" font-family="'Poppins', sans-serif" font-size="46" font-weight="600" fill="white">IntelSight</text>
</g>
</svg>

Vorher

Breite:  |  Höhe:  |  Größe: 1.7 KiB

Datei anzeigen

@ -183,7 +183,7 @@ QCheckBox::indicator:hover {
QCheckBox::indicator:checked {
background-color: #00D4FF;
border: 2px solid #00D4FF;
image: url(src/resources/icons/check.svg);
image: url(./src/resources/icons/check.svg);
padding: 2px;
}

Datei anzeigen

@ -191,7 +191,7 @@ QCheckBox::indicator:hover {
QCheckBox::indicator:checked {
background-color: #00D4FF;
border: 2px solid #00D4FF;
image: url(src/resources/icons/check.svg);
image: url(./src/resources/icons/check.svg);
padding: 2px;
}

Binäre Datei nicht angezeigt.