-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdelivery.php
More file actions
206 lines (205 loc) · 4.58 KB
/
delivery.php
File metadata and controls
206 lines (205 loc) · 4.58 KB
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
<html>
<head>
<title>Home</title>
</head>
<style>
img {
display: block;
margin-left: auto;
margin-right: auto;
}
body {
font-family: Arial, Helvetica, sans-serif;
}
.navbar {
overflow: hidden;
background-color: #32CD32;
}
.navbar a {
float: left;
font-size: 18px;
color: black;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
.dropdown {
float: left;
overflow: hidden;
}
.dropdown .dropbtn {
font-size: 18px;
border: none;
outline: none;
color: black;
padding: 14px 16px;
background-color: inherit;
font-family: inherit;
margin: 0;
}
.navbar a:hover, .dropdown:hover .dropbtn {
background-color: red;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #f9f9f9;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}
.dropdown-content a {
float: none;
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
text-align: left;
}
.dropdown-content a:hover {
background-color: #ddd;
}
.dropdown:hover .dropdown-content {
display: block;
}
body {
font-family: Arial;
}
* {
box-sizing: border-box;
}
form.example input[type=text] {
padding: 9px;
font-size: 17px;
border: 1px solid grey;
float: right;
width: 30%;
background: #f1f1f1;
}
form.example button {
float: right;
width: 5%;
padding: 10px;
background: #2196F3;
color: white;
font-size: 17px;
border: 1px solid grey;
border-left: none;
cursor: pointer;
}
form.example button:hover {
background: #0b7dda;
}
form.example::after {
content: "";
clear: both;
display: table;
}
</style>
<body style="background-color:Cornsilk;">
<p>
<div style="position: relative; left: 0; top: 0;">
<a href="homepage.php">
<img src="logo.png" alt="Logo" width="300" height="300">
</a>
</p>
<form class="example" action="/action_page.php">
<button type="submit">Search<i class="fa fa-search"></i></button>
<input type="text" placeholder="Search products.." name="search">
</form>
<a class ="cart" href="cart.php">
<img align="right" border="0" alt="cart" src="cart-logo.png" width="50" height="50">
</a>
<div class="dropdown" style="float:right;">
<img src="login logo.png" alt="Log" width="50" height="50" align="left">
<button class="dropbtn">Log In/ Sign Up</button>
<div class="dropdown-content">
<a href="login.php">Sign In</a>
<a href="create-account.php">Create Account</a>
</div>
</div>
<div class="navbar" style:"float:middle;">
<a href="homepage.php">Home</a>
<div class="dropdown">
<button class="dropbtn">Shop
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="fruits.php">Fruits</a>
<a href="Vegetable.php">Vegetables</a>
</div>
</div>
<a href="delivery.php">Delivery</a>
<a href="about_us.php">About Us</a>
</div>
<br>
<br>
<div>
<h1 style="text-align:center">Front Door Delivery</h1>
<h3 style="text-align:center">Free Delivery On Us!</h3>
<p style="text-align:center">Get free delivery on boxes weighing under 20 pounds</p>
<p style="text-align:center"> $5 delivery fee if total weight of the box is over 20 pounds.</p>
<p style="text-align:center">All orders to the U.S. are inclusive of import duties.</p>
<p style="text-align:center">We do not offer international shipping.</p>
<p style="text-align:center">Limited delivery hours due to the pandemic.</p>
</div>
<body>
<style>
.footer {
position: fixed;
left: 0;
right: -1;
bottom: 0;
width: 100%;
overflow: auto;
background-color: burlywood;
color: white;
margin: 0;
}
.left{
position: fixed;
text-align: left;
float: left;
width: 34%;
left: 10;
bottom: 19;
length: 10%;
margin: -2;
}
.right{
position: fixed;
left: 0;
right: -3;
bottom: 25;
width: 99%;
length: 10%;
text-align: right;
margin: -2;
}
.center{
text-align: center;
bottom: 25;
margin: 16;
width: 94%;
}
.copyright{
position: fixed;
left: 0;
right: -3;
bottom: 5;
width: 99%;
length: 10%;
text-align: right;
margin: -2;
color: grey;
}
</style>
<div class="Footer">
<p class="left">Customer Service<br />Call: 408-666-6666</p>
<p class="right">Location<br />66 North First St San Jose, CA 95114</p>
<p class="center">Store Hours<br />M-Th: 9am - 9pm | F-Sun: 9am - 12am</p>
<h4 class="copyright">© 2020 Fresh Food, lnc </h4>
</div>
</html>
</html>
</html>