-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathp5.html
129 lines (110 loc) · 5.1 KB
/
p5.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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
<!DOCTYPE html>
<html>
<head>
<title>About Us</title>
<link href="s5.css" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
<link href="https://fonts.googleapis.com/css?family=Amatic+SC&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Crimson+Text:400i&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Cinzel+Decorative&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Cinzel&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Montserrat:300&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Montserrat&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link href="https://fonts.googleapis.com/css?family=Playfair+Display+SC&display=swap" rel="stylesheet">
</head>
<body>
<!--navbar starts-->
<div class="fixit">
<div style="background-color: #011839; ">
xx
</div>
<nav class="navbar navbar-expand-lg navbar-light bg-warning static-top">
<div class="container">
<a class="navbar-brand" href="#">
<span class="brandtext">QUINCE</span>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav menufont ml-auto">
<li class="nav-item active">
<a class="nav-link" href="index.html">HOME
</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="pg2.html">MENU</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="p3.html">GALLERY</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="p4.html">PRIVATE DINING     </a>
</li>
<li class="nav-item active">
<div class="rsrvstyling"> <a class="nav-link text-light" href="p6.html" id="myBtn">  RESERVATIONS  </a></div>
</li>
</ul>
</div>
</div>
</nav>
</div>
<!--navbar ends-->
<!--content 1 starts-->
<!--hero image starts-->
<div class="container-fluid">
<div id="hash-blog-section" style="background-color:#1C1510;">
<div class="container-fluid" style="position: relative;">
<div class="page-img">
<div class="c1">
About Us
</div>
</div>
</div>
</div>
</div>
<!--content 1 ends-->
<!--heading starts-->
<div class="container mt-5">
<div class="row">
<div class="col-sm-4 col-xs-4 col-md-4 col-lg-4 c6" ></div>
<div class="col-sm-4 col-xs-4 col-md-4 col-lg-4 c5">Our Story</div>
<div class="col-sm-4 col-xs-4 col-md-4 col-lg-4 c6" ></div>
</div>
</div>
<!--heading ends-->
<p class="c4">
Quince is an extension of three generations stories. These stories are enriched in joy, loss, struggle, resilience and 100 years of outstanding hospitality making our establishment historic while creating new beginnings. Our concept is simple: to revive and bring this ancient cuisine to a public who hadn’t properly experienced it.Also send us a message and we’ll get back to you as soon as possible. You can also reach us by phone at (202) 518-7926. Looking forward to hearing from you.
</p>
</div>
</div>
<!--footer pt1 starts-->
<div class="container-fluid">
<div class="row">
<div class="bg-warning col-sm-12" >
<div class="container">
<img src="newlogo1.png " class="center">
</div>
</div>
<div class="col-sm-12 p-4 footsett">
<div class="mx-3" style="display: flex; justify-content: space-between;">
<div style="display: flex;">
<div ><a href="#" class="m-2"><img src="instagram.png"></a></div>
<div ><a href="#" class="m-2"><img src="facebook.png"></a></div>
<div ><a href="#" class="m-2"><img src="twitter.png"></a></div>
</div>
<div class="p-2" style="background-color: #011839;" id="div-1b">
<span class="footertext ">Quince | Designed by Vanshika <i class="material-icons ">restaurant_menu</i></span>
</div>
</div>
</div>
</div>
</div>
<!--footer pt1 ends-->
</body>
</html>