-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
234 lines (219 loc) · 11.3 KB
/
index.html
File metadata and controls
234 lines (219 loc) · 11.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="assets/favicon.ico" type="image/x-icon">
<title>UsabilityHub | User Research & Usability Testing Platform</title>
</head>
<body>
<header>
<div class="top-banner">
<div class="top-banner-text small bold-text">🥳 New to Usablity Hub: Open and Closed card sorting</div>
</div>
<nav class="nav-bar">
<div class="nav-bar-container container">
<a href="#" class="nav-bar-company-logo">
<img src="assets/asset 1.png" alt="Company Logo" class="nav-bar-company-logo-img">
</a>
<div class="nav-bar-linksContainer">
<ul>
<li><a href="#" class="hoverLink">Products</a></li>
<li><a href="#" class="hoverLink">Customer</a></li>
<li><a href="#" class="hoverLink">Pricing</a></li>
<li><a href="#" class="hoverLink">Resources</a></li>
<li><a href="#" class="secondary-button">Sign In</a></li>
<li><a href="#" class="primary-button">Sign Up</a></li>
</ul>
</div>
</div>
</nav>
<div class="header">
<div class="header-container container">
<div class="header-left">
<h1>Design Confidently</h1>
<p>UsablityHub 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</a>
</div>
<div class="header-right">
<img src="assets/asset 2.png" alt="Hero Image">
</div>
</div>
</div>
<div class="companies">
<div class="companies-container container">
<div class="companies-header small bold-text">the world's best companies rely on the UsablityHub to make better design decisions.</div>
<div class="companies-logo-container">
<img src="assets/asset 3.png" alt="logo" class="companies-logo">
<img src="assets/asset 4.png" alt="logo" class="companies-logo">
<img src="assets/asset 5.png" alt="logo" class="companies-logo">
<img src="assets/asset 6.png" alt="logo" class="companies-logo">
<img src="assets/asset 7.png" alt="logo" class="companies-logo">
<img src="assets/asset 8.svg" alt="logo" class="companies-logo">
<img src="assets/asset 9.png" alt="logo" class="companies-logo">
</div>
</div>
</div>
</header>
<main>
<div class="features">
<div class="features-container container">
<div class="features-header">
<h2>Your user research Swiss Army knife</h2>
<a href="#" class="secondary-button">See all features <i class="fa-solid fa-right-long"></i> </a>
</div>
<div class="features-area">
<div class="features-card">
<img src="assets/asset 11.svg" alt="logo" class="features-img">
<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-right-long"></i> </a>
</div>
<div class="features-card">
<img src="assets/asset 13.svg" alt="logo" class="features-img">
<h3>Prototypes Tests</h3>
<p>Discover how people navigate your Figma prototypes.</p>
<a href="#" class="secondary-button">Learn More <i class="fa-solid fa-right-long"></i> </a>
</div>
<div class="features-card">
<img src="assets/asset 14.svg" alt="logo" class="features-img">
<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-right-long"></i> </a>
</div>
<div class="features-card">
<img src="assets/asset 15.svg" alt="logo" class="features-img">
<h3>Design Surveys</h3>
<p>Get feedback on images, videos and audios files.</p>
<a href="#" class="secondary-button">Learn More <i class="fa-solid fa-right-long"></i> </a>
</div>
<div class="features-card">
<img src="assets/asset 16.svg" alt="logo" class="features-img">
<h3>Prefrence Tests</h3>
<p>FInd out which design users prefer and why.</p>
<a href="#" class="secondary-button">Learn More <i class="fa-solid fa-right-long"></i> </a>
</div>
<div class="features-card">
<img src="assets/asset 17.svg" alt="logo" class="features-img">
<h3>Five Second Tests</h3>
<p>Test comprehensiblity by mesuring first impressions.</p>
<a href="#" class="secondary-button">Learn More <i class="fa-solid fa-right-long"></i> </a>
</div>
</div>
</div>
</div>
<section class="major-features">
<div class="major-features-container container">
<div class="features-image-container">
<img src="assets/asset 18.png" alt="">
</div>
<div class="features-description">
<h4>Effortless validating for</h4>
<h3>Design Professionals</h3>
<p>Test interfaces, interaction flows, icongraphy and more, to help you create intuitive and delightful experiences for your users.</p>
</div>
</div>
</section>
<section class="major-features">
<div class="major-features-container container">
<div class="features-description">
<h4>Optimisation for</h4>
<h3>Marketers</h3>
<p>Fine-tune landing pages, messaging, and creative, helping you optimise conversion rates on marketing campaigns and product launches.</p>
</div>
<div class="features-image-container">
<img src="assets/asset 21.png" alt="">
</div>
</div>
</section>
<section class="major-features">
<div class="major-features-container container">
<div class="features-image-container">
<img src="assets/asset 24.png" alt="">
</div>
<div class="features-description">
<h4>Easier decision making for</h4>
<h3>Product managers</h3>
<p>Ensure you’re delivering the right features to the right customers by validating product concepts with your target audience.</p>
</div>
</div>
</section>
<div class="examples">
<div class="examples-container container">
<div class="examples-header">
<h2>One platform, endless possiblities</h2>
<a href="#" class="secondary-button">See more examples <i class="fa-solid fa-right-long"></i> </a>
</div>
<div class="examples-area">
<a class="examples-card-group">
<h3 class="card-text">Can user complete a task in my software interface?</h3>
</a>
<a class="examples-card-group">
<h3 class="card-text">Can user find important pages on my website?</h3>
</a>
<a class="examples-card-group">
<h3 class="card-text">is my website's intended audience clear?</h3>
</a>
<a class="examples-card-group">
<h3 class="card-text">Do visitors understand what a page is about? </h3>
</a>
</div>
</div>
</div>
</main>
<footer>
<div class="CTA-section">
<div class="container CTA-section-container">
<h2>Start Testing Today</h2>
<p>Take the guesswork out of design decisions</p>
<a href="#" class="primary-button">Get Started</a>
</div>
</div>
<div class="footer">
<div class="footer-container container">
<a href="#" class="company-logo">
<img src="assets/asset 1.png" alt="logo" class="nav-bar-company-logo-img">
</a>
<div class="links-column">
<h4>Products</h4>
<a href="#" class="hoverLink">Overview</a>
<a href="#" class="hoverLink">Pricing</a>
<a href="#" class="hoverLink">Usability panel</a>
<a href="#" class="hoverLink">Customers</a>
<a href="#" class="hoverLink">Status Page</a>
<a href="#" class="hoverLink">Sing Up</a>
</div>
<div class="links-column">
<h4>Methadology</h4>
<a href="#" class="hoverLink">Card sorting</a>
<a href="#" class="hoverLink">Prototype testing</a>
<a href="#" class="hoverLink">First click tests</a>
<a href="#" class="hoverLink">Preference tests</a>
<a href="#" class="hoverLink">Five second tests</a>
<a href="#" class="hoverLink">Design surveys</a>
</div>
<div class="links-column">
<h4>Resources</h4>
<a href="" class="hoverLink">Blog</a>
<a href="" class="hoverLink">Examples</a>
<a href="" class="hoverLink">Testing guides</a>
<a href="" class="hoverLink">Help center</a>
<a href="" class="hoverLink">Contact</a>
<a href="" class="hoverLink">Careers</a>
</div>
</div>
</div>
<div class="sub-footer">
<div class="sub-footer-container container">
<a href="#" class="hoverLink">Privacy Policy</a>
<a href="#" class="hoverLink">Terms & Conditions</a>
<a href="#" class="hoverLink">Security Information</a>
<a href="#" class="hoverLink"><i class="fa-brands fa-facebook"></i></a>
<a href="#" class="hoverLink"><i class="fa-brands fa-twitter"></i></a>
</div>
</div>
</footer>
<script src="https://kit.fontawesome.com/4d40234f5d.js" crossorigin="anonymous"></script>
</body>
</html>