-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
401 lines (337 loc) · 15.5 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
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
<!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>UsabiltyHub | User Research & Usability Testing Platform</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- Top - Banner -->
<div class="top-banner">
<div class="container">
<div class="small-bold-text banner-text"> 👨🎓   New to Usability Hub: Open and Closed Card Sorting </div>
</div>
</div>
<!-- Navbar -->
<nav>
<div class="container">
<div class="main-nav flex">
<div class="company-logo">
<a href="#"><img src="/assets/asset 1.png" alt="Company Logo"></a>
</div>
<div class="nav-links flex">
<ul class="flex">
<li><a href="#" class="hover-links">Products</a></li>
<li><a href="#" class="hover-links">Customers</a></li>
<li><a href="#" class="hover-links">Pricing</a></li>
<li><a href="#" class="hover-links">Resources</a></li>
<li><a href="#" class="hover-links secondary-button">Sign In</a></li>
<li><a href="#" class="hover-links primary-button">Sign Up</a></li>
</ul>
</div>
</div>
</div>
</nav>
<!-- Header -->
<header>
<div class="container flex header-section">
<div class="header-left">
<h1>Design confidently.</h1>
<p>UsabilityHub is a remote user research platform that takes the guesswork out of design decisions by validating them with real users.</p>
<a class="primary-button get-started-btn" href="#">Get Started</a>
</div>
<div class="header-right">
<img src="/assets/asset 2.png" alt="">
</div>
</div>
</header>
<!-- Companies - Section -->
<section class="companies-section">
<div class="container">
<div class="small-bold-text companies-header">
The world's best companies rely on UsabilityHub to make better design decisions.
</div>
<div class="logos flex">
<img class="logo" src="/assets/asset 3.png" alt="">
<img class="logo" src="/assets/asset 4.png" alt="">
<img class="logo" src="/assets/asset 5.png" alt="">
<img class="logo" src="/assets/asset 6.png" alt="">
<img class="logo" src="/assets/asset 7.png" alt="">
<img class="logo" src="/assets/asset 8.svg" alt="">
<img class="logo" src="/assets/asset 9.png" alt="">
</div>
</div>
</section>
<!-- Features Section -->
<section class="features-section">
<div class="container">
<div class="features-header">
<h2>Your user research Swiss Army knife</h2>
<a class="secondary-button see-all-features-btn" href="#">
See all features <i class="fa-solid fa-right-long"></i>
</a>
</div>
<div class="features-area flex">
<div class="features-card flex">
<img src="/assets/asset 11.svg" alt="">
<h4>Card sorting</h4>
<p>Discover how people group and label information.</p>
<a class="secondary-button" href="#">
Learn More  <i class="fa-solid fa-right-long"></i>
</a>
</div>
<div class="features-card flex">
<img src="/assets/asset 17.svg" alt="">
<h4>Five second tests</h4>
<p>Test comprehensibility by measuring first impressions.</p>
<a class="secondary-button" href="#">
Learn More  <i class="fa-solid fa-right-long"></i>
</a>
</div>
<div class="features-card flex">
<img src="/assets/asset 13.svg" alt="">
<h4>Prototype tests</h4>
<p>Discover how people navigate your Figma prototypes.</p>
<a class="secondary-button" href="#">
Learn More  <i class="fa-solid fa-right-long"></i>
</a>
</div>
<div class="features-card flex">
<img src="/assets/asset 15.svg" alt="">
<h4>Design surveys</h4>
<p>Get feedback on images, videos or audio files.</p>
<a class="secondary-button" href="#">
Learn More  <i class="fa-solid fa-right-long"></i>
</a>
</div>
<div class="features-card flex">
<img src="/assets/asset 14.svg" alt="">
<h4>First click tests</h4>
<p>Test interaction with first click and navigation tests.</p>
<a class="secondary-button" href="#">
Learn More  <i class="fa-solid fa-right-long"></i>
</a>
</div>
<div class="features-card flex">
<img src="/assets/asset 16.svg" alt="">
<h4>Preference tests</h4>
<p>Find out which designs users prefer and why.</p>
<a class="secondary-button" href="#">
Learn More  <i class="fa-solid fa-right-long"></i>
</a>
</div>
</div>
</div>
</section>
<!-- Big - Features - Section -->
<div class="big-features-section">
<div class="container flex big-feature-container">
<div class="feature-img">
<img src="/assets/asset 18.png" alt="">
</div>
<div class="feature-desc flex">
<h4>Effortless validation for</h4>
<h2>Design professionals</h3>
<p>Test interfaces, interaction flows, iconography and more, to help you create intuitive and delightful experiences for your users.</p>
<img src="/assets/asset 19.png" alt="">
<div class="quote">
<p>The navigation test is god's gift to UI designers, it probably has the best power-to-simplicity ratio of any software, ever.</p>
</div>
<div class="emp-review">
<div class="profile-pic">
<img src="/assets/asset 20.png" alt="">
</div>
<div class="emp-desc">
<h4>Nick Franklin</h4>
<p>Cheif Executive Officer</p>
</div>
</div>
</div>
</div>
</div>
<div class="big-features-section">
<div id="reverse-feature" class="container flex big-feature-container-rev">
<div class="feature-img">
<img src="/assets/asset 24.png" alt="">
</div>
<div class="feature-desc flex">
<h4>Easier decision making for</h4>
<h2>Product managers</h3>
<p>Ensure you’re delivering the right features to the right customers by validating product concepts with your target audience.</p>
<img src="/assets/asset 25.png" alt="">
<div class="quote">
<p>Adopting UsabilityHub got us into the habit of asking our users questions before locking in decisions.</p>
</div>
<div class="emp-review">
<div class="profile-pic">
<img src="/assets/asset 26.png" alt="">
</div>
<div class="emp-desc">
<h4>Ron Diorio</h4>
<p>VP Innovation & New Products</p>
</div>
</div>
</div>
</div>
</div>
<div class="big-features-section">
<div class="container flex big-feature-container">
<div class="feature-img">
<img src="/assets/asset 21.png" alt="">
</div>
<div class="feature-desc flex">
<h4>Optimisation for</h4>
<h2>Marketers</h3>
<p>Fine-tune landing pages, messaging, and creative, helping you optimise conversion rates on marketing campaigns and product launches.</p>
<img src="/assets/asset 22.png" alt="">
<div class="quote">
<p>We use UsabilityHub tests to help us make decisions for various projects. From web and mobile design to marketing activities.</p>
</div>
<div class="emp-review">
<div class="profile-pic">
<img src="/assets/asset 23.png" alt="">
</div>
<div class="emp-desc">
<h4>Rick van de Ven</h4>
<p>Digital Marketing Analyst</p>
</div>
</div>
</div>
</div>
</div>
<!-- Examples Section -->
<section class="examples-section">
<div class="container">
<div class="examples-header flex">
<h2>One platform, endless possibilities</h2>
<a class="secondary-button" href="#">See more examples <i class="fa-solid fa-right-long"></i></a>
</div>
<div class="examples-area flex">
<div class="examples-card">
<a href="#">
<h3 class="card-text">Can users complete my task in software interaface?</h3>
</a>
</div>
<div class="examples-card" style="background: linear-gradient( rgb(0,0,0,0.1), rgb(0,0,0,0.8)), url(/assets/asset\ 37.jpeg);">
<a href="#">
<h3 class="card-text">Can users complete my task in software interaface?</h3>
</a>
</div>
<div class="examples-card" style="background: linear-gradient( rgb(0,0,0,0.1), rgb(0,0,0,0.8)), url(/assets/asset\ 38.jpeg);">
<a href="#">
<h3 class="card-text">Can users complete my task in software interaface?</h3>
</a>
</div>
<div class="examples-card" style="background: linear-gradient( rgb(0,0,0,0.1), rgb(0,0,0,0.8)), url(/assets/asset\ 39.jpeg);">
<a href="#">
<h3 class="card-text">Can users complete my task in software interaface?</h3>
</a>
</div>
</div>
</div>
</section>
<!-- Blue Infor Section -->
<div class="blue-info-section">
<div class="blue-info-bg">
<div class="container flex">
<div class="blue-left flex">
<h1>No Participants?</h1>
<h1>No problem.</h1>
<p>Our integrated panel allows you to quickly and affordably recruit research participants that precisely match your target audience.</p>
<h3>Our Panel Includes:</h3>
<ul class="blue-list">
<li>450K+ panel participants</li>
<li>Coverage in 100+ countries</li>
<li>35+ demographic options</li>
<li>Average 5hr turn around time</li>
<li>Free demographic targeting</li>
<li>Response quality guarantee</li>
</ul>
<a class="primary-button" href="#">
Learn More
</a>
</div>
<div class="blue-right">
<div class="blue-img">
<img src="/assets/asset 40.png" alt="">
</div>
</div>
</div>
</div>
</div>
<!-- CTA section -->
<div class="cta-section">
<div class="container">
<div class="cta flex">
<h1>Start Testing Today</h1>
<p>Take the guesswork out of design decesions</p>
<a class="primary-button" href="#">Get Started</a>
</div>
</div>
</div>
<!-- Footer Section -->
<footer class="footer-class">
<div class="footer-bg-1">
<div class="container flex main-footer">
<div class="">
<a class="company-logo foo-logo" href="#">
<img src="/assets/asset 1.png" alt="">
</a>
</div>
<div class="link-column flex">
<h4>Product</h4>
<a href="#" class="hover-link">Overview</a>
<a href="#" class="hover-link">Pricing</a>
<a href="#" class="hover-link">Usability</a>
<a href="#" class="hover-link">Customers Page</a>
<a href="#" class="hover-link">Status Page</a>
<a href="#" class="hover-link">Sign Up</a>
<a href="#" class="hover-link">Book a demo</a>
</div>
<div class="link-column flex">
<h4>Methodology</h4>
<a href="#" class="hover-link">Card Sorting</a>
<a href="#" class="hover-link">Prototype Testing</a>
<a href="#" class="hover-link">First Click Test</a>
<a href="#" class="hover-link">Preference Tests</a>
<a href="#" class="hover-link">Five Second Test</a>
<a href="#" class="hover-link">Design Survey</a>
</div>
<div class="link-column flex">
<h4>Resources</h4>
<a href="#" class="hover-link">blogs</a>
<a href="#" class="hover-link">Examples</a>
<a href="#" class="hover-link">Testing guides</a>
<a href="#" class="hover-link">Help Center</a>
<a href="#" class="hover-link">Contact</a>
<a href="#" class="hover-link">Careers</a>
</div>
</div>
</div>
<div class="footer-bg-2">
<div class="container flex sub-footer">
<a href="#">Privacy Policy</a>
<a href="#">Security information</a>
<a href="#">Terms & Conditions</a>
<div class="icons flex">
<a class="ico" href="#">
<img src="/assets/asset 28.png" alt="">
</a>
<a class="ico" href="#">
<img src="/assets/asset 29.png" alt="">
</a>
<a class="ico" href="#">
<img src="/assets/asset 30.png" alt="">
</a>
<a class="ico" href="#">
<img src="/assets/asset 31.png" alt="">
</a>
</div>
</div>
</div>
</footer>
<script src="https://kit.fontawesome.com/6c644a9b2d.js" crossorigin="anonymous"></script>
</body>
</html>