You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			193 lines
		
	
	
		
			9.5 KiB
		
	
	
	
		
			HTML
		
	
			
		
		
	
	
			193 lines
		
	
	
		
			9.5 KiB
		
	
	
	
		
			HTML
		
	
| <!doctype html>
 | |
| <html lang="en">
 | |
|   <head>
 | |
|     <title>Title</title>
 | |
|     <!-- 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/bootstrap@4.6.2/dist/css/bootstrap.min.css" integrity="sha384-xOolHFLEh07PJGoPkLv1IbcEPTNtaed2xpHsD9ESMhqIYd0nLMwNLD69Npy4HI+N" crossorigin="anonymous">
 | |
|     <!-- Font -->
 | |
|     <link rel="preconnect" href="https://fonts.googleapis.com">
 | |
|     <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
 | |
|     <link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
 | |
|     <!-- External CSS -->
 | |
|     <link rel="stylesheet" href="index.css">
 | |
|   </head>
 | |
|   <body>
 | |
|     <header>
 | |
|         <nav id="navbar" class="navbar navbar-expand-lg navbar-light bg-light">
 | |
|             <div class="container-fluid mx-5">
 | |
|             <a class="navbar-brand" href="#"><img src="images/logo.png" alt=""></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-end" id="navbarNav">
 | |
|               <ul class="navbar-nav" id="navbar-col">
 | |
|                 <li class="nav-item active">
 | |
|                   <a class="nav-link" href="#">Home <span class="sr-only">(current)</span></a>
 | |
|                 </li>
 | |
|                 <li class="nav-item">
 | |
|                   <a class="nav-link" href="#">Gallery</a>
 | |
|                 </li>
 | |
|                 <li class="nav-item">
 | |
|                   <a class="nav-link" href="#">Contact</a>
 | |
|                 </li>
 | |
|               </ul>
 | |
|             </div>
 | |
|             </div>
 | |
|           </nav>
 | |
|     </header>
 | |
|     <section id="landing">
 | |
|         <div class="landing-container row">
 | |
|             <div class="container-info">
 | |
|             <h1 class="">Replace This With Your Title</h1>
 | |
|             <p class="mt-4">You can use this section to narrate a short description for the title or page.</p>
 | |
|             <button class="btn-1 mt-5">Get Started</button>
 | |
|         </div>
 | |
|     </section>
 | |
|     <section id="gallery" class="text-center mt-cus">
 | |
|         <div>
 | |
|             <h1 class="h1-cus">GALLERY</h1>
 | |
|             <p class="col col-md-8 col-lg-7 mx-auto p1-cus mt-3">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.</p>
 | |
|         </div>
 | |
|     </section>
 | |
|     <!-- Carousel -->
 | |
|     <section id="carousel-1">
 | |
|       <div class="container-fluid">
 | |
|         <div class="container-carousel-1 container">
 | |
|           <div class="container-info-1 pt-lg-5">
 | |
|             <h1 class="h1-cus">ALBUM 1</h1>
 | |
|             <p class="p1-cus">Lorem ipsum dolor sit amet, consectetur adipiscing elit</p>
 | |
|           </div>
 | |
|           <div class="carousel-container container-fluid">
 | |
|             <div id="carouselExampleControls" class="carousel slide" data-ride="carousel">
 | |
|               <div class="carousel-inner">
 | |
|                 <div class="carousel-item active">
 | |
|                   <img src="images/album1-1.png" class="d-block w-100 img-fluid" alt="...">
 | |
|                 </div>
 | |
|                 <div class="carousel-item">
 | |
|                   <img src="images/album1-2.png" class="d-block w-100 img-fluid" alt="...">
 | |
|                 </div>
 | |
|                 <div class="carousel-item">
 | |
|                   <img src="images/album1-3.png" class="d-block w-100 img-fluid" alt="...">
 | |
|                 </div>
 | |
|               </div>
 | |
|              <button class="carousel-control-prev" type="button" data-target="#carouselExampleControls" data-slide="prev">
 | |
|                 <span class="carousel-control-prev-icon" aria-hidden="true"></span>
 | |
|                 <span class="sr-only">Previous</span>
 | |
|               </button>
 | |
|               <button class="carousel-control-next" type="button" data-target="#carouselExampleControls" data-slide="next">
 | |
|                 <span class="carousel-control-next-icon" aria-hidden="true"></span>
 | |
|                 <span class="sr-only">Next</span>
 | |
|               </button>
 | |
|             </div>
 | |
|       </div>
 | |
|     </section>
 | |
|     <section id="carousel-1">
 | |
|       <div class="container-fluid">
 | |
|         <div class="container-carousel-1 container">
 | |
|           <div class="container-info-1 pt-lg-5">
 | |
|             <h1 class="h1-cus">ALBUM 2</h1>
 | |
|             <p class="p1-cus">Lorem ipsum dolor sit amet, consectetur adipiscing elit</p>
 | |
|           </div>
 | |
|           <div class="carousel-container">
 | |
|             <div id="carouselExampleControls1" class="carousel slide" data-ride="carousel">
 | |
|               <div class="carousel-inner">
 | |
|                 <div class="carousel-item active">
 | |
|                   <img src="images/album2-1.png" class="d-block w-100 img-fluid" alt="...">
 | |
|                 </div>
 | |
|                 <div class="carousel-item">
 | |
|                   <img src="images/album2-2.png" class="d-block w-100 img-fluid" alt="...">
 | |
|                 </div>
 | |
|                 <div class="carousel-item">
 | |
|                   <img src="images/album2-3.png" class="d-block w-100 img-fluid" alt="...">
 | |
|                 </div>
 | |
|               </div>
 | |
|              <button class="carousel-control-prev" type="button" data-target="#carouselExampleControls1" data-slide="prev">
 | |
|                 <span class="carousel-control-prev-icon" aria-hidden="true"></span>
 | |
|                 <span class="sr-only">Previous</span>
 | |
|               </button>
 | |
|               <button class="carousel-control-next" type="button" data-target="#carouselExampleControls1" data-slide="next">
 | |
|                 <span class="carousel-control-next-icon" aria-hidden="true"></span>
 | |
|                 <span class="sr-only">Next</span>
 | |
|               </button>
 | |
|             </div>
 | |
|       </div>
 | |
|     </section>
 | |
|     <section id="carousel-1">
 | |
|       <div class="container-fluid">
 | |
|         <div class="container-carousel-1 container">
 | |
|           <div class="container-info-1 pt-lg-5">
 | |
|             <h1 class="h1-cus">ALBUM 3</h1>
 | |
|             <p class="p1-cus">Lorem ipsum dolor sit amet, consectetur adipiscing elit</p>
 | |
|           </div>
 | |
|           <div class="carousel-container">
 | |
|             <div id="carouselExampleControls2" class="carousel slide" data-ride="carousel">
 | |
|               <div class="carousel-inner">
 | |
|                 <div class="carousel-item active">
 | |
|                   <img src="images/album3-1.png" class="d-block w-100 img-fluid" alt="...">
 | |
|                 </div>
 | |
|                 <div class="carousel-item">
 | |
|                   <img src="images/album3-2.png" class="d-block w-100 img-fluid" alt="...">
 | |
|                 </div>
 | |
|                 <div class="carousel-item">
 | |
|                   <img src="images/album3-3.png" class="d-block w-100 img-fluid" alt="...">
 | |
|                 </div>
 | |
|               </div>
 | |
|              <button class="carousel-control-prev" type="button" data-target="#carouselExampleControls2" data-slide="prev">
 | |
|                 <span class="carousel-control-prev-icon" aria-hidden="true"></span>
 | |
|                 <span class="sr-only">Previous</span>
 | |
|               </button>
 | |
|               <button class="carousel-control-next" type="button" data-target="#carouselExampleControls2" data-slide="next">
 | |
|                 <span class="carousel-control-next-icon" aria-hidden="true"></span>
 | |
|                 <span class="sr-only">Next</span>
 | |
|               </button>
 | |
|             </div>
 | |
|       </div>
 | |
|     </section>
 | |
| 
 | |
|     <section id="contact">
 | |
|       <div class="contact-container row">
 | |
|         <div class="image-container d-none d-lg-block">
 | |
|         </div>
 | |
|         <div class="contact-container-2">
 | |
|           <form id="form">
 | |
|             <div class="container-footer container col-md-6 col-lg-10">
 | |
|               <h1 class="h1-cus">CONTACT US</h1>
 | |
|               <p class="p1-cus">Lorem ipsum dolor sit amet, consectetur adipiscing elit</p>
 | |
|             
 | |
|             <div class="form-group">
 | |
|               <label for="exampleFormControlInput1">Name</label>
 | |
|               <input type="name" class="form-control" id="exampleFormControlInput1" placeholder="Name">
 | |
|             </div>
 | |
|             <div class="form-group">
 | |
|               <label for="exampleFormControlInput1">Email address</label>
 | |
|               <input type="email" class="form-control" id="exampleFormControlInput1" placeholder="Email">
 | |
|             </div>
 | |
| 
 | |
|             <div class="form-group">
 | |
|               <label for="exampleFormControlTextarea1">Message</label>
 | |
|               <textarea class="form-control" id="exampleFormControlTextarea1" rows="5"></textarea>
 | |
|             </div>
 | |
|             <button type="submit" class="btn-end mt-5">Get Started</button>
 | |
|           </form>
 | |
|         </div>
 | |
|       </div>
 | |
|     </div>
 | |
|     </section>
 | |
|     
 | |
|     <footer>
 | |
|       <div class="footer">
 | |
|         <p class="text-white text-center">2023 | All rights reserved.</p>
 | |
|       </div>
 | |
|     </footer>
 | |
|     <!-- Optional JavaScript -->
 | |
|     <!-- jQuery first, then Popper.js, then Bootstrap JS -->
 | |
|     <!-- Add Bootstrap JavaScript and jQuery -->
 | |
|     <script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
 | |
| <script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
 | |
| <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/js/bootstrap.min.js" integrity="sha384-+sLIOodYLS7CIrQpBjl+C7nPvqq+FbNUBDunl/OZv93DB7Ln/533i8e/mZXLi/P+" crossorigin="anonymous"></script>
 | |
|   </body>
 | |
| </html> |