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
132 lines (105 loc) · 6.13 KB
/
store.html
File metadata and controls
132 lines (105 loc) · 6.13 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Karma</title>
<link href='https://fonts.googleapis.com/css?family=Roboto:400,500,300' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/store.css">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
<header>
<logo class="logo">
<img src="C:\Users\Инна\Desktop\CYF_Folder\HTML-CSS-Module-Project\img\karma-logo.svg"/>
</logo>
<nav>
<ul class="nav">
<li><a href="#"> Meet Karma </a></li>
<li><a href="#"> How it Works </a></li>
<li><a href="#"> Store </a></li>
<li><a href="#"> Blog</a></li>
<li><a href="#"> Help </a></li>
<li><a href="#"> Login </a></li>
</ul>
</nav>
</header>
<main>
<section class="form-section">
<div class="form-wrapper">
<form action="/somewhere/">
<h1>Order your Karma wifi device today!</h1>
<div class="names-wrapper input-space">
<div>
<label for="first">First name:*</label>
<input class="full-input" type="text" minLength="2" maxLenght="20"name="first_name" id="first-name" required/>
</div>
<div>
<label for="last">Last name:*</label>
<input class="full-input" type="text" minLength="2" maxLenght="20" name="last_name" id="last-name" required/>
</div>
</div>
<div class="input-space">
<label for="address">Address:*</label>
<input class="full-input" type="text" name="user_address" id="address" required/>
</div>
<div class="input-space">
<label for="address2">Address2:*</label>
<input class="full-input" type="text" name="user_address2" id="address2" required/>
<div class="names-wrapper input-space">
<div class="city-input">
<label for="city">City*</label>
<select required class="full-input select-input" name="city" id="city">
<option selected disabled value="">Select your city...</option>
<option value="UK">London</option>
<option value="Ukraine">Cheltanham</option>
<option value="Poland">Bristol</option>
</select>
</div>
<div class="postcode">
<label for="postcode">Postcode*</label>
<input class="full-input" type="text" id="postcode" required>
</div>
</div>
<fieldset class="input-space">
<legend>Select a color:</legend>
<div class="radio-wrapper">
<label for="orange">Karma orange</label>
<input type="radio" name="color" id="orange" value="orange">
</div>
<div class="radio-wrapper">
<label for="grey">Space Grey</label>
<input type="radio" name="color" id="grey" value="grey">
</div>
</fieldset>
<div class="input-space">
<input type="checkbox" name="agree-box" id="agree-box">
<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.3622 0.50079C15.0181 0.515037 14.7398 0.712002 14.5632 0.962826L5.80398 13.1336L2.44017 8.45967C2.35049 8.33105 2.23519 8.21633 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.4953 0.52495 9.6537 0.571762 9.80419C0.617957 9.9527 0.687267 10.0955 0.78095 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.72465C16.3635 2.53304 16.4489 2.30336 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.758696C15.8718 0.593603 15.6297 0.48983 15.3624 0.500781L15.3828 0.999243L15.3622 0.50079Z" fill="#DE6E49" stroke="#DE6E49"/>
</svg>
</div>
<label for="agree-box">By placing your order you agree to Karmas <a href="/termsandconditions">Terms and Conditions</a>*</label>
</div>
<button class="primary-button">Place my order</button>
</form>
</div>
<div class="image-wrapper">
<img src="C:\Users\Инна\Desktop\CYF_Folder\HTML-CSS-Module-Project\level-2\store-image_by-andrew-neel-unsplash.jpg"/>
</div>
</section>
</main>
<footer>
<p>Join us on</p>
<div class="join"></div>
<p><a href=""><img id="tw" src="C:\Users\Инна\Desktop\CYF_Folder\HTML-CSS-Module-Project\img\twitter-icon.svg"></a>
<a href=""><img id="fb" src="C:\Users\Инна\Desktop\CYF_Folder\HTML-CSS-Module-Project\img\facebook-icon.svg"></a>
<a href=""><img id="inst" src="C:\Users\Инна\Desktop\CYF_Folder\HTML-CSS-Module-Project\img\instagram-icon.svg"></a></p>
</div>
</footer>
<p id="copyright">Karma Mobility, Ink ©</p>
<!-- Add your HTML markup here -->
<!-- Remember: Use semantic HTML tags like <header>, <main>, <nav>, <footer>, <section> etc -->
<!-- All the images you need are in the 'img' folder -->
</body>
</html>