Skip to content

Commit 3de898f

Browse files
authored
Fix: project path, favicon icon, image path.
1 parent deb6263 commit 3de898f

5 files changed

Lines changed: 3 additions & 3 deletions

File tree

219 KB
Loading

Projects/Realtime Currency Converter/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<!-- CSS File -->
99
<link rel="stylesheet" href="./style.css">
1010
<!-- Favicon -->
11-
<link rel="shortcut icon" href="../../img/CurrencyConverter.png" type="image/x-icon">
11+
<link rel="shortcut icon" href="./coinExchangeSticker.png" type="image/x-icon">
1212
</head>
1313
<body>
1414

img/CurrencyConverter.png

-60.6 KB
Binary file not shown.

img/projects/CurrencyConverter.png

63.6 KB
Loading

projects.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ const projects = [
3434
{
3535
"title":"Realtime Currency Converter",
3636
"tags":["HTML","CSS","JavaScript"],
37-
"img":"img/CurrencyConverter.png",
37+
"img":"img/projects/CurrencyConverter.png",
3838
"description":"This is a currency converter web application that fetches real-time data for currency conversion rates using HTML, CSS, and JavaScript. The application allows users to convert currencies by selecting the source currency and the target currency, and it provides an interface to easily switch between the two selected values.",
3939
"github-link":"https://github.com/Alkaison/Currency-Converter/",
40-
"project-link":"Projects/Realtime Currency Converter/index.html"
40+
"project-link":"Projects/Realtime%20Currency%20Converter/index.html"
4141
},
4242
{
4343
"title":"Coming Soon",

0 commit comments

Comments
 (0)