Skip to content

Commit

Permalink
Merge pull request #408 from VidhanThakur09/vidhan
Browse files Browse the repository at this point in the history
issue fixed in Wallpaper Section
aslams2020 authored Nov 8, 2024
2 parents 0688e74 + 780d578 commit bae7354
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
@@ -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>

0 comments on commit bae7354

Please sign in to comment.