logo changed

logo changed, in dashboard, headers and index.html
PRE-PRODUCTION-2026
Mazdak Gibran 5 days ago
parent 815357c9ca
commit 387002c494

@ -21,7 +21,7 @@
<div class="col-md-8 col-lg-6 col-xl-3-4">
<div class="card">
<div class="bg-primary bg-soft text-center py-3 mt-2">
<img src="assets/images/logo.png" class="img-fluid mb-2" height="120" width="150" alt="Logo">
<img src="assets/images/aConnect-new.png" class="img-fluid mb-2" height="200" width="250" alt="Logo">
</div>
<!-- <h2 class="text-center fw-semibold my-3">
aConnect

@ -7,8 +7,8 @@
content: "";
position: absolute;
inset: 0;
background: url('/assets/images/logo.png') center / contain no-repeat;
background-size: 350px;
opacity: 0.5; /* less transparent */
background: url('/assets/images/aConnect-new.png') center / contain no-repeat;
background-size: 450px;
opacity: 0.6; /* less transparent */
z-index: -1;
}

@ -9,18 +9,18 @@
<div class="navbar-brand-box bg-primary me-2">
<a routerLink="/home/dashboard" class="logo logo-dark">
<span class="logo-sm">
<img src="assets/images/mfsys-logo.png" alt="Logo" height="30" />
<img src="assets/images/aConnect-lgs.png" alt="Logo" height="30" />
</span>
<span class="logo-lg">
<img src="assets/images/mfsys-logoo.png" alt="Logo" height="60" />
<img src="assets/images/aConnect-new.png" alt="Logo" height="60" />
</span>
</a>
<a routerLink="/home/dashboard" class="logo logo-light">
<span class="logo-sm">
<img src="assets/images/mfsys-logo.png" alt="Logo" height="30" />
<img src="assets/images/aConnect-new.png" alt="Logo" height="30" />
</span>
<span class="logo-lg">
<img src="assets/images/mfsys-logoo.png" alt="Logo" height="60" />
<img src="assets/images/aConnect-new.png" alt="Logo" height="60" />
</span>
</a>
</div>

@ -211,7 +211,7 @@
"userNameRequired": "User name is required",
"userNamePattterenError": "Only lower case alphabets and numbers are allowed",
"PasswordRequired": "Password is required",
"copyRightsReserved": "Copyright © {{currentYearLong}} MFSYS Technologies. All rights reserved.",
"copyRightsReserved": "Copyright © {{currentYearLong}} MFSYS Technologies. All Rights Reserved.",
"versionAndBuildNumber": "Version {{versionNumber}} Build {{buildNumber}}",
"versionBuildDate": "+ Build Date {{date}}",
"date": "Date",

Binary file not shown.

After

Width:  |  Height:  |  Size: 212 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

@ -5,7 +5,7 @@
<title>aConnect</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="assets/images/mfsys-logo.png">
<link rel="icon" type="image/png" href="assets/images/aConnect-lgs.png">
</head>
<body>
<app-root></app-root>

Loading…
Cancel
Save