-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
536c901
commit 3b69f26
Showing
2 changed files
with
74 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<!-- Required meta tags --> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | ||
|
||
<!-- Bootstrap CSS --> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous"> | ||
|
||
<title>Homepage - Library.id</title> | ||
</head> | ||
<body style="background-color: rgb(243, 243, 243);"> | ||
<!-- Navbar --> | ||
<nav class="navbar navbar-expand-lg navbar-dark bg-danger"> | ||
<a class="navbar-brand" href="#">Library.id</a> | ||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation"> | ||
<span class="navbar-toggler-icon"></span> | ||
</button> | ||
<div class="collapse navbar-collapse justify-content-center" id="navbarNav"> | ||
<ul class="navbar-nav"> | ||
<li class="nav-item active"> | ||
<a class="nav-link" href="homepage.html">Home<span class="sr-only">(current)</span></a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="Pendaftaran.html">Kategori</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="Produk.html">Buku</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="Produk.html">Profil</a> | ||
</li> | ||
</ul> | ||
</div> | ||
<a href="#" class="btn btn-outline-light mr-2">Logout</a> | ||
</nav><br> | ||
|
||
<!-- Carousel --> | ||
<section> | ||
<div class="container"> | ||
<div id="carouselExampleCaptions" class="carousel slide" data-ride="carousel"> | ||
<ol class="carousel-indicators"> | ||
<li data-target="#carouselExampleCaptions" data-slide-to="0" class="active"></li> | ||
<li data-target="#carouselExampleCaptions" data-slide-to="1"></li> | ||
</ol> | ||
<div class="carousel-inner"> | ||
<div class="carousel-item active"> | ||
<img src="laravel1.JPG" class="d-block w-100" width="100px"> | ||
<div class="carousel-caption d-none d-md-block"></div> | ||
</div> | ||
<div class="carousel-item"> | ||
<img src="laravel1.JPG" class="d-block w-100" width="100px"> | ||
<div class="carousel-caption d-none d-md-block"></div> | ||
</div> | ||
</div> | ||
<a class="carousel-control-prev" href="#carouselExampleCaptions" role="button" data-slide="prev"> | ||
<span class="carousel-control-prev-icon" aria-hidden="true"></span> | ||
<span class="sr-only">Previous</span> | ||
</a> | ||
<a class="carousel-control-next" href="#carouselExampleCaptions" role="button" data-slide="next"> | ||
<span class="carousel-control-next-icon" aria-hidden="true"></span> | ||
<span class="sr-only">Next</span> | ||
</a> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
|
||
<!-- Option 1: Bootstrap Bundle with Popper --> | ||
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx" crossorigin="anonymous"></script> | ||
</body> | ||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.