-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathorder.html
233 lines (171 loc) · 9.95 KB
/
order.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Comp-126-Final-Project</title>
<!-- Link to Bootstrap 4 CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css"
integrity="sha384-9gVQ4dYFwwWSjIDZnLEWnxCjeSWFphJiwGPXr1jddIhOegiu1FwO5qRGvFXOdJZ4" crossorigin="anonymous">
<!-- a Google font -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link
href="https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;600;700&family=Red+Hat+Display:ital,wght@0,400;0,500;0,700;0,900;1,400;1,500;1,700;1,900&display=swap"
rel="stylesheet">
<!-- FontAwesome for search icon -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css"
integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
<!-- Add icon library -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Link to your custom stylesheet. Any non-Bootstrap styles you create go in this stylesheet. You can create new classes and IDs, or add new rules for classes that already exist in Bootstrap. Any rules you put in your custom stylesheet will override any styling applied to any elements of the same name in Bootstrap, as long as your custom stylesheet link comes AFTER your Bootstrap CSS link, the way it does here. -->
<link rel="stylesheet" type="text/css" href="order.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/css/all.min.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Yeseva+One&display=swap" rel="stylesheet">
<!--link to scoll effect-->
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">
</head>
<body>
<header class="flexbox1 sticky">
<nav class="navbar navbar-expand-md navbar-light">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#nav-content"
aria-controls="nav-content" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<a href="index.html" class="logo">TRIPLEY</a>
<div class="collapse navbar-collapse" id="nav-content">
<ul class="navbar-nav">
<li class="nav-item item">
<a class="nav-link underline" href="aboutus.html">About Us</a>
</li>
<li class="nav-item item">
<a class="nav-link underline" href="news.html">News</a>
</li>
<li class="nav-item item">
<a class="nav-link underline" href="products.html">Products</a>
</li>
<li class="nav-item item">
<a class="nav-link underline" href="stores.html">Stores</a>
</li>
<li class="nav-item item">
<a class="nav-link underline" href="order.html">Order</a>
</li>
</ul>
</div>
</nav>
<div class="contact">
<a href="#" class="fab fa-facebook-square"></a>
<a href="#" class="fab fa-instagram-square"></a>
<a href="#" class="fab fa-twitter-square"></a>
<a href="#" class="fas fa-phone-square-alt"></a>
</div>
</header>
<main>
<div class="pattern">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320">
<path fill-opacity="1"
d="M0,128L24,154.7C48,181,96,235,144,234.7C192,235,240,181,288,154.7C336,128,384,128,432,144C480,160,528,192,576,208C624,224,672,224,720,224C768,224,816,224,864,202.7C912,181,960,139,1008,106.7C1056,75,1104,53,1152,85.3C1200,117,1248,203,1296,245.3C1344,288,1392,288,1416,288L1440,288L1440,0L1416,0C1392,0,1344,0,1296,0C1248,0,1200,0,1152,0C1104,0,1056,0,1008,0C960,0,912,0,864,0C816,0,768,0,720,0C672,0,624,0,576,0C528,0,480,0,432,0C384,0,336,0,288,0C240,0,192,0,144,0C96,0,48,0,24,0L0,0Z">
</path>
</svg>
<div class="slogan">
<h1 data-aos="fade-down" data-aos-duration="1500" >We Deliver Your </h1>
<h1 data-aos="fade-down" data-aos-duration="1500" id="fav">Favorite Dessert</h1>
<div data-aos="fade-down" data-aos-duration="1500" class=button1>
<button type="button">Order Now</button>
</div>
<div class="circle"></div>
</div>
</div>
</main>
<section class="ddd">
<div>
<h2 >How it Works?</h2>
</div>
<div class="delivery">
<div class="delicon">
<i class="fas fa-cart-plus"></i> <h4>You choose products</h4>
</div>
<div class="dot2"></div>
<div class="dot"></div>
<div class="dot2"></div>
<div class="delicon">
<i class="fas fa-money-check-alt"></i> <h4>You pay for the order</h4>
</div>
<div class="dot2 no"></div>
<div class="dot no"></div>
<div class="dot2 no"></div>
<div class="delicon">
<i class="fas fa-truck"></i><h4>We deliver the order</h4>
</div>
<div class="dot2"></div>
<div class="dot"></div>
<div class="dot2"></div>
<div class="delicon">
<i class="fas fa-map-marked-alt"></i> <h4>Your order in place</h4>
</div>
</div>
</section>
<section>
<div class="order">
<h2>Order Form</h2>
<div class="orderform">
<form class="form1" action="/">
<div class="info">
<input type="text" name="name" placeholder="Full Name">
<input type="text" name="name" placeholder="Phone Number">
<input type="text" name="name" placeholder="Expected Delivery Date">
<select>
<option value="time" disabled selected>Delivery Time</option>
<option value="9">9:00am</option>
<option value="10">10:00am</option>
<option value="11">11:00am</option>
<option value="12">12:00pm</option>
<option value="1">1:00pm</option>
<option value="2">2:00pm</option>
<option value="3">3:00pm</option>
<option value="4">4:00pm</option>
<option value="5">5:00pm</option>
<option value="6">6:00pm</option>
</select>
<input type="text" name="name" placeholder="Street Address">
<input type="text" name="name" placeholder="Unit or Apt#">
</div>
</form>
<form class="form2" action="/">
<div class="info">
<input type="text" name="name" placeholder="City">
<input type="text" name="name" placeholder="State">
<input type="text" name="name" placeholder="Zip Code">
<textarea name="message" type="text" placeholder="Add Delivery Instruction"></textarea>
</div>
</form>
</div>
<button href="/" class="button2">Continue to Select Items</button>
<div class="empty"></div>
</div>
</section>
<footer>
<p>Copyright © 2021 TripleY Company</p>
</footer>
<!-- ADD ALL YOUR CONTENT HERE, ABOVE THE <script> ELEMENTS BELOW. Don't forget to wrap everything in a .container or .container-fluid! After that: rows, columns, and content. -->
<!-- NECESSARY <script> LINKS. The three <script> links below add jQuery, popper.js, and Bootstrap 4 JavaScript. These are libraries of scripts that are necessary to make Bootstrap's interactive and animated components work (e.g., dropdown menus, buttons, alerts, carousels, collapsing navbars and content areas, modals, popups, tooltips, etc). These three <script> links MUST appear in THIS ORDER; this is because both popper.js and the Bootstrap scripts rely on jQuery to work, so jQuery must load into your page first. We add these links at the bottom of the <body> element instead of in the <head> element so the scripts won't be loaded into your site until they're needed, which helps with your site's speed and functionality. -->
<!-- jQuery--this must come first! -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"></script>
<!-- popper.js--a library of drop-down and pop-up JavaScript scripts -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.0/umd/popper.min.js"
integrity="sha384-cs/chFZiN24E4KMATLdqdvsezGxaGsi4hLGOzlXwp5UZB1LY//20VyM2taTB4QvJ"
crossorigin="anonymous"></script>
<!-- unique Bootstrap 4 JavaScript scripts -->
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/js/bootstrap.min.js"
integrity="sha384-uefMccjFJAIv6A+rW+L4AHf99KvxDjWSu1z9VI8SKNVmz4sk7buKt/6v9KI65qnm"
crossorigin="anonymous"></script>
<!--scroll effect-->
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<script>
AOS.init();
</script>
</body>
</html>