-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact_us.html
249 lines (249 loc) · 13.7 KB
/
contact_us.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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel = "icon" type = "image/png" href = "Images/Frame.png">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;1,100&family=Montserrat:wght@500&family=Vazirmatn:wght@200&family=Work+Sans&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="CSS/Contact Us.css">
<title> Tea Setup - Contact Us </title>
</head>
<body>
<nav class = "navbar navbar-expand-lg navbar-light bg-light fixed-top">
<div class = "container-fluid">
<a href = "index.html" class = "navbar-brand"> Tea Setup </a>
<div class = "collapse navbar-collapse" id = "navbarSupportedContent">
<ul class = "navbar-nav me-auto mb-lg-0 nav-pills">
<li class = "nav-item">
<a href = "index.html" class = "nav-link text-warning" aria-current = "page"> Delightful Home </a>
</li>
<li class = "nav-item">
<a href = "about_us.html" class = "nav-link text-warning"> About Us </a>
</li>
<li class = "nav-item">
<a href = "contact_us.html" class = "nav-link text-warning bg-dark active"> Contact Us </a>
</li>
<li class="nav-item dropdown">
<a class = "nav-link dropdown-toggle text-warning" href = "#" id = "navbarDropdown" role = "button" data-bs-toggle = "dropdown" aria-expanded = "false"> Help Center </a>
<ul class = "dropdown-menu bg-dark" aria-labelledby = "navbarDropdown">
<li> <a class = "dropdown-item text-warning" href = "create_cart.html"> Create Cart </a> </li>
<li> <a class = "dropdown-item text-warning" href = "log_in.html"> Log In </a></li>
</ul>
</li>
</ul>
<form class = "d-flex">
<input type = "text" class = "form-control me-2" type = "Search" placeholder = "Search" aria-label = "Search" required>
<button class = "btn btn-warning" type = "Submit"> Search </button>
</form>
</div>
</div>
</nav>
<div class = "detail_here d-flex p-3 shadow bg-body rounded">
<div class = "part_1">
<img src = "Images/Contact Design.jpg" alt = "Main Veiw image" class = "shadow-lg bg-body rounded m-1">
<div class = "m-1 d-flex justify-content-between">
<div class = "thats_all one"> </div>
<div class = "thats_all two"> </div>
</div>
</div>
<div class = "part_2">
<h3 class = "text-secondary p-3 heading_1"> All the basic one is given here! </h3>
<div class = "one_of_all"> </div>
<div class = "row m-3">
<div class = "col-4">
<div class = "list-group" id = "list-tab" role = "tablist">
<a class = "list-group-item list-group-item-action active" id = "list-address" data-bs-toggle = "list" href = "#address" role = "tab" aria-controls = "address"> Address </a>
<a class = "list-group-item list-group-item-action" id = "list-contact" data-bs-toggle = "list" href = "#contact" role = "tab" aria-control = "contact"> Contact No. </a>
<a class = "list-group-item list-group-item-action" id = "list-city" data-bs-toggle = "list" href = "#city" role = "tab" aria-control = "city"> City </a>
<a class = "list-group-item list-group-item-action" id = "list-locality" data-bs-toggle = "list" href = "#locality" role = "tab" aria-control = "locality"> Locality </a>
</div>
</div>
<div class = "col-8">
<div class = "tab-content" id = "nav-tabcontent">
<div class = "tab-pane fade show active" id = "address" role = "tabpanel" aria-labelledby = "list-address">
<ul class = "list-group list-group-flush m-1" style = "width: 300px;">
<li class = "list-group-item list-group-item-action text-warning"> Branch 1 - Delhi </li>
<li class = "list-group-item list-group-item-action text-warning"> Branch 2 - U.P. </li>
<li class = "list-group-item list-group-item-action text-warning"> Branch 3 - Gujurat </li>
<li class = "list-group-item list-group-item-action text-warning"> Branch 4 - Punjab </li>
</ul>
</div>
<div class = "tab-pane fade" id = "contact" role = "tabpanel" aria-labelledby = "list-contact">
<ul class = "list-group list-group-flush m-1" style = "width: 300px;">
<li class = "list-group-item list-group-item-action text-success"> +91 - 98XXXXXX </li>
<li class = "list-group-item list-group-item-action text-success"> +91 - 88XXXXXX </li>
<li class = "list-group-item list-group-item-action text-success"> +91 - 78XXXXXX </li>
<li class = "list-group-item list-group-item-action text-success"> +91 - 89XXXXXX </li>
</ul>
</div>
<div class = "tab-pane fade" id = "city" role = "tabpanel" aria-labelledby = "list-city">
<ul class = "list-group list-group-flush m-1" style = "width: 300px;">
<li class = "list-group-item list-group-item-action text-warning"> New Delhi </li>
<li class = "list-group-item list-group-item-action text-warning"> Dwarka </li>
<li class = "list-group-item list-group-item-action text-warning"> Noida </li>
<li class = "list-group-item list-group-item-action text-warning"> Gurgaon </li>
</ul>
</div>
<div class = "tab-pane fade" id = "locality" role = "tabpanel" aria-labelledby = "list-locality">
<ul class = "list-group list-group-flush m-1" style = "width: 300px;">
<li class = "list-group-item list-group-item-action text-success"> Branch 1 - Shivpuri </li>
<li class = "list-group-item list-group-item-action text-success"> Branch 2 - Madanpuri </li>
<li class = "list-group-item list-group-item-action text-success"> Branch 3 - Durga park </li>
<li class = "list-group-item list-group-item-action text-success"> Branch 4 - Palam Colony </li>
</ul>
</div>
</div>
</div>
</div>
<div class = "m-3 d-flex justify-content-between" style = "margin-top: 20px;">
<div style = "background-color: #FFC107; width: 170px; border-radius: 3px 0px 0px 3px; height: 4px;"> </div>
<div style = "background-color: #FFC107; width: 170px; border-radius: 0px 3px 3px 0px; height: 4px;"> </div>
</div>
<div class = "d-flex justify-content-evenly bg-light p-3 border border-2 border-primary rounded-pill">
<button class = "btn btn-warning" type = "button" data-bs-toggle = "tooltip" data-bs-placement = "left" title = "New Delhi">
Indra Park(Palam,Sagarpur)
</button>
<button class = "btn btn-warning" type = "button" data-bs-toggle = "tooltip" data-bs-placement = "bottom" title = "U.P. Khatauli">
Havelli Khatauli
</button>
</div>
</div>
</div>
<div class = "d-flex justify-content-evenly m-3 p-1 bg-light border border-2 border-light rounded-pill">
<div class = "intro" style = "width: 35rem;">
<h3 class = "text-primary p-1"> Our Intro </h3>
<div style = "background-color: #FFC107; width: 120px; height: 4px;" class = "m-1 border border-warning rounded-pill"> </div>
<p class = "text-dark p-1">
Our restaurant is a business that prepares and serves food and drinks to customers.
Meals are generally served and eaten on the premises, but our restaurants also offer take-out and food delivery services.
</p>
</div>
<div class = "image_here">
<img src = "Images/Middle_one.jpg" alt = "Middle_one" class = "shadow m-1 bg-body rounded" style = "width: 220px; height: 170px;">
</div>
</div>
<div class = "m-3 p-3 shadow bg-body rounded">
<div class = "row">
<div class = "col-6">
<div class = "card mb-3" style = "max-width: 54rem; border: none;">
<div class = "row g-0">
<div class = "col-md-4">
<img src = "Images/Grand Havelli.jpg" alt = "Grand Havelli" class = "img-fluid rounded-start">
</div>
<div class = "col-md-8">
<div class = "card-body bg-dark">
<h4 class = "card-title text-white"> Grand Havelli </h4>
<p class = "card-text text-white">
Good place on highway to had food. Very Nice and clean. Special arrangements for your drivers.
Surprised to see they did not charge for drivers food.
</p>
<button class = "btn btn-secondary"> Try Now! </button>
</div>
</div>
</div>
</div>
<div class = "border border-1 border-primary rounded-pill bg-primary" style = "width: auto; height: 5px;"></div>
</div>
<div class = "col-6">
<div class = "card mb-3" style = "max-width: 54rem; border: none;">
<div class = "row g-0">
<div class = "col-md-4">
<img src = "Images/Leaf Green.jpg" alt = "Leaf Green" class = "img-fluid rounded-start">
</div>
<div class = "col-md-8">
<div class = "card-body bg-dark">
<h4 class = "card-title text-white"> Leaf Green </h4>
<p class = "card-text text-white">
Excellence place on main road to had tea-setup. Very Nice and clean.
Special arrangements for your drivers. Surprised to see they didn't charge for drivers tea.
</p>
<button class = "btn btn-secondary"> Try Now! </button>
</div>
</div>
</div>
</div>
<div class = "border border-1 border-primary rounded-pill bg-primary" style = "width: auto; height: 5px;"></div>
</div>
</div>
</div>
<div class = "footer bg-dark">
<div class = "d-flex justify-content-around">
<div class = "card" style = "width: 20rem; border: none; margin: 20px 0px 10px 30px;">
<img src = "Images/All_in_one.jpg" class = "card-img-top" alt = "All in Final One">
<div class = "card-body bg-dark">
<h4 class = "card-title text-warning"> Tea Setup </h4>
</div>
</div>
<div class = "part2 d-flex" style = "margin: 20px 0px 10px 0px;">
<div class = "bg-dark">
<h3 class = "fs-3 text-white"> We Provides </h3>
<nav class = "nav d-flex flex-column">
<a href = "Sub-Sections/Teas.html" class = "text-white one_all"> Teas </a>
<a href = "Sub-Sections/Coffee.html" class = "text-white one_all"> Coffees </a>
<a href = "Sub-Sections/detailed_menu.html" class = "text-white one_all"> Detailed View </a>
<a href = "Sub-Sections/Menu.html" class = "text-white one_all"> Menu </a>
</nav>
</div>
<div class = "bg-dark">
<h3 class = "fs-3 text-white"> You Provides </h3>
<nav class = "nav d-flex flex-column">
<a href = "#" class = "text-white one_all"> Experience </a>
<a href = "#" class = "text-white one_all"> Ideas </a>
<a href = "#" class = "text-white one_all"> Moments </a>
<a href = "#" class = "text-white one_all"> Happiness </a>
</nav>
</div>
</div>
<div class = "part3" style = "margin: 20px 30px 10px 0px;">
<div class = "card bg-light" style = "width: 22rem; border: none;">
<div class = "card-body bg-light" style = "border-radius: 10px;">
<h4 class = "card-title text-dark"> Join Us here! </h4>
<form>
<div class = "form-floating mb-2">
<input type = "email" class = "form-control" id = "floatinginput" placeholder = "name@example.com">
<label id = "floatinginput"> Email </label>
</div>
<div class = "form-floating mb-2">
<input type = "password" class = "form-control" id = "floatingpassword" placeholder = "Password">
<label id = "floatingpassword"> Password </label>
</div>
<input type = "Submit" value = "Send" class = "btn btn-primary">
<input type = "Reset" value = "Clear" class = "btn btn-primary">
</form>
</div>
</div>
</div>
</div>
<div class = "down_one bg-dark" style = "margin-bottom: 0;">
<nav class = "nav d-flex justify-content-center last_one">
<a href = "#" class = "text-white one_all"> Features </a>
<a href = "#" class = "text-white one_all"> Discounts </a>
<a href = "#" class = "text-white one_all"> FAQs </a>
</nav>
<div align = "center" style = "width: 90%; background-color: #FFC107; height: 2px; margin: 10px 0px 0px 50px;"></div>
<div class = "d-flex justify-content-between" style = "margin: 10px 40px 0px 40px;">
<div>
<p class = "text-white"> © 2022 Company, Inc 24 x 7 </p>
</div>
<div style = "margin-right: 50px; margin-bottom: 0;">
<button type = "button" class = "btn bg-dark button_one" style = "cursor: default;">
<a href = "#" class = "button_one" style = "margin-right: 20px;"> <i class="fa fa-instagram button_one" aria-hidden="true"></i> </a>
<a href = "#" class = "button_one"> <i class="fa fa-facebook button_one" aria-hidden="true"></i> </a>
</button>
</div>
</div>
</div>
</div>
<script type="text/javascript">
var tooltipTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggle="tooltip"]'))
var tooltipList = tooltipTriggerList.map(function (tooltipTriggerEl) {
return new bootstrap.Tooltip(tooltipTriggerEl)
})
</script>
</body>
</html>