Skip to content

Commit c88bc61

Browse files
committed
fix image urls
1 parent 99c805c commit c88bc61

File tree

7 files changed

+10
-12
lines changed

7 files changed

+10
-12
lines changed

062-exchange rate calculator/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<body>
1010
<div class="wrapper">
1111
<img
12-
src="https://image.flaticon.com/icons/svg/3915/3915722.svg"
12+
src="https://i.ibb.co/rvJd2XR/rate.png"
1313
alt="Exchange Rate Calculator"
1414
class="money-img"
1515
/>

066-meal finder/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<div class="header">
1818
<div class="flex">
1919
<img
20-
src="https://image.flaticon.com/icons/svg/1397/1397179.svg"
20+
src="https://i.ibb.co/ZKCTJ9b/728985-fish-cooking-food-kitchen-meal-icon.png"
2121
alt="Meal Finder"
2222
/>
2323
<h1>Meal Finder</h1>

066-meal finder/style.css

+3-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ body {
2929
}
3030

3131
.header img {
32-
width: 24px;
33-
width: 24px;
32+
width: 32px;
33+
width: 32px;
3434
}
3535

3636
.header h1 {
@@ -49,6 +49,7 @@ body {
4949

5050
.flex {
5151
display: flex;
52+
align-items: center;
5253
}
5354

5455
input,

067-expense tracker/index.html

+1-4
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,7 @@ <h1>Expense Tracker</h1>
1717

1818
<div class="container">
1919
<div class="header">
20-
<img
21-
src="https://image.flaticon.com/icons/svg/3176/3176361.svg"
22-
alt="Expense Tracker"
23-
/>
20+
<img src="https://i.ibb.co/jfScDTC/budget.png" alt="Expense Tracker" />
2421
<div class="balance-container">
2522
<h2>Your Balance</h2>
2623
<h2 id="balance" class="balance">$0.00</h2>

078-speak number guessing game/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</head>
1111
<body>
1212
<img
13-
src="https://image.flaticon.com/icons/svg/3787/3787697.svg"
13+
src="https://i.ibb.co/Kb6SkTm/8399350-mic-microphone-audio-icon.png"
1414
alt="Speak"
1515
/>
1616
<h1>Guess a Number Between 1 - 100</h1>

078-speak number guessing game/style.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ body * {
3535
}
3636

3737
img {
38-
width: 16rem;
39-
height: 16rem;
38+
width: 8rem;
39+
height: 8rem;
4040
}
4141

4242
h1,

082-parallax landing page/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ <h1>Don't just start. Continue. Ship. Repeat.</h1>
2525
<section class="section section-stream">
2626
<img
2727
class="play rellax"
28-
src="https://image.flaticon.com/icons/svg/4069/4069204.svg"
28+
src="https://i.ibb.co/Fn2SWJh/play.png"
2929
alt="Play"
3030
data-rellax-speed="0"
3131
data-rellax-xs-speed="-5"

0 commit comments

Comments
 (0)