-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·92 lines (88 loc) · 3.61 KB
/
index.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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ChefSocial | Home Fine Dine Experience | Book Professional Chefs Online - Bangalore</title>
<!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
<!--[if lt IE 9]>
<script src="//oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="//oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- Bootstrap Core CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css" type="text/css">
<!-- Custom CSS -->
<link rel="stylesheet" href="css/creative.css" type="text/css">
<!-- Font Lato -->
<link href='https://fonts.googleapis.com/css?family=Playfair+Display' rel='stylesheet' type='text/css'>
</head>
<body>
<nav class="navbar navbar-custom navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-main-collapse">
<i class="fa fa-bars"></i>
</button>
<a class="navbar-brand" href="/">
<img class="logo-light" src="images/logo-light.png" alt="">
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse navbar-right navbar-main-collapse">
<ul class="nav navbar-nav">
<!-- Hidden li included to remove active class from about link when scrolled up past about section -->
<li class="hidden">
<a href="#page-top"></a>
</li>
<li class="page-scroll cta">
<a href="#alchemy">Alchemy</a>
</li>
<li class="page-scroll">
<a href="#about">Apéro</a>
</li>
<li class="page-scroll">
<a href="#case-study">Bento</a>
</li>
<li class="page-scroll">
<a href="#case-study">Serendipity</a>
</li>
<li class="page-scroll">
<a href="#services">Book Chef</a>
</li>
<li>
<a href="/store">The Market</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<section class="intro" style="background-image: url('images/background.jpg');"">
<div class="intro-body">
<div class="container">
<div class="row">
<div class="col-md-12">
<h1 class="brand-heading">Bespoke Dining Experiences</h1>
<h5 class="intro-box">
<p class="intro-text">Professional chefs & sommeliers right at your doorstep <br> Let us make the curries, while you make memories</p>
</h5>
</div>
</div>
</div>
</div>
<div class="play-button" id="play-button-risotteria" style="opacity: 1; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; height: 124px; width: 124px; cursor: pointer; text-align: center; top: 50%; z-index: 10;">
<svg class="play-button-svg" width="124px" height="124px" viewBox="0 0 80 80">
<circle cx="40" cy="40" r="30"></circle>
</svg>
<p class="fat-title--white bar-middle bar--white">
play
</p>
</div>
<div class="page-scroller">
<img id="view-more-link" src="images/down-caret.png" alt="">
</div>
</section>
</body>
</html>