-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcreate_cart.html
180 lines (180 loc) · 12.3 KB
/
create_cart.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
<!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/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/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/Create Cart.css">
<title> Tea Setup - Create Cart </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 active text-warning bg-dark" 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"> 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 bg-light" 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 = "container-sm main_one mb-3">
<h3 class = "fs-1 text-warning center_text lighter_text"> Create Cart </h3>
<div class = "card shadow p-3 m-1 border-0">
<div class = "bg-dark text-white center_text p-1 rounded"> Create a Cart here to become our permanent customer </div>
<div class = "card-body p-1">
<h4 class = "fs-4 lighter_text card-title text-warning center_text"> Here is the form for it! </h4>
<form class = "p-1 m-1">
<div class = "row g-2 mb-3">
<div class = "col-md">
<div class = "form-floating">
<input type = "text" id = "f_name" class = "form-control text-warning" placeholder = "First Name" required>
<label for = "f_name" class = "text-secondary"> First Name </label>
</div>
</div>
<div class = "col-md">
<div class = "form-floating">
<input type = "text" id = "L_name" class = "form-control text-warning" placeholder = "Last Name" required>
<label for = "L_name" class = "text-secondary"> Last Name </label>
</div>
</div>
</div>
<div class = "row g-2 mb-3">
<div class = "col-md">
<div class = "form-floating">
<input type = "email" id = "user_mail" class = "form-control text-warning" placeholder = "Email" required>
<label for = "user_mail" class = "text-secondary"> Email </label>
</div>
</div>
<div class = "col-md">
<div class = "form-floating">
<input type = "password" id = "password" class = "form-control text-warning" placeholder = "Password" required>
<label for = "password" class = "text-secondary"> Password </label>
</div>
</div>
</div>
<div class = "form-floating mb-3">
<input type = "tel" id = "contact_no" class = "form-control text-warning" placeholder = "Contact No." required>
<label for = "contact_no" class = "text-secondary"> Contact No. </label>
</div>
<div class = "form-floating mb-3">
<textarea class = "form-control text-warning" id = "comment" cols =" 30" rows = "10" placeholder = "Leave a Comment here!" style = "resize: none;"></textarea>
<label for = "comment" class = "text-secondary"> Leave a comment! </label>
</div>
<div class = "m-1">
<button class = "btn btn-primary m-1" type = "Submit"> Create </button>
<button class = "btn btn-primary m-1" type = "Reset"> Clear All </button>
</div>
</form>
</div>
</div>
</div>
<div class = "d-flex justify-content-center">
<div class = "m-3 card text-center rounded center_one shadow-lg border-0">
<div class = "card-header bg-dark text-white"> Remember the words below, before creating the cart! </div>
<div class = "card-body bg-dark">
<h4 class = "fs-4 text-warning"> Instructions are written as below! </h4>
<ul class = "list-group list-group-flush">
<li class = "list-group-item text-primary bg-dark one_on"> Remember your email </li>
<li class = "list-group-item text-primary bg-dark one_on"> Remember your password </li>
<li class = "list-group-item text-primary bg-dark one_on"> Type Phone number carefully. </li>
<li class = "list-group-item text-primary bg-dark one_on"> After creating the cart do not forget to order first time. </li>
</ul>
</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 = "[email protected]" required>
<label id = "floatinginput"> Email </label>
</div>
<div class = "form-floating mb-2">
<input type = "password" class = "form-control" id = "floatingpassword" placeholder = "Password" required>
<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>
</body>
</html>