Commit 95ff2fb3 authored by narendra's avatar narendra
Browse files

updated log

parent 3c70462f
Showing with 5 additions and 5 deletions
+5 -5
...@@ -260,7 +260,7 @@ section { ...@@ -260,7 +260,7 @@ section {
} }
.header .logo img { .header .logo img {
max-height: 40px; max-height: 70px;
margin-right: 6px; margin-right: 6px;
} }
...@@ -2089,7 +2089,7 @@ section { ...@@ -2089,7 +2089,7 @@ section {
} }
.footer .footer-content .footer-info .logo img { .footer .footer-content .footer-info .logo img {
max-height: 40px; max-height: 70px;
margin-right: 6px; margin-right: 6px;
} }
......
public/assets/img/n3Logo.png

25 KB

public/assets/img/n4Logo.png

33.5 KB

public/assets/img/n5Logo.png

29.4 KB

public/assets/img/n6Logo.png

29.4 KB

...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<meta content="" name="keywords"> <meta content="" name="keywords">
<!-- Favicons --> <!-- Favicons -->
<link href="./assets/img/n2Logo.png" rel="icon"> <link href="./assets/img/n6Logo.png" rel="icon">
<link href="./assets/img/apple-touch-icon.png" rel="apple-touch-icon"> <link href="./assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts --> <!-- Google Fonts -->
......
...@@ -10,7 +10,7 @@ export default function Footer() { ...@@ -10,7 +10,7 @@ export default function Footer() {
<div className="row gy-4"> <div className="row gy-4">
<div className="col-lg-5 col-md-12 footer-info"> <div className="col-lg-5 col-md-12 footer-info">
<a href="index.html" className="logo d-flex align-items-center"> <a href="index.html" className="logo d-flex align-items-center">
<img src="assets/img/n2Logo.png" alt="Novisync" /> <img src="assets/img/n6Logo.png" alt="Novisync" />
<span style={{color: '#002868'}}>Novisync</span> <span style={{color: '#002868'}}>Novisync</span>
</a> </a>
<p>An Industry Leader in Data Center, Cloud and Systems Integration.</p> <p>An Industry Leader in Data Center, Cloud and Systems Integration.</p>
......
...@@ -10,7 +10,7 @@ export default function TopNav() { ...@@ -10,7 +10,7 @@ export default function TopNav() {
<div className="container-fluid container-xl d-flex align-items-center justify-content-between"> <div className="container-fluid container-xl d-flex align-items-center justify-content-between">
<Link to="/" className="logo d-flex align-items-center"> <Link to="/" className="logo d-flex align-items-center">
<img src="assets/img/n2Logo.png" alt="Novisync" /> <img src="assets/img/n6Logo.png" alt="Novisync" />
<h1 className="d-flex align-items-center" style={{ color: '#002868' }}>Novisync</h1> <h1 className="d-flex align-items-center" style={{ color: '#002868' }}>Novisync</h1>
</Link> </Link>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment