-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
322 lines (309 loc) · 12.7 KB
/
index.html
File metadata and controls
322 lines (309 loc) · 12.7 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>UsabilityHub| User Research & Usabilty testing Platform</title>
<link rel="stylesheet" href="styles.css" />
<link rel="stylesheet" href="style2.css">
<script
src="https://kit.fontawesome.com/b7c170afea.js"
crossorigin="anonymous"
></script>
</head>
<body>
<!-- top-banner -->
<div class="top-banner">
<div class="container">
<div class="small-bold-text banner-text">
📣 Figma prototype testing just got a whole lot better! Read more →
</div>
</div>
</div>
<!-- navbar -->
<nav>
<div class="container main-nav flex">
<div class="company-logo flex">
<a href="#">
<img src="./images/asset 1.png" alt="" />
</a>
</div>
<a href="#" class="nav-toggle">
<i class="fa-solid fa-bars"></i>
<div class="nav-links">
<ul class="flex">
<li class="dropdown"><a href="#" class="hover-link">Products</a>
<div class="cont">
<a href="">Link 1</a> <br>
<a href="">Link 1</a> <br>
<a href="">Link 1</a> <br>
</div>
</li>
<li><a href="#" class="hover-link">Customers</a></li>
<li><a href="#" class="hover-link">Pricing</a></li>
<li><a href="#" class="hover-link">Resources</a></li>
<li><a href="#" class="hover-link secondary-button">Sign In</a></li>
<li><a href="#" class="hover-link primary-button">Sign Up</a></li>
</ul>
</div>
</a>
</div>
</nav>
<header>
<div class="container header-section flex">
<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 href="#" class="primary-button get-started-button">Get Started</a>
</div>
<div class="header-right">
<img src="./images/asset 2.jpeg" 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 src="./images/asset 3.png" alt="" class="logo" />
<img src="./images/asset 4.png" alt="" class="logo" />
<img src="./images/asset 5.png" alt="" class="logo" />
<img src="./images/asset 6.png" alt="" class="logo" />
<img src="./images/asset 7.png" alt="" class="logo" />
<img src="./images/asset 8.svg" alt="" class="logo" />
<img src="./images/asset 9.png" alt="" class="logo" />
</div>
</div>
</section>
<!-- feature-section -->
<section class="feature-section">
<div class="container">
<div class="feature-header">
<h2>Your user research Swiss Army knife</h2>
<a href="#" class="secondary-button"
>See all features <i class="fa-solid fa-angles-right"></i
></a>
</div>
<div class="features-area flex">
<div class="features-card flex">
<img src="./images/asset 11.svg" alt="" />
<h3>Card Sorting</h3>
<p>Discover how people group and label information.</p>
<a href="#" class="secondary-button"
>Learn More <i class="fa-solid fa-angles-right"></i
></a>
</div>
<div class="features-card flex">
<img src="./images/asset 12.svg" alt="" />
<h3>Prototype tests</h3>
<p>Discover how people navigate your Figma prototypes.</p>
<a href="#" class="secondary-button"
>Learn More <i class="fa-solid fa-angles-right"></i
></a>
</div>
<div class="features-card flex">
<img src="./images/asset 13.svg" alt="" />
<h3>First click tests</h3>
<p>Test interaction with first click and navigation tests.</p>
<a href="#" class="secondary-button"
>Learn More <i class="fa-solid fa-angles-right"></i
></a>
</div>
<div class="features-card flex">
<img src="./images/asset 14.svg" alt="" />
<h3>Design surveys</h3>
<p>Get feedback on images, videos or audio files.</p>
<a href="#" class="secondary-button"
>Learn More <i class="fa-solid fa-angles-right"></i
></a>
</div>
<div class="features-card flex">
<img src="./images/asset 15.svg" alt="" />
<h3>Preference tests</h3>
<p>Find out which designs users prefer and why.</p>
<a href="#" class="secondary-button"
>Learn More <i class="fa-solid fa-angles-right"></i
></a>
</div>
<div class="features-card flex">
<img src="./images/asset 16.svg" alt="" />
<h3>Five second tests</h3>
<p>Test comprehensibility by measuring first impressions.</p>
<a href="#" class="secondary-button"
>Learn More <i class="fa-solid fa-angles-right"></i
></a>
</div>
</div>
</div>
</section>
<!-- big-feature-section -->
<section class="big-feature-section">
<div class="container flex">
<div class="contain-img">
<img src="./images/asset 18.png" alt="" />
</div>
<div class="contain-text">
<h4>Effortless validation for</h4>
<h2>Design professionals</h2>
<p>
Test interfaces, interaction flows, iconography and more, to help
you create intuitive and delightful experiences for your users.
</p>
<h4><img src="./images/asset 19.png" alt="" style="height: 30px; margin:10px 0;"></h4>
<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 class="big-prof flex">
<img src="./images/asset 20.png" alt="" />
<div class="big-name">
<h4>Nick Franklin</h4>
<p>Chief Executive Officer</p>
</div>
</div>
</div>
</div> </section>
<section class="big-feature-section">
<div class="container flex reverse-flex">
<div class="contain-img">
<img src="./images/asset 21.png" alt="" />
</div>
<div class="contain-text">
<h4>Optimisation for</h4>
<h2>Marketers</h2>
<p>
Fine-tune landing pages, messaging, and creative, helping you optimise conversion rates on marketing campaigns and product launches.
</p>
<h4 ><img src="./images/asset 22.png" alt="" style="height: 30px; margin:10px 0;"></h4>
<p>
We use UsabilityHub tests to help us make decisions for various projects. From web and mobile design to marketing activities.
</p>
<div class="big-prof flex">
<img src="./images/asset 23.png" alt="" />
<div class="big-name">
<h4>Rick van de Ven</h4>
<p>Digital Marketing Analyst</p>
</div>
</div>
</div>
</section>
<section class="big-feature-section">
<div class="container flex">
<div class="contain-img">
<img src="./images/asset 24.png" alt="" />
</div>
<div class="contain-text">
<h4>Easier decision making for</h4>
<h2>Product managers</h2>
<p>
Ensure you’re delivering the right features to the right customers by validating product concepts with your target audience.
</p>
<h4><img src="./images/asset 25.png" alt="" style="height: 30px; margin:10px 0;"></h4>
<p>
Adopting UsabilityHub got us into the habit of asking our users questions before locking in decisions.
</p>
<div class="big-prof flex">
<img src="./images/asset 26.png" alt="" />
<div class="big-name">
<h4>Ron Diorio</h4>
<p>VP Innovation & New Products</p>
</div>
</div>
</div>
</div> </section>
<!-- more examples -->
<section class="more-examples">
<div class="container">
<div class=" more-header flex">
<h2>One platform, endless possibilities</h2>
<a href="#" class="secondary-button"
>See more Examples <i class="fa-solid fa-angles-right"></i
></a>
</div>
<div class="example-area flex">
<a href="#" class="examples-card exa-card-1"><h3 class="card-text">Can users complete a task in my software interface?</h3></a>
<a href="#" class="examples-card exa-card-2"><h3 class="card-text">Can users complete a task in my software interface?</h3></a>
<a href="#" class="examples-card exa-card-3"><h3 class="card-text">Can users complete a task in my software interface?</h3></a>
<a href="#" class="examples-card exa-card-4"><h3 class="card-text">Can users complete a task in my software interface?</h3></a>
</div>
</section>
<section class="cta-section">
<div class="container flex cta-flex">
<div class="left-cta flex">
<h2>No participants? <br> No problem.</h2>
<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="panel-list flex">
<li>530k+ panel participants</li>
<li>35+ demographic options</li>
<li>Free demographic targeting</li>
<li>Coverage in 100+ countries</li>
<li>Average 2hr turn around time</li>
<li>Response quality guarantee</li>
</ul>
<span><a href="#" class="primary-button">Try the panel calculator</a>
<label for=""> or </label>
<a href="#" class="secondary-button btn-cta">Learn More</a></span>
</div>
<div class="right-cta">
<img src="./images/asset 40.png" alt="">
</div></div>
</section>
<div class="lastsec flex">
<h1>Start testing today</h1>
<p>Take the guesswork out of design decisions</p>
<a href="#" class="primary-button">Get Started</a>
</div>
<footer class="footer-elements flex ">
<img src="./images/asset 1.png" alt="" class=" foot-el flex">
<ul class="product foot-el flex">
<li class="li-dark ">Overview</li>
<li>Pricing</li>
<li>Research Panel</li>
<li>Customers</li>
<li>Status Page</li>
<li>Sign up</li>
<li>Book a Demo</li>
</ul>
<ul class="methodologies foot-el flex">
<li class="li-dark">Methodologies</li>
<li>Card Sorting</li>
<li>Prototype Testing</li>
<li>First click tests</li>
<li>Preference Tests</li>
<li>Five Seconds Test</li>
<li>Design Surveys</li>
</ul>
<ul class="methodologies foot-el flex">
<li class="li-dark">Methodologies</li>
<li>Card Sorting</li>
<li>Prototype Testing</li>
<li>First click tests</li>
<li>Preference Tests</li>
<li>Five Seconds Test</li>
<li>Design Surveys</li>
</ul>
</footer>
<div class="sub-footer flex">
<div class="footer-terms">
<a href="#">Privacy policy</a>
<a href="#"> Terms & conditions</a>
<a href="#">Security information</a>
</div>
<div class="footer-logo">
<img src="./images/asset 28.png" alt="">
<img src="./images/asset 29.png" alt="">
<img src="./images/asset 30.png" alt="">
<img src="./images/asset 31.png" alt="">
</div>
</div>
</body>
</html>