Skip to content

Commit

Permalink
update images path
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharzalte authored Jul 17, 2022
1 parent 7d6e1ed commit 7638b3d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ <h1 class="big-heading"><strong>Meet new and interseting dogs nearby.</strong></
<button type="button" class="btn btn-light btn-lg download-b"><i class="fa-brands fa-google-play"></i> Download</button>
</div>
<div class="col-lg-6">
<img class="title-img" src="images/iphone6.png" alt="ipone-mockup">
<img class="title-img" src="iphone6.png" alt="ipone-mockup">

</div>

Expand Down Expand Up @@ -97,12 +97,12 @@ <h3 class="feature-title"><strong>Guaranteed to work.</strong></h3>
<div class="carousel-inner">
<div class="carousel-item active">
<h2 class="testimonial-text">I no longer have to sniff other dogs for love. I've found the hottest Corgi on TinDog. Woof.</h2>
<img class="testimonial-img" src="images/dog-img.jpg" alt="dog-img">
<img class="testimonial-img" src="dog-img.jpg" alt="dog-img">
<em>Pebbles, New York</em>
</div>
<div class="carousel-item ">
<h2 class="testimonial-text">My dog used to be so lonely, but with TinDog's help, they've found the love of their life. I think.</h2>
<img class="testimonial-img" src="images/lady-img (1).jpg" alt="lady-profile">
<img class="testimonial-img" src="lady-img (1).jpg" alt="lady-profile">
<em>Beverly, Illinois</em>

</div>
Expand All @@ -121,9 +121,9 @@ <h2 class="testimonial-text">My dog used to be so lonely, but with TinDog's help
</section>
<section class="colored-section" id="press">
<img class="press-logo" src="images/TechCrunch.png" alt="tc-logo">
<img class="press-logo" src="images/tnw.png" alt="tnw-logo">
<img class="press-logo" src="images/bizinsider.png" alt="biz-insider-logo">
<img class="press-logo" src="images/mashable.png" alt="mashable-logo">
<img class="press-logo" src="tnw.png" alt="tnw-logo">
<img class="press-logo" src="bizinsider.png" alt="biz-insider-logo">
<img class="press-logo" src="mashable.png" alt="mashable-logo">


</section>
Expand Down

0 comments on commit 7638b3d

Please sign in to comment.