111 lines
4.1 KiB
HTML
111 lines
4.1 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
|
||
|
<head>
|
||
|
|
||
|
<meta charset="utf-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||
|
<meta name="description" content="">
|
||
|
<meta name="author" content="">
|
||
|
|
||
|
<title>Scrolling Nav - Start Bootstrap Template</title>
|
||
|
|
||
|
<!-- Bootstrap core CSS -->
|
||
|
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
|
||
|
|
||
|
<!-- Custom styles for this template -->
|
||
|
<link href="css/scrolling-nav.css" rel="stylesheet">
|
||
|
|
||
|
</head>
|
||
|
|
||
|
<body id="page-top">
|
||
|
|
||
|
<!-- Navigation -->
|
||
|
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top">
|
||
|
<div class="container">
|
||
|
<a class="navbar-brand" href="#">
|
||
|
<span class="text-white">BLUDIT</span>
|
||
|
<span class="ml-1 text-muted">Surprise</span>
|
||
|
</a>
|
||
|
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
|
||
|
<span class="navbar-toggler-icon"></span>
|
||
|
</button>
|
||
|
<div class="collapse navbar-collapse" id="navbarResponsive">
|
||
|
<ul class="navbar-nav ml-auto">
|
||
|
<li class="nav-item"><a class="nav-link" href="#">About</a></li>
|
||
|
<li class="nav-item"><a class="nav-link" href="#">Contact</a></li>
|
||
|
<li class="nav-item"><a class="nav-link" href="#">Impressum</a></li>
|
||
|
<li class="nav-item"><a class="nav-link" href="#">BLUDIT PRO</a></li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
</div>
|
||
|
</nav>
|
||
|
|
||
|
<header class="bg-light-gray">
|
||
|
<div class="container text-center">
|
||
|
<h1>Welcome to Scrolling Nav</h1>
|
||
|
<p class="lead">A landing page template freshly redesigned for Bootstrap 4</p>
|
||
|
</div>
|
||
|
</header>
|
||
|
|
||
|
<section id="about">
|
||
|
<div class="container">
|
||
|
<div class="row">
|
||
|
<div class="col-lg-8 mx-auto">
|
||
|
<h2>About this page</h2>
|
||
|
<p class="lead">This is a great place to talk about your webpage. This template is purposefully unstyled so you can use it as a boilerplate or starting point for you own landing page designs! This template features:</p>
|
||
|
<ul>
|
||
|
<li>Clickable nav links that smooth scroll to page sections</li>
|
||
|
<li>Responsive behavior when clicking nav links perfect for a one page website</li>
|
||
|
<li>Bootstrap's scrollspy feature which highlights which section of the page you're on in the navbar</li>
|
||
|
<li>Minimal custom CSS so you are free to explore your own unique design options</li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</section>
|
||
|
|
||
|
<section id="services" class="bg-light">
|
||
|
<div class="container">
|
||
|
<div class="row">
|
||
|
<div class="col-lg-8 mx-auto">
|
||
|
<h2>Services we offer</h2>
|
||
|
<p class="lead">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aut optio velit inventore, expedita quo laboriosam possimus ea consequatur vitae, doloribus consequuntur ex. Nemo assumenda laborum vel, labore ut velit dignissimos.</p>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</section>
|
||
|
|
||
|
<section id="contact">
|
||
|
<div class="container">
|
||
|
<div class="row">
|
||
|
<div class="col-lg-8 mx-auto">
|
||
|
<h2>Contact us</h2>
|
||
|
<p class="lead">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Vero odio fugiat voluptatem dolor, provident officiis, id iusto! Obcaecati incidunt, qui nihil beatae magnam et repudiandae ipsa exercitationem, in, quo totam.</p>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</section>
|
||
|
|
||
|
<!-- Footer -->
|
||
|
<footer class="py-5 bg-dark">
|
||
|
<div class="container">
|
||
|
<p class="m-0 text-center text-white">Copyright © Your Website 2017</p>
|
||
|
</div>
|
||
|
<!-- /.container -->
|
||
|
</footer>
|
||
|
|
||
|
<!-- Bootstrap core JavaScript -->
|
||
|
<script src="vendor/jquery/jquery.min.js"></script>
|
||
|
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
|
||
|
|
||
|
<!-- Plugin JavaScript -->
|
||
|
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
|
||
|
|
||
|
<!-- Custom JavaScript for this theme -->
|
||
|
<script src="js/scrolling-nav.js"></script>
|
||
|
|
||
|
</body>
|
||
|
|
||
|
</html>
|