forked from CodeYourFuture/HTML-CSS-Module-Project
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstore.html
More file actions
164 lines (153 loc) · 5.79 KB
/
store.html
File metadata and controls
164 lines (153 loc) · 5.79 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
<!DOCTYPE html>
<html lang="en">
<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" />
<title>Karma Store</title>
<link rel="stylesheet" href="store.css" />
<link rel="additional page" href="index.html" />
<link
href="https://fonts.googleapis.com/css?family=Roboto:400,500,300"
rel="stylesheet"
type="text/css"
/>
</head>
<body>
<header>
<img src="img/karma-logo.svg" alt="karma logo" id="karma-logo" />
<nav id="nav-bar">
<a href="index.html" id="karma-meet">Meet Karma</a>
<a href="works">How it Works</a>
<a href="store">Store</a>
<a href="blog">Blog</a>
<a href="help">Help</a>
<a href="login">Login</a>
</nav>
</header>
<main>
<section>
<div class="title-form">
<h1>Order your Karma wifi device today</h1>
<form class="form">
<div class="name-wrapper">
<div class="first-input">
<label for="firstname">First name*</label>
<input
class="name"
type="text"
id="firstname"
name="first-name"
required
/>
</div>
<div class="last-input">
<label for="lastname">Last name*</label>
<input
class="name"
type="text"
id="lastname"
name="last-name"
required
/>
</div>
</div>
<label for="address">Address*</label>
<input
class="name"
type="text"
id="address"
name="address"
required
/>
<label for="address2">Address 2</label>
<input class="name" type="text" id="address2" name="address2" />
<div class="name-wrapper">
<div class="city-wrapper">
<label for="city">City*</label>
<select name="city" id="city" class="name" required>
<option selected disabled value="default">
Select your city...
</option>
<option value="london">London</option>
<option value="birmingham">Birmingham</option>
<option value="manchester">Manchester</option>
<option value="guildford">Guildford</option>
</select>
</div>
<div class="postcode-wrapper">
<label for="postcode">Postcode*</label>
<input
class="name"
type="text"
id="postcode"
name="postcode"
required
/>
</div>
</div>
<fieldset>
<legend>Select a colour</legend>
<input
type="radio"
id="orange"
name="karma-orange"
value="Karma orange"
checked
/>
<label for="orange">Karma Orange</label>
<input
type="radio"
id="grey"
name="space-grey"
value="Space grey"
/>
<label for="grey">Space Grey</label>
</fieldset>
<div class="box-terms">
<input type="checkbox" id="terms" name="terms and conditions" />
<div class="tick-wrapper">
<svg
class="icon"
width="17"
height="17"
viewBox="0 0 17 17"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M15.3624 0.500781L15.3622 0.50079C15.018 0.515038 14.7397 0.712028 14.5632 0.962878L5.80398 13.1336L2.44018 8.45967C2.3505 8.33105 2.23519 8.21634 2.09472 8.13198C1.95137 8.04589 1.78691 7.99482 1.61264 7.99235C1.43827 7.98989 1.27215 8.03635 1.12618 8.11916C0.98155 8.2012 0.862485 8.31531 0.769755 8.44416C0.67702 8.57301 0.609113 8.71844 0.564752 8.86942C0.520316 9.02065 0.498888 9.17939 0.500044 9.33735C0.501201 9.49529 0.52495 9.6537 0.571762 9.80419C0.617958 9.9527 0.687269 10.0955 0.780954 10.2216L4.97435 16.0482L4.97441 16.0483C5.15845 16.3039 5.44947 16.5 5.80398 16.5C6.15848 16.5 6.4495 16.3039 6.63355 16.0483L6.63361 16.0482L16.2225 2.72471C16.3634 2.53308 16.4489 2.30339 16.4829 2.07016C16.5171 1.83492 16.5001 1.58974 16.4309 1.36263C16.3621 1.13681 16.239 0.920931 16.057 0.758695C15.8718 0.593603 15.6297 0.48983 15.3624 0.500781Z"
fill="#DE6E49"
stroke="#DE6E49"
/>
</svg>
</div>
<label for="terms"
>By placing your order you agree to Karma's<a
href="termsconditions"
>Terms and Conditions</a
>*</label
>
</div>
<button type="submit">Place my order</button>
</form>
</div>
<div class="image">
<img
src="level-2/store-image_by-andrew-neel-unsplash.jpg"
alt="girl working at desk"
/>
</div>
</section>
</main>
<footer>
<p>Join us on</p>
<div>
<img src="img/twitter-icon.svg" alt="twitter logo" class="smicon" />
<img src="img/facebook-icon.svg" alt="facebook logo" class="smicon" />
<img src="img/instagram-icon.svg" alt="instagram logo" class="smicon" />
</div>
<p id="copyright">© Karma Mobility, Inc.</p>
</footer>
</body>
</html>