-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlaces.html
More file actions
151 lines (119 loc) · 6.14 KB
/
laces.html
File metadata and controls
151 lines (119 loc) · 6.14 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="stylesheet.css">
</head>
<body style="background-color: rgb(250, 211, 164);">
<nav class="homepage-fixed" style=" position: relative;">
<div class="logo"><h1><a href="index.html">EZE's shoes</a></h1></div>
<div class="nav-items">
<a href="/index.html">Home</a>
<a href="/Aboutme.html">About us</a>
<a href="/Contact.html">Contact</a>
</div>
</nav>
<main class="container-product">
<a href="webshop.html">
<button type="button" class="return-button"><img src="/arrow-1314462_1280.png"></button>
</a>
<div class="left-column-product">
<img id="rope-laces" src="downloaden.png" alt="">
</div>
<!-- Right Column -->
<div class="right-column-product">
<!-- Product Description -->
<div class="product-description">
<span>accessories</span>
<h1>rope laces</h1>
<p>Upgrade your footwear with our durable rope laces, designed for both style and functionality. Made from high-quality materials, these laces add a unique texture to any shoe, available in various colors and lengths. Perfect for customizing your look while ensuring a secure fit, our rope laces are a stylish addition to your shoe collection!
</p>
</div>
<!-- Product Configuration -->
<div class="product-configuration">
<!-- Product Color -->
<div class="product-color">
<span style="font-size: larger;">COLORS</span><br> CREAM/ </span>
</div>
<!-- Cable Configuration -->
<div class="cable-config">
<span>length</span>
<div class="cable-choose">
<button>1.2M </buttoN>
<button>1.5M </buttoN>
</div>
<a href="#"></a>
</div>
</div>
<!-- Product Pricing -->
<div class="product-price">
<span 14€</span>
<a href="#" id="openModalBtn" class="cart-btn">Order now</a>
<!-- Modal structure -->
<div id="myModal" class="modal">
<!-- Modal content -->
<div class="modal-content">
<span class="close">×</span>
<h2>What's ur preffered method of payment</h2>
<hr class="division-line">
<h2 class="header-order-info">Order Info</h2>
<div>
<form action="https://api.web3forms.com/submit" method="POST">
<input type="hidden" name="access_key" value="cff3978c-f483-4c68-847d-ebe39224fb6f">
<div class="container-order-info input-styling">
<div class="input-group">
<label for="fname">First Name:</label>
<input type="text" id="fname" name="laces" placeholder="First Name" required>
</div>
<div class="input-group input-styling">
<label for="lname">Last Name:</label>
<input type="text" id="lname" name="lname" placeholder="Last Name" required>
</div>
</div>
<label for="adres input-styling">Street Name:</label>
<input type="text" id="adres" name="adres" placeholder="Street Name" required>
<div class="adres-input container-order-info">
<div class="adres-group input-styling">
<label for="city">City:</label>
<input type="text" id="city" name="city" placeholder="City" required>
</div>
<div class="adres-group input-styling">
<label for="postalcode">Postal Code:</label>
<input type="text" id="postalcode" name="postalcode" placeholder="Postal Code" required>
</div>
<div class="adres-group input-styling">
<label for="housenumber">House Number:</label>
<input type="text" id="housenumber" name="housenumber" placeholder="House Number" required>
</div>
</div>
<label for="country">ur preffered payment method</label>
<select id="country" name="country" required>
<option value="Tikkie">Tikkie</option>
<option value="Mollie">Mollie</option>
<option value="Paypal">Paypal</option>
</select>
<label for="country">Country:</label>
<select id="country" name="country" required>
<option value="Netherlands">Netherlands</option>
<option value="Belgium">Belgium</option>
<option value="Germany">Germany</option>
<option value="France">France</option>
</select>
<label for="phone">Phone Number:</label>
<input type="text" id="phone" name="phone" placeholder="Your Phone Number" required>
<label for="phone">Diffrent shoe size:</label>
<input type="text" id="phone" name="phone" placeholder="e.g. 33" >
<div style="display: flex; justify-content: center; margin-top: 3rem;">
<input class="submit-btn" type="submit" value="Submit">
</div>
</form>
</div>
</div>
<script src="popup1.js"></script>
</div>
</div>
</main>
</body>
</html>