Skip to content

Commit

Permalink
fix: Fixes for img (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
CL-Keith authored May 24, 2024
2 parents f0d63c0 + e41a772 commit 2857e85
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<title>CL - Engineering Standards</title>
<link rel="stylesheet" href="styles.css" />
<link rel="icon" href="https://github.com/CirrusLabs-NPD/Engineering-Standards/blob/main/images/CL-Logo.jpg" type="image/x-icon" />
<link rel="icon" href="./images/CL-Logo.jpg" type="image/x-icon" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"
Expand All @@ -18,7 +18,7 @@
<div id="main-div-page">
<div id="sidebar" >
<div style="background-color: white;">
<img class="sidebar-logo" src="https://github.com/CirrusLabs-NPD/Engineering-Standards/blob/main/images/CL-Logo.jpg" alt="CL Logo" height="100" width="100"/>
<img class="sidebar-logo" src="./images/CL-Logo.jpg" alt="CL Logo" height="100" width="100"/>
</div>
<ul>
<li>
Expand Down
2 changes: 1 addition & 1 deletion mdfiles/introduction.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![Git](https://github.com/CirrusLabs-NPD/Engineering-Standards/blob/main/images/CL-Logo.jpg)
![Git](../images/CL-Logo.jpg)


## Introduction
Expand Down

0 comments on commit 2857e85

Please sign in to comment.