-
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
0 parents
commit ed67d91
Showing
15 changed files
with
475 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,114 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta http-equiv="X-UA-Compatible" content="ie=edge"> | ||
<title>Niit </title> | ||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css" integrity="sha384-PsH8R72JQ3SOdhVi3uxftmaW6Vc51MKb0q5P2rRUpPvrszuE4W1povHYgTpBfshb" crossorigin="anonymous"> | ||
<link rel="stylesheet" href="main.css"> | ||
</head> | ||
<body> | ||
|
||
<section id="container-fluid"> | ||
<nav class="navbar navbar-expand-md navbar-dark bg-primary "> | ||
<a class="navbar-brand pl-5" href="#">NAVBAR </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" id="navbarNav "> | ||
<ul class="navbar-nav flag"> | ||
<li class="nav-item px-3 active "> | ||
<a class="nav-link " href="home.html">Home<span class="sr-only">(current)</span></a> | ||
</li> | ||
<li class="nav-item px-3"> | ||
<a class="nav-link text-light" href="about Us.html">About Us<span class="sr-only">(current)</span></a> | ||
</li> | ||
<li class="nav-item px-3"> | ||
<a class="nav-link text-light" href="contact Us.html">Contact Us<span class="sr-only">(current)</span></a> | ||
</li> | ||
|
||
</ul> | ||
</div> | ||
</nav> | ||
</section> | ||
|
||
<section id="aboutHeader"> | ||
|
||
</section> | ||
|
||
<section > | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-md-6"> | ||
<img src="Photos/fresh images 2.png" width="480"> | ||
</div> | ||
<div class="col-md-6" id=""> | ||
<p class="para">Lorem ipsum dolor sit amet consectetur adipisicing elit. Nihil qui officia autem, repellat architecto, omnis repudiandae, alias consectetur beatae voluptate veritatis. Perferendis maxime, cumque aspernatur fuga soluta id quia non ipsum dolore nostrum, vel architecto commodi molestiae ducimus, facere facilis.</p> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
</section> | ||
|
||
|
||
<footer class="bg-dark text-center text-light pt-2 pb-2"> | ||
©copyright 2019. All right Reserved. | ||
</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.3/umd/popper.min.js" integrity="sha384-vFJXuSJphROIrBnz7yo7oB41mKfc8JzQZiCq4NCceLEaO4IHwicKwpJf9c9IpFgh" crossorigin="anonymous"></script> | ||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/js/bootstrap.min.js" integrity="sha384-alpBpkh1PFOepccYVYDB4do5UnbKysX5WZXm3XxPqe5iKTfUKjNkCk9SaVuEZflJ" crossorigin="anonymous"></script> | ||
</body> | ||
</html> |
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,132 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta http-equiv="X-UA-Compatible" content="ie=edge"> | ||
<title>Niit</title> | ||
<link rel="stylesheet" href="main.css"> | ||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css" integrity="sha384-PsH8R72JQ3SOdhVi3uxftmaW6Vc51MKb0q5P2rRUpPvrszuE4W1povHYgTpBfshb" crossorigin="anonymous"> | ||
</head> | ||
<body> | ||
<section id="container-fluid"> | ||
<nav class="navbar navbar-expand-md navbar-dark bg-primary"> | ||
<a class="navbar-brand pl-5" href="#">NAVBAR</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" id="navbarNav"> | ||
<ul class="navbar-nav flag"> | ||
<li class="nav-item px-3 active"> | ||
<a class="nav-link" href="home.html">Home<span class="sr-only">(current)</span></a> | ||
</li> | ||
<li class="nav-item px-3 text-light"> | ||
<a class="nav-link" href="about Us.html">About Us<span class="sr-only">(current)</span></a> | ||
</li> | ||
<li class="nav-item px-3 text-light"> | ||
<a class="nav-link" href="contact Us.html">Contact US<span class="sr-only">(current)</span></a> | ||
</li> | ||
|
||
</ul> | ||
</div> | ||
</nav> | ||
</section> | ||
|
||
|
||
<section class="container1"> | ||
<form> | ||
<div class="form-group daddy text-light"> | ||
<label for="exampleInputEmail1">Email address</label> | ||
<input type="email" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp" placeholder="Enter email"> | ||
<!-- <small id="emailHelp" class="form-text text-muted">We'll never share your email with anyone else.</small> --> | ||
</div> | ||
|
||
<div class="form-group mummy text-light "> | ||
<label for="exampleFormControlTextarea1">Example textarea</label> | ||
<textarea class="form-control" id="exampleFormControlTextarea1" rows="3"></textarea> | ||
</div> | ||
<div class="form-check text-light friend"> | ||
<label class="form-check-label"> | ||
<input type="checkbox" class="form-check-input"> | ||
Check me out | ||
</label> | ||
</div> | ||
<button type="submit" class="btn btn-primary brother">Submit</button> | ||
</form> | ||
</section> | ||
|
||
<footer class="bg-dark text-center goat text-light pt-2 pb-2"> | ||
©copyright 2019. All rights reserved. | ||
</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.3/umd/popper.min.js" integrity="sha384-vFJXuSJphROIrBnz7yo7oB41mKfc8JzQZiCq4NCceLEaO4IHwicKwpJf9c9IpFgh" crossorigin="anonymous"></script> | ||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/js/bootstrap.min.js" integrity="sha384-alpBpkh1PFOepccYVYDB4do5UnbKysX5WZXm3XxPqe5iKTfUKjNkCk9SaVuEZflJ" crossorigin="anonymous"></script> | ||
</body> | ||
</html> |
Oops, something went wrong.