Skip to content

Commit

Permalink
Corrected image links
Browse files Browse the repository at this point in the history
Replaced "/images/" with "images/" so the images load correctly
  • Loading branch information
JasonWarrenUK authored Oct 1, 2023
1 parent 4e3537c commit 969cedf
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@ <h1 class="hero-h1">Pickpocket for Hire

<img
class="hand"
src="/images/hand .png"
src="images/hand .png"
alt="">


<img
class="slit-top"

src="/images/slit-top.png"
src="images/slit-top.png"
alt=""
>

Expand Down Expand Up @@ -86,7 +86,7 @@ <h3>Info Header: Do you want to play?</h3>
<div class="image-cropper image-1">
<img
class="purple-purse-image"
src="/images/purse-red.jpg"
src="images/purse-red.jpg"
width="200"
height="200"
al="target a lady's red purse">
Expand All @@ -109,7 +109,7 @@ <h3>another article</h3>
<div class="image-cropper image-2">
<img
class="white-purse-image"
src="/images/purse-white.jpg"
src="images/purse-white.jpg"
width="200"
height="200"
al="now target a lady's white purse">
Expand All @@ -127,14 +127,14 @@ <h2 class="center">Associates</h2>
<div class="associateHolder">
<div class="associate">
<img class="associateCard"
src="/images/associate-1.png"
src="images/associate-1.png"
width="170"
height="170"
alt="A card showing one of our associates"
/>

<img class="associatePocket"
src="/images/pocket-red.png"
src="images/pocket-red.png"
width="170"
height="170"
alt="A pocket"
Expand All @@ -151,14 +151,14 @@ <h3>Oliver twist</h3>
<div class="associateHolder">
<div class="associate">
<img class="associateCard"
src="/images/associate-2.png"
src="images/associate-2.png"
width="170"
height="170"
alt="A card showing one of our associates"
/>

<img class="associatePocket"
src="/images/pocket-blush.png"
src="images/pocket-blush.png"
width="170"
height="170"
alt="A pocket"
Expand All @@ -175,14 +175,14 @@ <h3>Oliver twist</h3>
<div class="associateHolder">
<div class="associate">
<img class="associateCard"
src="/images/associate-3.png"
src="images/associate-3.png"
width="170"
height="170"
alt="A card showing one of our associates"
/>

<img class="associatePocket"
src="/images/pocket-violet.png"
src="images/pocket-violet.png"
width="170"
height="170"
alt="A pocket"
Expand All @@ -199,14 +199,14 @@ <h3>Oliver twist</h3>
<div class="associateHolder">
<div class="associate">
<img class="associateCard"
src="/images/associate-4.png"
src="images/associate-4.png"
width="170"
height="170"
alt="A card showing one of our associates"
/>

<img class="associatePocket"
src="/images/pocket-red.png"
src="images/pocket-red.png"
width="170"
height="170"
alt="A pocket"
Expand All @@ -223,14 +223,14 @@ <h3>Oliver twist</h3>
<div class="associateHolder">
<div class="associate">
<img class="associateCard"
src="/images/associate-5.png"
src="images/associate-5.png"
width="170"
height="170"
alt="A card showing one of our associates"
/>

<img class="associatePocket"
src="/images/pocket-blush.png"
src="images/pocket-blush.png"
width="170"
height="170"
alt="A pocket"
Expand All @@ -247,14 +247,14 @@ <h3>Oliver twist</h3>
<div class="associateHolder">
<div class="associate">
<img class="associateCard"
src="/images/associate-6.png"
src="images/associate-6.png"
width="170"
height="170"
alt="A card showing one of our associates"
/>

<img class="associatePocket"
src="/images/pocket-violet.png"
src="images/pocket-violet.png"
width="170"
height="170"
alt="A pocket"
Expand Down Expand Up @@ -327,9 +327,9 @@ <h2>Contact</h2>
<h2>footer title </h2>

<div class="social-media-group center width-xl row justify-center">
<img src="/images/facebook.png" heigh="50" width="50">
<img src="/images/instagram.png" heigh="50" width="50">
<img src="/images/tiktok.png" heigh="40" width="40">
<img src="images/facebook.png" heigh="50" width="50">
<img src="images/instagram.png" heigh="50" width="50">
<img src="images/tiktok.png" heigh="40" width="40">
</div>

<p>More footer text</p>
Expand Down

0 comments on commit 969cedf

Please sign in to comment.