Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
sahajoydeep authored May 10, 2024
1 parent 12975c4 commit f0610e0
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
<link rel="stylesheet" href="index.css">
<link rel="stylesheet" href="dist/css/lightbox.css">
<script src="index.js"></script>
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />


<title>Wallpapers</title>
</head>
Expand All @@ -23,10 +25,10 @@
<img id="desktop" src="images/2084220.jpg" width="200">
<h1>Desktop Wallpaper</h1>
</header>
<div class="image-grid">
<div class="image-grid" data-aos="zoom-in-down">
<a href="images/image1.jpg" data-lightbox="images">
<img src="images/image1.jpg" alt="Image 1" class="image"></a>

<a href="images/image2.jpg" data-lightbox="images">
<img src="images/image2.jpg" alt="Image 2" class="image"></a>

Expand Down Expand Up @@ -68,6 +70,10 @@ <h1>Desktop Wallpaper</h1>
<footer class="display">
<p class="title-name">This page is orignally created by Joydeep Saha, 2nd Year BITS BSc CS Student.</p>
</body>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init();
</script>
<script src="dist/js/lightbox-plus-jquery.js"></script>

</html>

0 comments on commit f0610e0

Please sign in to comment.