Skip to content
Snippets Groups Projects
Commit fa41d444 authored by Ferdinand Badu's avatar Ferdinand Badu
Browse files

Home page using bootstap

parent 231c0310
No related branches found
No related tags found
No related merge requests found
<!DOCTYPE html>
<html lang="en">
<head>
<title>Advert Website</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<style>
.fakeimg {
height: 200px;
background: #aaa;
}
</style>
</head>
<body>
<div class="jumbotron text-center" style="margin-bottom:0">
<h1>Advert Website</h1>
</div>
<nav class="navbar navbar-inverse">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">Advert Website</a>
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav">
<li class="active"><a href="#">Home</a></li>
<li><a href="#">Form page</a></li>
</ul>
</div>
</div>
</nav>
<div class="container">
<div class="row">
<div class="col-sm-4">
<h2>About </h2>
<img src="https://www.marketingdonut.co.uk/sites/default/files/styles/landing_pages_lists/public/where_to_advertise_online_128335124.jpg?itok=jcyjXU3J" alt="Trulli" width="300" height="223"> <p>This a website that allows you to upload your adverts</p>
<h3>Some Links</h3>
<ul class="nav nav-pills nav-stacked">
<li class="active"><a href="#">Link 1</a></li>
<li><a href="#">Link 2</a></li>
<li><a href="#">Link 3</a></li>
</ul>
<hr class="hidden-sm hidden-md hidden-lg">
</div>
<div class="col-sm-8">
<h2>Vision</h2>
<img src="https://blog.hootsuite.com/wp-content/uploads/2020/09/image34.jpg" alt="Trulli" width="400" height="300">
<p>This Is A Website Made To Help Small And Big Business Spead To Wider Audiences</p>
<br>
<h2>Services</h2>
<h5>What do we offer</h5>
<img src="https://cdn.corporatefinanceinstitute.com/assets/products-and-services.jpeg" alt="Trulli" width="400" height="300"> <p>we offer a range of services and starts by the creator or company fill out a form about their product, then the request will be reviewed, then if it's accepted further deatils will be given</p>
</div>
</div>
</div>
<div class="jumbotron text-center" style="margin-bottom:0">
<p>Footer</p>
Email - advertwebsite@gmail.com
/Number - 07562528375
/Address - 14 White Horse Dr Milton Keynes Buckinghamshire MK42AS
<p>copyright 2022 all rights reserved</p>
</div>
</body>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment