-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathauthentication.html
More file actions
182 lines (170 loc) · 8.73 KB
/
authentication.html
File metadata and controls
182 lines (170 loc) · 8.73 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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="./img/favicon.ico" type="image/x-icon" />
<meta name="description" content="quality cosmetics for all ages" />
<meta name="keywords" content="candleaf, cosmetics">
<!-- bootstrap icon -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css" />
<link rel="stylesheet" href="./css/style.css">
<title>Candleaf</title>
</head>
<body>
<main>
<section class="container">
<section class="page-authentication">
<section class="logo-candleat">
<h1><a href="./">
<figure>
<img src="./img/logos/logo.png"
alt="logo candleaf" />
</figure>
</a></h1>
</section>
<section class="account-details">
<section class="section-left">
<section class="breadcrumb">
<ul>
<li>
<a
href="./cart.html"
class="green">Cart</a>
<i class="bi bi-chevron-right"></i>
</li>
<li>
<a href="#" class="black">Details</a>
<i class="bi bi-chevron-right"></i>
</li>
<li>
<a href="#">Shipping</a>
<i class="bi bi-chevron-right"></i>
</li>
<li><a href="#">Payment</a></li>
</ul>
</section>
<form
action="thanks.html"
method="post"
id="form-authentication"
enctype="multipart/form">
<article class="contact">
<div>
<label class="title" for="contact-email-phone">Contact</label>
<p>
Do you have an account?
<a href="#">Login</a>
</p>
</div>
<input placeholder="Email or mobile phone number" id="contact_email_phone"
name="contact_email_phone" type="text" />
<article class="checkbox">
<input type="checkbox" name="newsletter" id="newsletter" />
<label for="newsletter">
Add me to Candleaf newsletter for a 10% discount</label>
</article>
</article>
<article class="shipping">
<h3 class="title">Shipping Address</h3>
<div class="wrapper">
<p>
<input id="name" name="name" type="text" placeholder="Name" />
</p>
<p>
<input id="second_name" name="second_name" type="text"
placeholder="Second Name" />
</p>
</div>
<p>
<input id="addreess" name="address" type="text"
placeholder="Address and Number" />
</p>
<div class="wrapper">
<p>
<input id="city" name="city" type="text" placeholder="City" />
</p>
<p>
<input id="postal_code" name="postal_code" type="text"
placeholder="Postal Code" />
</p>
<div class="select">
<span>Province</span>
<select name="province" id="province">
<option value="">Province</option>
</select>
</div>
</div>
<div class="select">
<span>Country/Region</span>
<select name="country-region" id="country-region">
<option value="italy">Italy</option>
</select>
</div>
<div class="checkbox">
<input type="checkbox" name="save_info" id="save_info" />
<label for="save_info">Save this informations for a future fast checkout</label>
</div>
</article>
<article class="go_to_shipping">
<p><a href="./cart.html">Back to cart</a></p>
<p><input class="button" type="submit" value="Go to shipping" /></p>
</article>
</form>
</section>
<section class="summary-product hide">
<article class="product">
<figure>
<picture>
<source media="(max-width:780px)"
srcset="./img/fotos/spiced-mint-cart-mobile.png" />
<img src="./img/fotos/spiced-mint-cart.png" alt="product spiced-mint" />
</picture>
<span>1</span>
</figure>
<div>
<h3>Spiced Mint Candleaf®</h3>
<p>$ 9.99</p>
</div>
</article>
<article class="add-code">
<input type="text" name="add_code" id="add_code" placeholder="Coupon code" />
<input type="button" class="button" id="add_code"value="Add code" />
</article>
<div class="value-product">
<div>
<p>Subtotal
<span class="price">$ 9.99</span>
</p>
<p>Shipping
<span>Calculated at the next step</span>
</p>
</div>
<p>Total
<span class="price-total">$ 9.99</span>
</p>
</div>
<!-- botao mobile -->
<article class="summary-product-button">
<div><div>
<i class="bi bi-cart"></i>
<span>1</span>
</div>
<p>
See your order details
<i class="bi bi-chevron-up"></i>
</p>
</div>
<p class="price">$ 9.99</p>
</article>
</section>
</section>
</section>
</section>
</main>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"
integrity="sha512-894YE6QWD5I59HgZOGReFYm4dnWc1Qt5NtvYSaNcOP+u1T9qYdvdihz0PPSiiqn/+/3e7Jo4EaG7TubfWGUrMQ=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="./js/projeto-final.js"></script>
</body>
</html>