Skip to content

Commit

Permalink
created a submission
Browse files Browse the repository at this point in the history
  • Loading branch information
Manisha2505 committed Feb 1, 2025
1 parent 4374960 commit 2f4a863
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 17 deletions.
29 changes: 13 additions & 16 deletions main.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.jsscript">
</script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
</head>
<body>
<body>
<div id="myCarousel" class="carousel slide">
<div class="carousel-inner">
<div class="first-slide carousel-item">
<div class="first-slide carousel-item active">
<img src="https://www.shutterstock.com/shutterstock/photos/119831752/display_1500/stock-photo-lake-and-palms-mahe-island-seychelles-119831752.jpg" class="d-block w-100" alt="...">
</div>
<div class="Second-slide carousel-item">
<img src="https://cdn.pixabay.com/photo/2024/03/05/22/04/bird-8615360_1280.jpg" class="d-block w-100" alt="...">
</div>
<div class="third-slide carousel-item active">
<div class="third-slide carousel-item">
<img src="https://cdn.pixabay.com/photo/2024/03/05/22/04/bird-8615360_1280.jpg" class="d-block w-100" alt="...">
</div>
<div class="fourth-slide carousel-item">
Expand All @@ -28,18 +28,15 @@
<img src="https://cdn.pixabay.com/photo/2024/03/05/22/04/bird-8615360_1280.jpg" class="d-block w-100" alt="...">
</div>
</div>
<a href="#myCarousel" class="carousel-control-prev glyphicon-chevron-left left carousel-control" type="button" data-bs-slide="prev" data-bs-target="#myCarousel">
<span class="glyphicon glyphicon-chevron-left"></span>
<span class="carousel-control-prev-icon" role="button" aria-hidden="true"></span>

<!-- <span class="visually-hidden">Previous</span> -->
</a>
<a href="#myCarousel" class="carousel-control-next glyphicon-chevron-right right carousel-control" type="button" data-bs-slide="next" data-bs-target="#myCarousel">
<button class="carousel-control-prev glyphicon-chevron-left left carousel-control" type="button" data-bs-target="#myCarousel" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next glyphicon-chevron-right right carousel-control" type="button" data-bs-target="#myCarousel" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="glyphicon glyphicon-chevron-right right" role="button"></span>
<!-- <span class="visually-hidden">Next</span> -->
</a>
<span class="visually-hidden">Next</span>
</button>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>
 </body>
</html>
2 changes: 1 addition & 1 deletion styles.css
Original file line number Diff line number Diff line change
@@ -1 +1 @@
/* Do not add any css, this is a bootstrap only assignment */
/* */

0 comments on commit 2f4a863

Please sign in to comment.