-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
230 lines (225 loc) · 10.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My website</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="media-queries.css">
</head>
<body>
<div class="top-banner">
<div class="container">
<div class="small-bold-text banner-text">new to usablity hub: open and closed card sorting</div>
</div>
</div>
<!--navbar-->
<nav>
<div class="container main-nav flex">
<a href="a" class="company-logo"> <img src="./assets/asset 1.png" alt="company-logo"></a>
<div class="nav-link">
<ul class="flex">
<li><a href="#" class="hover-link">Product</a></li>
<li><a href="#" class="hover-link">Customer</a></li>
<li><a href="#" class="hover-link">Pricing</a></li>
<li><a href="#" class="hover-link">Resource</a></li>
<li><a href="#" class="hover-link secondary-button">Sing in</a></li>
<li><a href="#" class="hover-link primary-button">Sign up</a></li>
</ul>
</div>
<a href="#" class="nav-toggle hover-link">
<i class="fa-regular fa-bars"></i>
</a>
</div>
</nav>
<!--hero section -->
<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-btn">Get started</a>
</div>
<div class="header-right">
<img src="./assets/asset 2.jpeg" alt="hero image">
</div>
</div>
</header>
<!--product 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 9.png" alt="">
</div>
</div>
</section>
<!--testimonials section-->
<section class="features-section">
<div class="container">
<div class="features-header">
<h2 class="features-heading">Your user research Swiss Army knife</h2>
<a href="#" class="secondary-button">See all feature ></a>
</div>
<div class="features-area flex">
<div class="features-cards flex">
<img src="https://assets-global.website-files.com/5af97a9c84ec1bc79d81b5f4/6355e6254d0d41e7d3aa16c0_card-sorting.svg" alt="">
<h3>Card Sorting</h3>
<p>Discover how people group and label information.</p>
<a href="#"class="secondary-button">Learn More ></a>
</div>
<div class="features-cards flex">
<img src="https://assets-global.website-files.com/5af97a9c84ec1bc79d81b5f4/619f1c2ab5d65ddab8ae52db_prototype-testing.svg" alt="">
<h3>Prototype tests</h3>
<p>Discover how people navigate your Figma prototypes.</p>
<a href="#"class="secondary-button">Learn More ></a>
</div>
<div class="features-cards flex">
<img src="https://assets-global.website-files.com/6101f41d07abfab7b5f57c84/6101f41d07abfa81f8f57cde_click-analysis.svg" alt="">
<h3>First click tests</h3>
<p>Test interaction with first click and navigation tests.</p>
<a href="#"class="secondary-button">Learn More ></a>
</div>
<div class="features-cards flex">
<img src="https://assets-global.website-files.com/6101f41d07abfab7b5f57c84/6101f41d07abfa567af57cc3_surveys.svg" alt="">
<h3>Surveys</h3>
<p>Get feedback on images, videos or audio files.</p>
<a href="#"class="secondary-button">Learn More ></a>
</div>
<div class="features-cards flex">
<img src="https://assets-global.website-files.com/6101f41d07abfab7b5f57c84/6101f41d07abfa0fd5f57cd6_Head%20icon.svg" alt="">
<h3>Preference tests</h3>
<p>Find out which designs users prefer and why.</p>
<a href="#"class="secondary-button">Learn More ></a>
</div>
<div class="features-cards flex">
<img src="https://assets-global.website-files.com/6101f41d07abfab7b5f57c84/6101f41d07abfaefeaf57cd8_five-second-test.svg" alt="">
<h3>Five second tests</h3>
<p>Test comprehensibility by measuring first impressions.</p>
<a href="#"class="secondary-button">Learn More ></a>
</div>
</div>
</div>
</div>
</section>
<!--big-features-section-->
<section class="big-features-section">
<div class="container flex big-feature-container">
<div class="feature-img">
<img src="https://assets-global.website-files.com/5af97a9c84ec1bc79d81b5f4/5b44330a05b1ce09edcc052e_home_designer.png" alt="">
</div>
<div class="feature-desc flex">
<h4>Effortless validation for</h4>
<h3>Design professionals</h3>
<p>Test interfaces, interaction flows, iconography and more, to help you create intuitive and delightful experiences for your users.
</p>
</div>
</div>
</section>
<section class="big-features-section">
<div class="container flex big-feature-container">
<div class="feature-desc flex">
<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="feature-img">
<img src="https://assets-global.website-files.com/5af97a9c84ec1bc79d81b5f4/5b44330a6c5dba54a973c215_home_marketer.png" alt="">
</div>
</div>
</section>
<section class="big-features-section">
<div class="container flex big-feature-container">
<div class="feature-img">
<img src="https://assets-global.website-files.com/5af97a9c84ec1bc79d81b5f4/5b44330a049e86cae8ae66e5_home_manager.png" alt="">
</div>
<div class="feature-desc flex">
<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>
<!--examples-section-->
<section class="examples-section">
<div class="container">
<div class="example-header flex">
<h2 class="example-heading">One platform, endless possibilities</h2>
<a href="#" class="secondary-button">See more example ></a>
</div>
<div class="examples-area flex">
<div class="examples-card" style="background-image: url(./assets/asset\ 36.jpeg);">
<h3 class="card-text">Can users complete a task in my software interface?</h3>
</div>
<div class="examples-card" style="background-image: url(./assets/asset\ 37.jpeg);">
<h3 class="card-text">Can users find important pages on my website?</h3>
</div>
<div class="examples-card" style="background-image: url(./assets/asset\ 38.jpeg);">
<h3 class="card-text">Is my website's intended audience clear?</h3>
</div>
<div class="examples-card" style="background-image: url(./assets/asset\ 39.jpeg);">
<h3 class="card-text">Do visitor understand what a page is about?</h3>
</div>
</div>
</div>
</section>
<!--cta-section-->
<section class="cta-section">
<div class="container flex cta-section-container">
<h2>Start testing today</h2>
<p>Take the guesswork out of design decision</p>
<a href="#" class="primary-button">Get started</a>
</div>
</section>
<!--footer-->
<footer>
<div class="container flex footer-container">
<a href="#" class="company-logo">
<img src="./assets/asset 1.png" alt="company logo">
</a>
<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 </a>
<a href="#" class="hover-link">Status</a>
</div>
<div class="link-column flex">
<h4>Methodologies</h4>
<a href="#" class="hover-link">card sorting</a>
<a href="#" class="hover-link">first click</a>
<a href="#" class="hover-link">prototype</a>
<a href="#" class="hover-link">prference</a>
<a href="#" class="hover-link">design</a>
</div>
<div class="link-column flex">
<h4>Resources</h4>
<a href="#" class="hover-link">blog</a>
<a href="#" class="hover-link">example</a>
<a href="#" class="hover-link">help</a>
<a href="#" class="hover-link">contact </a>
<a href="#" class="hover-link">careers</a>
</div>
</div>
</footer>
<!--subfooter-->
<div class="subfooter">
<div class="container flex subfooter-container">
<a class="hover-link" href="#">Privacy policy</a>
<a class="hover-link" href="#">Terms & Condition</a>
<a class="hover-link" href="#">Security Information</a>
<a class="hover-link" href="#"><img src="./assets/asset 28.png" alt=""></a>
<a class="hover-link" href="#"><img src="./assets/asset 29.png" alt=""></a>
<a class="hover-link" href="#"><img src="./assets/asset 30.png" alt=""></a>
</div>
</div>
</body>
</html>