update logos

This commit is contained in:
2026-01-04 16:37:40 +01:00
parent bc7130c10e
commit 12e491c838
4 changed files with 15 additions and 18 deletions

BIN
drawio.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

BIN
gittea.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

BIN
mian logo.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

View File

@@ -5,7 +5,7 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ASF Infrastructure Monitor</title> <title>ASF Infrastructure Monitor</title>
<link rel="icon" type="image/png" href="/static/app logo.png"> <link rel="icon" type="image/png" href="/static/mian logo.jpg">
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script> <script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<link href="https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;700&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;700&display=swap" rel="stylesheet">
@@ -41,12 +41,16 @@
text-align: center; text-align: center;
margin-bottom: 50px; margin-bottom: 50px;
animation: fadeInDown 0.8s ease-out; animation: fadeInDown 0.8s ease-out;
display: flex;
flex-direction: column;
align-items: center;
} }
.header-logo { .header-logo {
height: 80px; height: 100px;
margin-bottom: 15px; margin-bottom: 20px;
filter: drop-shadow(0 0 10px rgba(56, 189, 248, 0.3)); border-radius: 12px;
box-shadow: 0 0 20px rgba(56, 189, 248, 0.2);
} }
h1 { h1 {
@@ -66,6 +70,7 @@
header p { header p {
color: var(--text-dim); color: var(--text-dim);
font-size: 1.1rem; font-size: 1.1rem;
margin-top: 0;
} }
.dashboard-grid { .dashboard-grid {
@@ -265,16 +270,8 @@
margin-top: 50px; margin-top: 50px;
padding: 20px; padding: 20px;
border-top: 1px solid var(--glass-border); border-top: 1px solid var(--glass-border);
} color: var(--text-dim);
font-size: 0.9rem;
.footer-logo {
height: 60px;
opacity: 0.8;
transition: opacity 0.3s ease;
}
.footer-logo:hover {
opacity: 1;
} }
@keyframes fadeInDown { @keyframes fadeInDown {
@@ -332,7 +329,7 @@
</div> </div>
<header> <header>
<img src="/static/app image.png" alt="ASF Logo" class="header-logo"> <img src="/static/mian logo.jpg" alt="Company Logo" class="header-logo">
<h1>ASF Infrastructure Monitor</h1> <h1>ASF Infrastructure Monitor</h1>
<p>Real-time system health and service availability</p> <p>Real-time system health and service availability</p>
</header> </header>
@@ -437,7 +434,7 @@
</div> </div>
<footer> <footer>
<img src="/static/Nabd.png" alt="Nabd Logo" class="footer-logo"> <p>&copy; 2026 ASF Infrastructure Monitor. All rights reserved.</p>
</footer> </footer>
<script> <script>
@@ -548,9 +545,9 @@
function getServiceLogo(name) { function getServiceLogo(name) {
const logos = { const logos = {
'Gitea': 'https://gitea.io/images/gitea.png', 'Gitea': '/static/gittea.png',
'OpenProject': '/static/openproject_files/openproject-logo-centered-blue-background-d7fcb3fb.png', 'OpenProject': '/static/openproject_files/openproject-logo-centered-blue-background-d7fcb3fb.png',
'Draw.io': 'https://app.diagrams.net/images/logo-flat.svg', 'Draw.io': '/static/drawio.webp',
'TestArena': '/static/testarena.png', 'TestArena': '/static/testarena.png',
'TBM': '/static/tbm.ico', 'TBM': '/static/tbm.ico',
'Board': 'https://excalidraw.com/favicon-32x32.png', 'Board': 'https://excalidraw.com/favicon-32x32.png',