-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnew 1.html
66 lines (64 loc) · 3.5 KB
/
new 1.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Shruti | Malik Ventures | Endodentist</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- favicon -->
<link rel="shortcut icon" type="image/x-icon" href="img/favicon.ico">
<!-- all css here -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!--All css plugin here-->
<link rel="stylesheet" href="css/include.css">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="css/responsive.css">
<script src="js/vendor/modernizr-2.8.3.min.js"></script>
</head>
<body>
<!--[if lt IE 8]>
You are using an outdated browser. Please <a href="http://browsehappy.com/">upgrade your browser</a>
<![endif]-->
<!--Preloader-->
<div id="fakeLoader"></div>
<!-- Add your site or application content here -->
<div class="wrapper">
<header class="header-area header-sticky">
<div class="header-area-inner">
<div class="header-top">
<div class="container">
<div class="row">
<div class="col-md-3">
<div class="logo">
<a href="index.html"><img src="img/logo/stain-logo1.png" alt=""></a>
</div>
</div>
<div class="col-md-9">
<div class="hire-me-btn hidden-sm hidden-xs">
<a href="#" class="modal-view" data-toggle="modal" data-target="#hireModal">BOOK AN APPOINTMENT</a>
</div>
<div class="hire-me-btn hidden-lg hidden-md">
<a href="#" class="modal-view" data-toggle="modal" data-target="#hireModal"><i class="fa fa-user-plus"></i></a>
</div>
<div class="main-menu navbar-collapse hidden-sm hidden-xs">
<ul class="nav">
<li class="active smoth-scroll"><a href="#home">Home</a></li>
<li class="smoth-scroll"><a href="#about">about</a></li>
<li class="smoth-scroll"><a href="#service">Experience</a></li>
<li class="smoth-scroll"><a href="#works">Portfolio</a></li>
<li class="smoth-scroll"><a href="#reviews">reviews</a></li>
<li class="smoth-scroll"><a href="http://drshrutimalik.com/blog/">blog</a></li>
<li class="smoth-scroll"><a href="#contact">contact</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</header>
</div>
</body>