Skip to content

Commit

Permalink
issue fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
VidhanThakur09 committed Nov 8, 2024
1 parent 5f8cfe3 commit 780d578
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions wallpaper.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,62 +101,62 @@ <h3>Screen Size</h3>
<!-- Laptop Section -->
<div class="pic laptop">
<img src="images/laptop/lap1.jpg" alt="">
<button class="action" type="submit" onclick="window.open('images/desktop/lap1.jpg')">Download It</button>
<button class="action" type="submit" onclick="window.open('images/laptop/lap1.jpg')">Download It</button>
</div>
<div class="pic laptop">
<img src="images/laptop/lap1.jpg" alt="">
<button class="action" type="submit" onclick="window.open('images/desktop/lap2.jpg')">Download It</button>
<button class="action" type="submit" onclick="window.open('images/laptop/lap1.jpg')">Download It</button>
</div>
<div class="pic laptop">
<img src="images/laptop/lap2.jpg" alt="">
<button class="action" type="submit" onclick="window.open('images/desktop/lap2.jpg')">Download It</button>
<button class="action" type="submit" onclick="window.open('images/laptop/lap2.jpg')">Download It</button>
</div>
<div class="pic laptop">
<img src="images/laptop/lap3.jpg" alt="">
<button class="action" type="submit" onclick="window.open('images/desktop/lap3.jpg')">Download It</button>
<button class="action" type="submit" onclick="window.open('images/laptop/lap3.jpg')">Download It</button>
</div>
<div class="pic laptop">
<img src="images/laptop/lap4.jpg" alt="">
<button class="action" type="submit" onclick="window.open('images/desktop/lap4.jpg')">Download It</button>
<button class="action" type="submit" onclick="window.open('images/laptop/lap4.jpg')">Download It</button>
</div>
<div class="pic laptop">
<img src="images/laptop/lap5.jpg" alt="">
<button class="action" type="submit" onclick="window.open('images/desktop/lap5.jpg')">Download It</button>
<button class="action" type="submit" onclick="window.open('images/laptop/lap5.jpg')">Download It</button>
</div>
<!-- Tablet section -->

<div class="pic tablet">
<img src="images/tablet/tab1.jpg" alt="">
<button class="action" type="submit" onclick="window.open('images/desktop/tab1.jpg')">Download It</button>
<button class="action" type="submit" onclick="window.open('images/tablet/tab1.jpg')">Download It</button>
</div>
<div class="pic tablet">
<img src="images/tablet/tab2.jpg" alt="">
<button class="action" type="submit" onclick="window.open('images/desktop/tab2.jpg')">Download It</button>
<button class="action" type="submit" onclick="window.open('images/tablet/tab2.jpg')">Download It</button>
</div>
<div class="pic tablet">
<img src="images/tablet/tab3.jpg" alt="">
<button class="action" type="submit" onclick="window.open('images/desktop/tab3.jpg')">Download It</button>
<button class="action" type="submit" onclick="window.open('images/tablet/tab3.jpg')">Download It</button>
</div>
<div class="pic tablet">
<img src="images/tablet/tab4.jpg" alt="">
<button class="action" type="submit" onclick="window.open('images/desktop/tab4.jpg')">Download It</button>
<button class="action" type="submit" onclick="window.open('images/tablet/tab4.jpg')">Download It</button>
</div>
<!-- Mobile section -->
<div class="pic mobile">
<img src="images/mobile/phon1.png" alt="">
<button class="action" type="submit" onclick="window.open('images/desktop/phon1.jpg')">Download It</button>
<button class="action" type="submit" onclick="window.open('images/mobile/phon1.png')">Download It</button>
</div>
<div class="pic mobile">
<img src="images/mobile/phon2.png" alt="">
<button class="action" type="submit" onclick="window.open('images/desktop/phon2.jpg')">Download It</button>
<button class="action" type="submit" onclick="window.open('images/mobile/phon2.png')">Download It</button>
</div>
<div class="pic mobile">
<img src="images/mobile/phon3.png" alt="">
<button class="action" type="submit" onclick="window.open('images/desktop/phon3.jpg')">Download It</button>
<button class="action" type="submit" onclick="window.open('images/mobile/phon3.png')">Download It</button>
</div>
<div class="pic mobile">
<img src="images/mobile/phon4.png" alt="">
<button class="action" type="submit" onclick="window.open('images/desktop/phon4.jpg')">Download It</button>
<button class="action" type="submit" onclick="window.open('images/mobile/phon4.png')">Download It</button>
</div>
</div>
</div>
Expand Down

0 comments on commit 780d578

Please sign in to comment.