-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
190 lines (172 loc) · 9.97 KB
/
index.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
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
183
184
185
186
187
188
189
190
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>A Pen by wasimpakhtoonyar</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<!-- partial:index.partial.html -->
<html lang="en">
<head>
<title>
Homework week 3
</title>
</head>
<header>
<nav>
<ul>
<li class="logo"><img src="https://i.pinimg.com/originals/5c/08/13/5c0813c5d256b2055b73eef573f4ac67.jpg" alt="logo">
</li>
<li class="current-step"> Step 1</li>
<li>
<a herf="https://www.google.com/">Step 2</a>
<li>
<a herf="https://www.scorespro.com/">Step 3</a>
<li>
<a herf="https://dk.godaddy.com/">Step 4</a>
</li>
</ul
</nav>
</header
<form action>
<main>
<section>
<h1>Sign up to yourcustomtailor.com</h1>
<p>
It’s important to understand that a lot of your success with email marketing depends entirely on the email marketing software you choose because they are responsible for making sure that your emails actually get delivered.
</p>
<br>
<p>
A good email marketing service should enable you to create highly engaging email newsletters with an easy user interface (ideally drag & drop).
You should be able to easily send bulk emails that are actually personalized and targeted without a lot of work. This is also known as marketing automation.
</p>
<h2>Step 1/4 - tell us who you are? </h2>
<!-- progress bar -->
<div class="bar">
<label for="progress-bar">Progress</label>
<progress class="progress-bar" id="progress-bar" max="100" value="20"></progress>
</div>
<p>Let's spend a minute to get to know each other? Please enter the following information:</p>
</section>
<!-- form fields -->
<section class="form-fields">
<ul>
<li><label for="first_name">First Name <abbr title="required"><sup>*</sup></abbr></label></li>
<li><input autofocus="" type="text" name="first_name" id="first_name" placeholder="Enter your first name" required=""></li>
<li><label for="last_name">Last Name <abbr title="required"><sup>*</sup></abbr></label></li>
<li><input autofocus="" type="text" name="last_name" id="last_name" placeholder="Enter your last name" required=""></li>
<li><label for="street">Street Address<abbr title="required"><sup>*</sup></abbr></label></li>
<li><input autofocus="" type="text" name="street" id="street_address" placeholder="Enter your address" required=""></li>
<li><label for="post_code">Post code <abbr title="required"><sup>*</sup></abbr></label></li>
<li><input autofocus="" type="text" name="post_code" id="post_code" placeholder="0000" required="" maxlength="4" pattern="[1-9]{1}[0-9]{3}$" title="check your zip code. Only Danish zip codes are allowed."></li>
<li class="country"><label for="country">Country <abbr title="required"><sup>*</sup></abbr></label></li>
<li>
<select id="country" name="country">
<option disabled="">Select a country</option>
<option value="Andorra">Andorra</option>
<option value="Austria">Austria</option>
<option value="Belgium">Belgium</option>
<option value="Denmark" selected="">Denmark</option>
<option value="Faroe_Islands">Faroe_Islands</option>
<option value="Finland">Finland</option>
<option value="France">France</option>
<option value="Germany">Germany</option>
<option value="Gibraltar">Gibraltar</option>
<option value="Greece">Greece</option>
<option value="Guernsey">Guernsey</option>
<option value="Iceland">Iceland</option>
<option value="Ireland">Ireland</option>
<option value="Isle_of_Man">Isle_of_Man</option>
<option value="Italy">Italy</option>
<option value="Jersey">Jersey</option>
<option value="Liechtenstein">Liechtenstein</option>
<option value="Luxembourg">Luxembourg</option>
<option value="Malta">Malta</option>
<option value="Monaco">Monaco</option>
<option value="Netherlands">Netherlands</option>
<option value="Norway">Norway</option>
<option value="Portugal">Portugal</option>
<option value="San_Marino">San_Marino</option>
<option value="Spain">Spain</option>
<option value="Sweden">Sweden</option>
<option value="Switzerland">Switzerland</option>
<option value="United_Kingdom">United_Kingdom</option>
</select>
</li>
</ul>
<!-- profile box -->
<section class="profile">
<ul>
<li><label for="profile">Profile description</label>
<p class="profile">Please provide a short description of yourself to be displayed on our social community pages.</p>
</li>
<li><textarea id="profile" name="profile" placeholder="maximum 500 characters" cols="8" rows="4"></textarea></li>
<li>Use the same address for billing and shipping? Uncheck below to fill out a separate shipping address</li>
</ul>
</section>
</section>
<section>
<input id="shipsame" type="checkbox" checked="">
<label for="shipsame" class="rc-label">Shipping Address</label>
<!-- shipping information fields -->
<ul class="ship-preferences">
<li><label for="first_name2">First Name <abbr title="required"><sup>*</sup></abbr></label></li>
<li><input autofocus="" type="text" name="first_name2" id="first_name2" placeholder="Enter your first name" required=""></li>
<li><label for="last_name2">Last Name <abbr title="required"><sup>*</sup></abbr></label></li>
<li><input autofocus="" type="text" name="last_name2" id="last_name2" placeholder="Enter your last name" required=""></li>
<li><label for="street2">Street Address<abbr title="required"><sup>*</sup></abbr></label></li>
<li><input autofocus="" type="text" name="street2" id="street_address2" placeholder="Enter your address" required=""></li>
<li><label for="post_code2">Post code <abbr title="required"><sup>*</sup></abbr></label></li>
<li><input autofocus="" type="text" name="post_code2" id="post_code2" placeholder="0000" required="" maxlength="4" pattern="[1-9]{1}[0-9]{3}$" title="check your zip code. Only Danish zip codes are allowed."></li>
<li class="country"><label for="country2">Country <abbr title="required"><sup>*</sup></abbr></label></li>
<li>
<select id="country2" name="country2">
<option disabled="">Select a country</option>
<option value="Andorra">Andorra</option>
<option value="Austria">Austria</option>
<option value="Belgium">Belgium</option>
<option value="Denmark" selected="">Denmark</option>
<option value="Faroe_Islands">Faroe_Islands</option>
<option value="Finland">Finland</option>
<option value="France">France</option>
<option value="Germany">Germany</option>
<option value="Gibraltar">Gibraltar</option>
<option value="Greece">Greece</option>
<option value="Guernsey">Guernsey</option>
<option value="Iceland">Iceland</option>
<option value="Ireland">Ireland</option>
<option value="Isle_of_Man">Isle_of_Man</option>
<option value="Italy">Italy</option>
<option value="Jersey">Jersey</option>
<option value="Liechtenstein">Liechtenstein</option>
<option value="Luxembourg">Luxembourg</option>
<option value="Malta">Malta</option>
<option value="Monaco">Monaco</option>
<option value="Netherlands">Netherlands</option>
<option value="Norway">Norway</option>
<option value="Portugal">Portugal</option>
<option value="San_Marino">San_Marino</option>
<option value="Spain">Spain</option>
<option value="Sweden">Sweden</option>
<option value="Switzerland">Switzerland</option>
<option value="United_Kingdom">United_Kingdom</option>
</select>
</li>
</ul>
</section>
</main>
<!-- footer -->
<footer>
<ul>
<li><button id="reset" type="reset">Start over</button></li>
<li><button id="submit" type="submit">Check form</button></li>
<li><a href="https://edition.cnn.com/">Next</a></li>
</ul>
</footer>
</form>
</body>
</html>
<!-- partial -->
</body>
</html>