-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
168 lines (165 loc) · 10.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Let's talk</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<fieldset>
<legend>
<h1>Let's talk</h1>
<p>Think you have what it takes? Show us.</p>
</legend>
<div class="form-container">
<form action="#" method="post">
<section class="personal-info">
<div class="title">1. Personal information</div>
<div class="personal-info__name-email">
<div class="input-group">
<label for="fullname">Full name*</label>
<input type="text" id="fullname" placeholder="HyeSoo Park" required pattern="[A-Z][a-z]{2,9}"/>
</div>
<div class="input-group">
<label for="email">email*</label>
<input type="email" id="email" placeholder="[email protected]" required pattern="[a-z0-9._%+-]+@[a-z0-9.-]+\.[a-z]{2,4}"/>
</div>
<div class="input-group">
<label for="Re-enter-email">Re-enter email*</label>
<input type="email" id="Re-enter-email" placeholder="[email protected]" required pattern="[a-z0-9._%+-]+@[a-z0-9.-]+\.[a-z]{2,4}"/>
</div>
</div>
<div class="personal-info__phone">
<div class="input-group">
<label for="phone">Phone*</label>
<input type="tel" id="phone" placeholder="000-0000-0000" pattern="[0-9]{3}[ -][0-9]{3}[ -][0-9]{4}" required/>
</div>
</div>
<div class="personal-info__address">
<div class="input-group">
<label for="address">Address*</label>
<input type="text" id="address" placeholder="ex)Pyynikki, Tampere, Finland" required pattern="[A-Za-z][A-Za-z' -]+ "/>
</div>
</div>
<div class="personal-info__seconde-address">
<div class="input-group">
<input type="text" id="Address2" pattern="[A-Za-z][A-Za-z' -]+ "/>
</div>
</div>
<div class="personal-info__geo">
<div class="input-group geo-quarter">
<label for="city"></label>
<input type="text" id="city" placeholder="city" required pattern="[A-Za-z][A-Za-z' -]+ "/>
</div>
<div class="input-group geo-quarter">
<label for="state"></label>
<input type="text" id="state" placeholder="state" pattern="[A-Za-z][A-Za-z' -]+ "/>
</div>
<div class="input-group geo-quarter">
<label for="country-region"></label>
<input type="text" id="country-region" placeholder="Country/Region*" required pattern="[A-Za-z][A-Za-z' -]+ "/>
</div>
<div class="input-group geo-quarter">
<label for="zipCode"></label>
<input type="text" id="zipCode" placeholder="Zip/Postal code" pattern="[A-Za-z0-9][A-Za-z0-9' -]+ " />
</div>
</div>
<div class="hear">
<div class="input-group">
<label for="how-hear"></label>
<input type="text" id="how-hear" placeholder="How did you hear about us" />
</div>
</div>
</section>
<section class="skill-location">
<div class="title">2. Skill and location</div>
<h3 class="sub-title">Which is your primary design discipline?*</h3>
<article class="skill-location__primary-design">
<input type="radio" id="design-research" name="design-discipline" checked />
<label for="design-research" class="radio-btn--bluebg">Design Research</label>
<input type="radio" id="visual-design" name="design-discipline" />
<label for="visual-design" class="radio-btn--bluebg">Visual Design</label>
<input type="radio" id="ux-design" name="design-discipline" />
<label for="ux-design" class="radio-btn--bluebg">UX design</label>
<input type="radio" id="front-end" name="design-discipline" />
<label for="front-end" class="radio-btn--bluebg">Front-end Dev</label>
</article>
<article class="skill-location__experience-place">
<div class="skill-location__experience">
<h3 class="sub-title">Do you have expericene with any other disciplines?</h3>
<div class="skill-location__experience-checkbox">
<label for="visual-design-exp" class="checkbox-label">Visual Design
<input type="checkbox" id="visual-design-exp" name="experience" checked />
<span class="checkmark"></span>
</label>
<label for="ux-exp" class="checkbox-label">UX design
<input type="checkbox" id="ux-exp" name="experience" />
<span class="checkmark"></span>
</label>
<label for="front-end-exp" class="checkbox-label">Front-end Development
<input type="checkbox" id="front-end-exp" name="experience" />
<span class="checkmark"></span>
</label>
</div>
</div>
<div class="skill-location__working-place">
<h3 class="sub-title">Where are you interested in working?</h3>
<h4 class="sub-explain">You must be legally authorized to work without visa sponsorship in the location you choose.</h4>
<div class="skill-location__working-place-checkbox">
<label for="austine" class="checkbox-label">Austine, Texas
<input type="checkbox" id="austine" name="working-place" checked />
<span class="checkmark"></span>
</label>
<label for="newyork" class="checkbox-label">New York, New York
<input type="checkbox" id="newyork" name="working-place" checked />
<span class="checkmark"></span>
</label>
<label for="toronto" class="checkbox-label">Toronto, Canada
<input type="checkbox" id="toronto" name="working-place" checked />
<span class="checkmark"></span>
</label>
<label for="shanghai" class="checkbox-label">Shanghai, China
<input type="checkbox" id="shanghai" name="working-place" checked />
<span class="checkmark"></span>
</label>
<label for="dublin" class="checkbox-label">Dublin, Ireland
<input type="checkbox" id="dublin" name="working-place" checked />
<span class="checkmark"></span>
</label>
<label for="hursley" class="checkbox-label">Hursley, United Kingdom
<input type="checkbox" id="hursley" name="working-place" checked />
<span class="checkmark"></span>
</label>
<label for="boeblingen" class="checkbox-label">Boeblingen, Germany
<input type="checkbox" id="boeblingen" name="working-place" checked />
<span class="checkmark"></span>
</label>
<label for="Somewhere" class="checkbox-label">Somewhere else
<input type="checkbox" id="Somewhere" name="working-place" checked />
<span class="checkmark"></span>
</label>
</div>
</div>
</article>
</section>
<section class="portfolio">
<h3 class="title">3.Portfolio</h3>
<h4 class="sub-title">
Prove you're IBM's next great designer by showing us how your area. What you've done. How you think. Tell us story.
</h4>
<div class="portfolio__link">
<label>Portfolio link*</label>
<input type="url" name="portfolio-link" placeholder="https://visittampere.fi/en/articles/pispala-and-pyynikki/" required />
</div>
<textarea rows="10" cols="200" placeholder="Anything else(another link, availablity, etc?)"></textarea>
</section>
<div>
<button type="submit" class="submit" value="Submit">Submit</button>
</div>
</form>
</div>
</fieldset>
</body>
</html>