This repository was archived by the owner on Jan 2, 2023. It is now read-only.
File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -403,10 +403,10 @@ <h5 class="position">Position: Executive Director</h5>
403
403
< a href ="# "> < i class ="fab fa-facebook-f "> </ i > </ a >
404
404
</ div >
405
405
<!--position---->
406
- < h5 class ="position "> Position: Executive Director</ h5 >
406
+ < h5 class ="position "> Position Executive Director</ h5 >
407
407
<!--details--->
408
408
< 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
410
410
laboris nisi ut aliquip ex ea commodo consequat. -btn---->
411
411
< a href ="# " class ="view-work-btn "> View Work</ a >
412
412
</ div >
@@ -581,7 +581,7 @@ <h3>Branch locations</h3>
581
581
< div class ="box ">
582
582
< h3 > Want to Hear Us ?</ h3 >
583
583
< 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 >
585
585
586
586
</ div >
587
587
< div class ="box ">
Original file line number Diff line number Diff line change @@ -156,9 +156,9 @@ $(document).ready(function () {
156
156
157
157
158
158
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" ;
160
160
} )
161
161
162
162
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" ;
164
164
} )
You can’t perform that action at this time.
0 commit comments