Skip to content
This repository was archived by the owner on Jan 2, 2023. It is now read-only.

Commit 4b0b840

Browse files
bugfix
1 parent c6347a0 commit 4b0b840

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -403,10 +403,10 @@ <h5 class="position">Position: Executive Director</h5>
403403
<a href="#"><i class="fab fa-facebook-f"></i></a>
404404
</div>
405405
<!--position---->
406-
<h5 class="position">Position: Executive Director</h5>
406+
<h5 class="position">Position Executive Director</h5>
407407
<!--details--->
408408
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut
409-
labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco
409+
labore et doloniam, quis nostrud exercitation ullamco
410410
laboris nisi ut aliquip ex ea commodo consequat. -btn---->
411411
<a href="#" class="view-work-btn">View Work</a>
412412
</div>
@@ -581,7 +581,7 @@ <h3>Branch locations</h3>
581581
<div class="box">
582582
<h3>Want to Hear Us ?</h3>
583583
<p>Tune-In</p>
584-
<a class="spot"><img class="spotimg" src="/images/spotify.png"></a>
584+
<a class="spot"><img class="spotimg" src="images/spotify.png"></a>
585585

586586
</div>
587587
<div class="box">

js/script.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,9 @@ $(document).ready(function () {
156156

157157

158158
let x = document.querySelector(".spot").addEventListener("mouseover", function () {
159-
let y = document.querySelector(".spotimg").src = "/images/spotify_hover.png";
159+
let y = document.querySelector(".spotimg").src = "images/spotify_hover.png";
160160
})
161161

162162
let a = document.querySelector(".spot").addEventListener("mouseout", function () {
163-
let b = document.querySelector(".spotimg").src = "/images/spotify.png";
163+
let b = document.querySelector(".spotimg").src = "images/spotify.png";
164164
})

0 commit comments

Comments
 (0)