Skip to content

Commit 995002d

Browse files
committed
Replace favicon and logo image across multiple HTML files for consistency
1 parent d4676cc commit 995002d

7 files changed

Lines changed: 11 additions & 11 deletions

File tree

about.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<meta name="author" content="Codevenient Consulting"/>
1414

1515
<title>Codevenient Consulting</title>
16-
<link rel="shortcut icon" type="image/icon" href="images/Favicon.PNG" />
16+
<link rel="shortcut icon" type="image/icon" href="images/logo.png" />
1717

1818
<!-- slider stylesheet -->
1919
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css" />
@@ -33,7 +33,7 @@
3333
<header class="header_section">
3434
<div class="container-fluid">
3535
<nav class="navbar navbar-expand-lg custom_nav-container pt-3">
36-
<a class="navbar-brand" href="index.html"><img src="images/Logo_transparent.PNG" alt="Codevenient Solutions Logo" /></a>
36+
<a class="navbar-brand" href="index.html"><img src="images/logo.png" alt="Codevenient Solutions Logo" /></a>
3737
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
3838
<span class="navbar-toggler-icon"></span>
3939
</button>

careers.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<meta name="author" content="Codevenient Consulting" />
1414

1515
<title>Codevenient Consulting</title>
16-
<link rel="shortcut icon" type="image/icon" href="images/Favicon.PNG" />
16+
<link rel="shortcut icon" type="image/icon" href="images/logo.png" />
1717

1818
<!-- slider stylesheet -->
1919
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css" />
@@ -36,7 +36,7 @@
3636
<header class="header_section">
3737
<div class="container-fluid">
3838
<nav class="navbar navbar-expand-lg custom_nav-container pt-3">
39-
<a class="navbar-brand" href="index.html"><img src="images/Logo_transparent.PNG" alt="Codevenient Consulting Logo" /></a>
39+
<a class="navbar-brand" href="index.html"><img src="images/logo.png" alt="Codevenient Consulting Logo" /></a>
4040
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
4141
<span class="navbar-toggler-icon"></span>
4242
</button>

images/favicon.png

-62.2 KB
Binary file not shown.

images/logo.png

3.38 KB
Loading

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<meta name="twitter:image" content="https://www.codevenience.online/images/preview.png" />
2626

2727
<!-- Favicon -->
28-
<link rel="shortcut icon" type="image/icon" href="images/Favicon.PNG" />
28+
<link rel="shortcut icon" type="image/icon" href="images/logo.png" />
2929

3030
<!-- Fonts and Styles -->
3131
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css" />
@@ -42,7 +42,7 @@
4242
"@type": "Organization",
4343
"name": "Codevenient Consulting",
4444
"url": "https://www.codevenience.online/",
45-
"logo": "https://www.codevenience.online/images/favicon.png",
45+
"logo": "https://www.codevenience.online/images/logo.png",
4646
"sameAs": [
4747
"https://www.linkedin.com/company/codevenient",
4848
"https://instagram.com/codevenientconsulting"
@@ -62,7 +62,7 @@
6262
<header class="header_section">
6363
<div class="container-fluid">
6464
<nav class="navbar navbar-expand-lg custom_nav-container pt-3">
65-
<a class="navbar-brand" href="#home"><img src="images/Logo_transparent.PNG" alt="Codevenient Consulting Logo" /></a>
65+
<a class="navbar-brand" href="#home"><img src="images/logo.png" alt="Codevenient Consulting Logo" /></a>
6666
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
6767
<span class="navbar-toggler-icon"></span>
6868
</button>

privacy_terms.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<meta name="author" content="Codevenient Consulting" />
1414

1515
<title>Codevenient Consulting</title>
16-
<link rel="shortcut icon" type="image/icon" href="images/Favicon.PNG" />
16+
<link rel="shortcut icon" type="image/icon" href="images/logo.png" />
1717

1818
<!-- slider stylesheet -->
1919
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css" />
@@ -36,7 +36,7 @@
3636
<header class="header_section">
3737
<div class="container-fluid">
3838
<nav class="navbar navbar-expand-lg custom_nav-container pt-3">
39-
<a class="navbar-brand" href="index.html"><img src="images/Logo_transparent.PNG" alt="Codevenient Consulting Logo" /></a>
39+
<a class="navbar-brand" href="index.html"><img src="images/logo.png" alt="Codevenient Consulting Logo" /></a>
4040
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
4141
<span class="navbar-toggler-icon"></span>
4242
</button>

projects.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<meta name="author" content="Codevenient Consulting" />
1414

1515
<title>Codevenient Consulting</title>
16-
<link rel="shortcut icon" type="image/icon" href="images/Favicon.PNG" />
16+
<link rel="shortcut icon" type="image/icon" href="images/logo.png" />
1717

1818
<!-- slider stylesheet -->
1919
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css" />
@@ -36,7 +36,7 @@
3636
<header class="header_section">
3737
<div class="container-fluid">
3838
<nav class="navbar navbar-expand-lg custom_nav-container pt-3">
39-
<a class="navbar-brand" href="index.html"><img src="images/Logo_transparent.PNG" alt="Codevenient Consulting Logo" /></a>
39+
<a class="navbar-brand" href="index.html"><img src="images/logo.png" alt="Codevenient Consulting Logo" /></a>
4040
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
4141
<span class="navbar-toggler-icon"></span>
4242
</button>

0 commit comments

Comments
 (0)