-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproduct_1.html
146 lines (138 loc) · 5.44 KB
/
product_1.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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="/img/icon.png" type="image/png" />
<link rel="shortcut icon" href="/img/favicon.ico" />
<link rel="stylesheet" type="text/css" href="css/reset.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons+Outlined" rel="stylesheet">
<title>Spiced Mint Candle</title>
</head>
<body>
<header>
<div class="topbar container">
<h1><a href="/"><img src="img/logo.png" alt="Brand Logo"></a></h1>
<nav>
<div class="menu-hamburger">
<span></span>
<span></span>
<span></span>
</div>
<ul>
<li><a href="#learn">Discovery</a></li>
<li><a href="">About</a></li>
<li><a href="#footer">Contact us</a></li>
</ul>
</nav>
<div>
<span class="material-icons-outlined">person_outline</span>
<span class="material-icons-outlined">shopping_cart</span>
</div>
</div>
</header>
<main class="product">
<article class="container">
<h2 class="mobile_only">Spiced Mint Candleaf®</h2>
<figure>
<img src="img/candle_product.png" alt="Spiced Mint Candleaf® foto expositiva">
<figcaption>All hand-made with natural soy wax, Candleaf is made for your pleasure moments</figcaption>
<h3>🚚 FREE SHIPPING</h3>
</figure>
<article class="add-to-cart">
<h2>Spiced Mint Candleaf®</h2>
<div class="left-column">
<h3>$ 9.99</h3>
<div class="quantity">
<h4>Quantity</h4>
<div class="counter">
<p>-</p>
<p>1</p>
<p>+</p>
</div>
</div>
<p class="alert-negative">Attention:<br>Quantity can't be negative!'</p>
<p class="alert-out">No more items can be added.</p>
</div>
<div class="right-column">
<div>
<input type="radio" name="radio" id="one" >
<label for="one">One time purchase</label>
</div>
<div class="active">
<input type="radio" name="radio" id="always" checked>
<label for="always">Subscribe and delivery every</label>
<select>
<option value="1 week">1 week</option>
<option value="1 week">2 weeks</option>
<option value="1 week">3 weeks</option>
<option value="1 week">4 weeks</option>
</select>
<p>Subscribe now and get the 10% of discount on every recurring order. The discount will be applied at checkout. <a href="#" class="pop-open">See details</a></p>
</div>
</div>
<div class="clear"></div>
<a href="/cart.html" class="btn"><span class="material-icons-outlined">shopping_cart</span> + Add to cart</a>
<div class="product-description">
<p><span>Wax:</span> Top grade Soy wax that delivers a smoke less, consistent burn</p>
<p><span>Fragrance:</span> Premium quality ingredients with natural essential oils </p>
<p><span>Burning Time:</span> 70-75 hours <br class="mobile_only"><span>Dimension:</span> 10cm x 5cm <br class="mobile_only"><span>Weight:</span> 400g </p>
</div>
</article>
<p class="mobile_only">All hand-made with natural soy wax, Candleaf is made for your pleasure moments</p>
<h3 class="mobile_only">🚚 FREE SHIPPING</h3>
</article>
</main>
<footer id="footer">
<article class="container">
<figure>
<a href="#top"><img src="img/logo-dark.png" alt="Logo da Candleaf"></a>
<figcaption>Your natural candle made for your home and for your wellness.</figcaption>
</figure>
<article class="menu-footer">
<ul>
<li>Discovery</li>
<li><a href="#">New season</a></li>
<li><a href="#">Most searched</a></li>
<li><a href="#">Most selled</a></li>
</ul>
<ul>
<li>About</li>
<li><a href="#">Help</a></li>
<li><a href="#">Shipping</a></li>
<li><a href="#">Affiliate</a></li>
</ul>
<ul>
<li>Info</li>
<li><a href="#">Contact us</a></li>
<li><a href="#">Privacy Policies</a></li>
<li><a href="#">Terms & Conditions</a></li>
</ul>
</article>
</article>
<section class="bottonbar">
<div class="container">
<h4><a href="https://codeblue.com.br/" target="_blank">©Codeblue</a> All Rights Reserved.</h4>
<h4>Coded by <a href="https://www.linkedin.com/in/wagner-trezub/" target="_blank">Wagner Trezub</a></h4>
</div>
</section>
</footer>
<section class="popup">
<article>
<span class="material-icons-outlined pop-close">cancel</span>
<figure>
<img src="img/jira_codeblue.png" alt="">
<figcaption>Powered by Codeblue</figcaption>
</figure>
<figure>
<img src="img/logo-wagner.png" alt="" width="128" height="128">
<figcaption>Coded by Wagner Trezub</figcaption>
</figure>
</article>
</section>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<script src="js/script.js"></script>
</body>
</html>