Skip to content

This is Travel Based Bootstrap 4 Responsive Website created on 3rd July also it will help you to reach your audience through this website.

Notifications You must be signed in to change notification settings

prathamesh-borse/Bootstrap_4_Responsive_Website

Repository files navigation

Bootstrap_4_Responsive_Website

Codacy Badge

This is Travel Based Repositry Bootstrap 4 Responsive Website created on 3rd July also it will help you to reach your audience through this website.. This is Travel Based Repositry Bootstrap 4 Responsive Website can have High-quality photography.

Technology used : HTML and CSS

Usage

Just Clone this repositry in your PC or Laptop or Download this project in your PC

     <!DOCTYPE html>
     <html>
     <head>
     	<meta name="viewport" content="width=device-width,
     	initial-scale=1.0">
     	<meta charset="utf-8">
     	<title>Website Design</title>
     	<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
     	<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
     	<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
     	<link rel="stylesheet" type="text/css" href="style.css">
     </head>
     <body data-spy="scroll" data-target=".navbar" data-offset="50">
     	<header>
     		<nav class="navbar navbar-expand-lg navbar-light bg-light fixed-top">
     			<div class="container">
     				  <a class="navbar-brand" href="#">Nature</a>
     				  <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
     				    <span class="navbar-toggler-icon"></span>
     				  </button>

     				  <div class="collapse navbar-collapse" id="navbarSupportedContent">
     				    <ul class="navbar-nav ml-lg-auto">
     				      <li class="nav-item">
     				        <a class="nav-link" href="#home">Home <span class="sr-only">(current)</span></a>
     				      </li>
     				      <li class="nav-item">
     				        <a class="nav-link" href="#explore">Explore</a>
     				      </li>
     				      <li class="nav-item">
     				        <a class="nav-link" href="#adventure">Adventure</a>
     				      </li>
     				      <li class="nav-item">
     				        <a class="nav-link" href="#blog">Blog</a>
     				      </li>
     				      <li class="nav-item">
     				        <a class="nav-link" href="#contact">Contact Us</a>
     				      </li>
     				      <!--<li class="nav-item dropdown">
     				        <a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
     				          Dropdown
     				        </a>
     				        <div class="dropdown-menu" aria-labelledby="navbarDropdown">
     				          <a class="dropdown-item" href="#">Action</a>
     				          <a class="dropdown-item" href="#">Another action</a>
     				          <div class="dropdown-divider"></div>
     				          <a class="dropdown-item" href="#">Something else here</a>
     				        </div>
     				      </li>
     				      <li class="nav-item">
     				        <a class="nav-link disabled" href="#">Disabled</a>
     				      </li>
     				    </ul>-->
     				  <!--  <form class="form-inline my-2 my-lg-0">
     				      <input class="form-control mr-sm-2" type="search" placeholder="Search" aria-label="Search">
     				      <button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
     				    </form> -->
     				  </div>
     			</div>
     		</nav>
     	</header>
     	<div class="jumbotron jumbotron-fluid height100p banner" id="home">
     	  <div class="container h100">
     	  	<div class="contentBox h100">
     	  		<div>
     	  			<h1 data-aos="fade-up" data-aos-duration="1000" data-aos-delay="0">Undiscovered Beauty</h1>
     	  			<p data-aos="fade-up" data-aos-duration="1000" data-aos-delay="500">
     	  				Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book..</p>
     	  		</div>
     	  	</div>
     	  </div>
     	</div>
     	<section class="sec1" id="explore">
     		<div class="container">
     			<div class="row">
     				<div class="offset-sm-2 col-sm-8">
     					<div class="headerText text-center">
     						<h2 data-aos="fade-up" data-aos-duration="1000" data-aos-delay="0">Explore the world</h2>
     						<p data-aos="fade-up" data-aos-duration="1000" data-aos-delay="0">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting.</p>
     					</div>
     				</div>
     			</div>
     			<div class="row">
     				<div class="col-sm-4">
     					<div class="placeBox" data-aos="fade-up" data-aos-duration="1000" data-aos-delay="0">
     						<div class="immgBx">
     							<img src="img1.jpg" class="img-fluid">
     						</div>
     						<div class="content">
     							<h3>Place Name<br><span>Country Name</span></h3>
     						</div>
     					</div>
     				</div>

     				<div class="col-sm-4">
     					<div class="placeBox" data-aos="fade-up" data-aos-duration="1000" data-aos-delay="500">
     						<div class="immgBx">
     							<img src="img2.jpg" class="img-fluid">
     						</div>
     						<div class="content">
     							<h3>Place Name<br><span>Country Name</span></h3>
     						</div>
     					</div>
     				</div>
     				<div class="col-sm-4">
     					<div class="placeBox" data-aos="fade-up" data-aos-duration="1000" data-aos-delay="1000">
     						<div class="immgBx">
     							<img src="img3.jpg" class="img-fluid">
     						</div>
     						<div class="content">
     							<h3>Place Name<br><span>Country Name</span></h3>
     						</div>
     					</div>
     				</div>
     			</div>
     		</div>
     	</section>
     	<section class="sec2" id="adventure">
     		<div class="container h100">
     			<div class="contentBox h100">
     				<div>
     					<h2 data-aos="fade-up" data-aos-duration="1000" data-aos-delay="0">Adventure is Everywhere</h2>
     					<p data-aos="fade-up" data-aos-duration="1000" data-aos-delay="0">
     						Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of.</p>
     						<a href="#" class="btn btnD1" data-aos="fade-up" data-aos-duration="1000" data-aos-delay="0">Read More</a>
     				</div>
     			</div>
     		</div>
     	</section>
     	<section class="blog" id="blog">
     		<div class="container">
     			<div class="row">
     				<div class="offset-sm-2 col-sm-8">
     					<div class="headerText text-center">
     						<h2 data-aos="fade-up" data-aos-duration="1000" data-aos-delay="0">Our Latest Posts</h2>
     						<p data-aos="fade-up" data-aos-duration="1000" data-aos-delay="0">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.</p>
     					</div>
     				</div>
     			</div>
     			<div class="row">
     				<div class="col-sm-6">
     					<div class="blogspot" data-aos="fade-up" data-aos-duration="1000" data-aos-delay="0">
     						<div class="imgBx">
     							<img src="images.jpg" class="img-fluid">
     						</div>
     						<div class="content">
     							<h1>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s</h1>
     							<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries..</p>
     			     			<a href="#" class="btn btnD2">Read More</a>
     			     			<div class="clearfix"></div>
     						</div>
     					</div>
     				</div>
     				<div class="col-sm-6" data-aos="fade-up" data-aos-duration="1000" data-aos-delay="500">
     					<div class="blogspot">
     						<div class="imgBx">
     							<img src="images1.jpg" class="img-fluid">
     						</div>
     						<div class="content">
     							<h1>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s</h1>
     							<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries..</p>
     							<a href="#" class="btn btnD2">Read More</a>
     							<div class="clearfix"></div>
     						</div>
     					</div>
     				</div>
     				<div class="col-sm-6">
     					<div class="blogspot" data-aos="fade-up" data-aos-duration="1000" data-aos-delay="0">
     						<div class="imgBx">
     							<img src="images.jpg" class="img-fluid">
     						</div>
     						<div class="content">
     							<h1>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s</h1>
     							<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries..</p>
     							<a href="#" class="btn btnD2">Read More</a>
     							<div class="clearfix"></div>
     						</div>
     					</div>
     				</div>
     				<div class="col-sm-6">
     					<div class="blogspot" data-aos="fade-up" data-aos-duration="1000" data-aos-delay="500">
     						<div class="imgBx">
     							<img src="images1.jpg" class="img-fluid">
     						</div>
     						<div class="content">
     							<h1>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s</h1>
     							<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries..</p>
     							<a href="#" class="btn btnD2">Read More</a>
     							<div class="clearfix"></div>
     						</div>
     					</div>
     				</div>
     			</div>
     		</div>
     	</section>
     	<section class="contact" id="contact">
     		<div class="container">
     			<div class="row">
     				<div class="col-sm-12">
     					<div class="headerText text-center">
     						<h2 data-aos="fade-up" data-aos-duration="1000" data-aos-delay="0">Contact Us</h2>
     						<p data-aos="fade-up" data-aos-duration="1000" data-aos-delay="0">Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p>
     					</div>
     				</div>
     			</div>
     			<div class="row clearfix">
     				<div class="offset-sm-2 col-sm-8">
     					<form data-aos="fade-up" data-aos-duration="1000" data-aos-delay="0">
     						<div class="form-group">
     							<label>Name</label>
     							<input type="text" name="" class="form-control">
     						</div>
     						<div class="form-group">
     							<label>Email</label>
     							<input type="text" name="" class="form-control">
     						</div>
     						<div class="form-group">
     							<label>Phone</label>
     							<input type="text" name="" class="form-control">
     						</div>
     						<div class="form-group">
     							<label>Message</label>
     							<textarea class="form-control textarea" name=""></textarea>
     						</div>
     						<div class="form-group text-center">
     							<button class="btn btnD1">Send</button>
     						</div>
     					</form>
     				</div>
     			</div>
     		</div>
     	</section>
     	<footer>
     		<div class="container">
     			<div class="row">
     				<div class="col-sm-12">
     					<ul class="sci">
     						<li><a href="#"><i class="fa fa-facebook"></i></a></li>
     						<li><a href="#"><i class="fa fa-twitter"></i></a></li>
     						<li><a href="#"><i class="fa fa-google-plus"></i></a></li>
     		    			<li><a href="#"><i class="fa fa-linkedin"></i></a></li>
     		    			<li><a href="#"><i class="fa fa-instagram"></i></a></li>
     					</ul>
     					<p class="cpryt">© Copyright 2020 Nature | Template by <a href="#"> Prathamesh Borse</a></p>
     				</div>
     			</div>
     		</div>
     	</footer>
     	<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
     	integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
     	crossorigin="anonymous">
     	</script>
     	<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
     	crossorigin="anonymous">
     	</script>
     	<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
     	integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
     	crossorigin="anonymous"></script>
     	<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
          <script>
           AOS.init();
          </script>
     	<script type="text/javascript">
     		$(document).scroll(function(){
     			$('.navbar').toggleClass('scrolled', $(this).scrollTop() > $('.navbar').height());
     		})
     	</script>
     </body>
     </html>

For detailed explanation, visite How To

$ git@github.com:viraldevpb/Bootstrap_4_Responsive_Website.git

Questions or Suggestions

Feel free to create issues here

About

This is Travel Based Bootstrap 4 Responsive Website created on 3rd July also it will help you to reach your audience through this website.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published