-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
273 lines (265 loc) · 11.8 KB
/
contact.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
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
<!DOCTYPE html>
<html>
<head>
<title></title>
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css"
integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk"
crossorigin="anonymous"
/>
<link rel="stylesheet" type="text/css" href="front.css" />
<link rel="stylesheet" type="text/css" href="contact.css" />
<script
src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"
integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN"
crossorigin="anonymous"
></script>
<script
src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"
integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV"
crossorigin="anonymous"
></script>
</head>
<body>
<header>
<nav class="navbar navbar-expand-lg navbar-light bg-dark">
<a href="#" class="logo" class="nav-link"
><img src="images\logo.jpeg" id="log" /> Bakery</a
>
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent"
aria-expanded="False"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent" style="background-color: #343a40;">
<ul class="navbar-nav mr-auto">
<li class="nav-item active" style="background-color: #343a40;">
<a href="front.html" class="nav-link" style="color: white"
><svg
style="background-color: #343a40;"
color="white"
width="1em"
height="1em"
viewBox="0 0 16 16"
class="bi bi-house-door-fill"
fill="currentColor"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M6.5 10.995V14.5a.5.5 0 0 1-.5.5H2a.5.5 0 0 1-.5-.5v-7a.5.5 0 0 1 .146-.354l6-6a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 .146.354v7a.5.5 0 0 1-.5.5h-4a.5.5 0 0 1-.5-.5V11c0-.25-.25-.5-.5-.5H7c-.25 0-.5.25-.5.495z"
/>
<path
fill-rule="evenodd"
d="M13 2.5V6l-2-2V2.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5z"
/>
</svg>
Home</a
>
</li>
<li class="nav-item active" style="background-color: #343a40;">
<a href="#" class="nav-link" style="color: white"
><svg
style="background-color: #343a40;"
color="white"
width="1.2em"
height="1.3em"
viewBox="0 0 16 16"
class="bi bi-person-circle"
fill="currentColor"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M13.468 12.37C12.758 11.226 11.195 10 8 10s-4.757 1.225-5.468 2.37A6.987 6.987 0 0 0 8 15a6.987 6.987 0 0 0 5.468-2.63z"
/>
<path
fill-rule="evenodd"
d="M8 9a3 3 0 1 0 0-6 3 3 0 0 0 0 6z"
/>
<path
fill-rule="evenodd"
d="M8 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1zM0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8z"
/>
</svg>
SignUp</a
>
</li>
<li class="nav-item active" style="background-color: #343a40;">
<a href="#" class="nav-link" style="color: white"
><svg
style="background-color: #343a40;"
width="1em"
height="1em"
viewBox="0 0 16 16"
class="bi bi-box-arrow-in-right"
fill="currentColor"
xmlns="http://www.w3.org/2000/svg"
>
<path
fill-rule="evenodd"
d="M6 3.5a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 .5.5v9a.5.5 0 0 1-.5.5h-8a.5.5 0 0 1-.5-.5v-2a.5.5 0 0 0-1 0v2A1.5 1.5 0 0 0 6.5 14h8a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 14.5 2h-8A1.5 1.5 0 0 0 5 3.5v2a.5.5 0 0 0 1 0v-2z"
/>
<path
fill-rule="evenodd"
d="M11.854 8.354a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5H1.5a.5.5 0 0 0 0 1h8.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3z"
/>
</svg>
Login</a
>
</li>
<li class="nav-item active" style="background-color: #343a40;">
<a href="#" class="nav-link" style="color: white"
><svg
style="background-color: #343a40;"
width="1em"
height="1em"
viewBox="0 0 16 16"
class="bi bi-cart-fill"
fill="currentColor"
xmlns="http://www.w3.org/2000/svg"
>
<path
fill-rule="evenodd"
d="M0 1.5A.5.5 0 0 1 .5 1H2a.5.5 0 0 1 .485.379L2.89 3H14.5a.5.5 0 0 1 .491.592l-1.5 8A.5.5 0 0 1 13 12H4a.5.5 0 0 1-.491-.408L2.01 3.607 1.61 2H.5a.5.5 0 0 1-.5-.5zM5 12a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm7 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm-7 1a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm7 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2z"
/>
</svg>
cart</a
>
</li>
<li class="nav-item active" style="background-color: #343a40;">
<a href="#" class="nav-link" style="color: white"
><svg
style="background-color: #343a40;"
color="white"
width="1em"
height="1em"
viewBox="0 0 16 16"
class="bi bi-chat-left-text-fill"
fill="currentColor"
xmlns="http://www.w3.org/2000/svg"
>
<path
fill-rule="evenodd"
d="M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H4.414a1 1 0 0 0-.707.293L.854 15.146A.5.5 0 0 1 0 14.793V2zm3.5 1a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1h-9zm0 2.5a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1h-9zm0 2.5a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5z"
/>
</svg>
chats</a
>
</li>
<li class="nav-item active" style="background-color: #343a40;">
<a href="#" class="nav-link" style="color: white"
><svg
style="background-color: #343a40;"
color="white"
width="1em"
background-color="#343a40"
height="1em"
viewBox="0 0 16 16"
class="bi bi-phone"
fill="currentColor"
xmlns="http://www.w3.org/2000/svg"
>
<path
fill-rule="evenodd"
d="M11 1H5a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1zM5 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H5z"
/>
<path
fill-rule="evenodd"
d="M8 14a1 1 0 1 0 0-2 1 1 0 0 0 0 2z"
/>
</svg>
contact</a
>
</li>
</ul>
</div>
</nav>
</header>
<section>
<img src="images\roll.jpg" alt="image\roll.jpg" class="bgimg">
<div class="glow">
<div class="message">
<h2>Contact Us</h2>
<h4 style="background:transparent;">Wed love to here from you and look into your queries</h4>
</div>
<table class="outertab" >
<tr style="background:transparent;">
<th class="Box2">
<div class="content" style="background:transparent;">
<p>Design cake of your choice.</p>
<p>We too organise party.</p>
<table>
<tr>
<th class="label">Contact : </th>
<th><a href="">0000000000</a></th>
</tr>
<tr>
<th class="label">Email : </th>
<th><a href="">[email protected]</a></th>
</tr>
<tr>
<th class="label">Instagram : </th>
<th><a href="">abc</a></th>
</tr>
</table>
</div>
</th>
<th class="Box1" style="background:transparent;">
<table style="background:transparent;">
<tr style="background:transparent;">
<th style="margin-right: 2px;">
<div class="mb" style="background:transparent;">
<label for="text" class="form-label">Name</label>
<input type="text" class="form-control" id="exampleFormControlInput1" placeholder="name">
</div>
</th>
<th style="margin-left: 2px;">
<div class="mb" style="background:transparent;">
<label for="number" class="form-label">Phone No.</label>
<input type="number" class="form-control" id="exampleFormControlInput1" placeholder="XXXXXXXXXX">
</div>
</th>
</tr>
<tr style="background:transparent;">
<th colspan ="2" style="background:transparent;">
<div class="mb" style="background:transparent;">
<label for="emailId" class="form-label">Email address</label>
<input type="email" class="form-control" id="exampleFormControlInput1" placeholder="[email protected]">
</div>
</th>
</tr style="background:transparent;">
<tr><th colspan ="2" style="background:transparent;">
<div class="mb" style="background:transparent;">
<label for="exampleFormControlTextarea1" class="form-label">Purpose</label>
<textarea class="form-control" id="exampleFormControlTextarea1" rows="3"></textarea>
</div></th>
</tr>
</table>
<div class="submit"><a href="">Submit</a></div>
</th>
</tr>
</table>
</div>
</section>
<section>
<footer class="footer">
<div class="foot">
<p style="text-align: center" ;>
“Copyright © my portfolio. All Rights Reserved
</p>
</div>
</footer>
</section>
</body>
</html>