Commit 3c70462f authored by narendra's avatar narendra
Browse files

updated code

parent 3b57e75d
No related merge requests found
Showing with 6 additions and 6 deletions
+6 -6
......@@ -19,7 +19,7 @@
/* Colors */
:root {
--color-default: #2b180d;
--color-primary: #BF0A30;
--color-primary: #1f98d1;
--color-secondary: #002868;
}
......
public/assets/img/n2Logo.png

29.5 KB

......@@ -10,7 +10,7 @@
<meta content="" name="keywords">
<!-- Favicons -->
<link href="./assets/img/nLogo.png" rel="icon">
<link href="./assets/img/n2Logo.png" rel="icon">
<link href="./assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
......
......@@ -10,8 +10,8 @@ export default function Footer() {
<div className="row gy-4">
<div className="col-lg-5 col-md-12 footer-info">
<a href="index.html" className="logo d-flex align-items-center">
<img src="assets/img/nLogo.png" alt="Novisync" />
<span style={{color: '#BF0A30'}}>Novisync</span>
<img src="assets/img/n2Logo.png" alt="Novisync" />
<span style={{color: '#002868'}}>Novisync</span>
</a>
<p>An Industry Leader in Data Center, Cloud and Systems Integration.</p>
<div className="social-links d-flex mt-3">
......
......@@ -10,8 +10,8 @@ export default function TopNav() {
<div className="container-fluid container-xl d-flex align-items-center justify-content-between">
<Link to="/" className="logo d-flex align-items-center">
<img src="assets/img/nLogo.png" alt="Novisync" />
<h1 className="d-flex align-items-center" style={{ color: '#BF0A30' }}>Novisync</h1>
<img src="assets/img/n2Logo.png" alt="Novisync" />
<h1 className="d-flex align-items-center" style={{ color: '#002868' }}>Novisync</h1>
</Link>
<i style={{ color: '#013E7B' }} className="mobile-nav-toggle mobile-nav-show bi bi-list"></i>
......
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