Skip to content

Instantly share code, notes, and snippets.

@Shayed-Mollah
Created March 6, 2018 13:26
Show Gist options
  • Save Shayed-Mollah/27c53ca091b8fe3764c29442a7c00dbf to your computer and use it in GitHub Desktop.
Save Shayed-Mollah/27c53ca091b8fe3764c29442a7c00dbf to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="author" content="G.M.Mostakim Billah Rasel">
<title>PSD to HTML || With Bootstrap</title>
<!-- Bootstrap -->
<link rel="stylesheet" href="css/bootstrap.min.css" >
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/style.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="all-items">
<!-- Header Area Start -->
<header class="header">
<div class="container">
<div class="menu">
<nav class="navbar navbar-default">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#"><img src="images/logo/logo.png" alt="Logo"></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<div class="header-items">
<ul class="nav navbar-nav">
<li><a href="#">Reality</a></li>
<li><a href="#">Living</a></li>
<li><a href="#">Education</a></li>
<li><a href="#">Entertainment</a></li>
<li><a href="#">Mobility</a></li>
</ul>
<div class="search">
<a href="#"><i class="fa fa-search"></i></a>
</div>
<div class="login">
<a href="#"><i class="fa fa-user"></i> Login</a>
</div>
</div> <!-- /.header-items -->
</div><!-- /.navbar-collapse -->
</nav> <!-- /.navbar -->
</div> <!-- /.menu -->
</div><!-- /.container -->
</header> <!-- /.header -->
</div> <!-- /.all-items -->
<div class="search">
<a href="#"><i class="fa fa-search"></i></a>
</div>
<!-- jQuery Main File -->
<script type="text/javascript" src="js/jquery-1.11.2.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment