-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
300 lines (263 loc) · 13.4 KB
/
index.html
File metadata and controls
300 lines (263 loc) · 13.4 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
<!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> TestibilityHub</title>
<link rel="stylesheet" href="./main.css">
<link rel="stylesheet" href="./media-queries.css">
<link rel="stylesheet" href="./style.css">
</head>
<body>
<div class="top-banner">
<div class="container">
<div class="small-text banner-text">📣 Welcome to the whole new world of testing!</div>
</div>
</div>
<nav>
<div class="container main-nav flex">
<a class="company-logo" href="./index.html">
<img src="./assets/asset 1.png">
</a>
<div class="nav-links " id="nav-link">
<ul class="flex">
<div class="dropdown">
<li class="hover-link dropdown-btn ">Products <i class="fa fa-caret-down"></i></li>
<div class="dropdown-contents">
<a href="#" class="hover-link">Link 1</a>
<a href="#" class="hover-link">Link 2</a>
<a href="#" class="hover-link">Link 3</a>
<a href="#" class="hover-link">Link 4</a>
<a href="#" class="hover-link">Link 5</a>
</div>
</div>
<li><a href="./pricing.html"class="hover-link">Pricing</a></li>
<li><a href="./contactus.html"class="hover-link">Contact Us</a></li>
<li><a href="./helpout.html"class="hover-link">Help Out</a></li>
<li><a href="./signin.html"class="hover-link sec-btn">Sign in</a></li>
<li><a href="./signup.html"class="hover-link pri-btn ">Sign up</a></li>
</ul>
</div>
<a href="#" class="nav-toggle hover-link" id="nav-toggle"><i class="fa-solid fa-bars"></i></a>
</div>
</nav>
<header>
<div class="container header-sec flex">
<div class="header-left">
<h1>Design Confidently</h1>
<p>TestibilityHub is a remote user research platform that takes the guesswork out of design decisions by validating them with real users.</p>
<a href="./signup.html" class="pri-btn">Get Started</a>
</div>
<div class="header-right">
<img src="./assets/asset 2.png">
</div>
</div>
</header>
<section class="companies-section">
<div class="container">
<div class="small-text companies-text">
The world’s best companies rely on TestibilityHub to make better design decisions.
</div>
<div class="logos flex">
<img src="./assets/asset 3.png" alt="company logo" class="logo">
<img src="./assets/asset 4.png" alt="company logo" class="logo">
<img src="./assets/asset 5.png" alt="company logo" class="logo">
<img src="./assets/asset 6.png" alt="company logo" class="logo">
<img src="./assets/asset 7.png" alt="company logo" class="logo">
<img src="./assets/asset 8.svg" alt="company logo" class="logo">
<img src="./assets/asset 9.png" alt="company logo" class="logo">
</div>
</div>
</section>
<section class="features">
<div class="container">
<div class="features-header">
<h2 class="feature-header-text">Your user research Swiss Army knife</h2>
<a href="#" class="sec-btn feature-btn">See all features <i class="fa-solid fa-arrow-right"></i></a>
</div>
<div class="features-area flex">
<div class="features-card flex">
<img src="./assets/asset 11.svg">
<h3>Card Sorting</h3>
<p>Discover how people group and label information.</p>
<a href="#" class="sec-btn feature-btn">Learn more <i class="fa-solid fa-arrow-right"></i></a>
</div>
<div class="features-card flex">
<img src="./assets/asset 13.svg">
<h3>Prototype Tests</h3>
<p>Discover how people navigate your</p>
<a href="#" class="sec-btn feature-btn">Learn more <i class="fa-solid fa-arrow-right"></i></a>
</div>
<div class="features-card flex">
<img src="./assets/asset 14.svg">
<h3>First click tests</h3>
<p>Test interaction with first click and navigation tests</p>
<a href="#" class="sec-btn feature-btn">Learn more <i class="fa-solid fa-arrow-right"></i></a>
</div>
<div class="features-card flex">
<img src="./assets/asset 15.svg">
<h3>Design surveys</h3>
<p>Get feedback on images, videos or audio files.</p>
<a href="#" class="sec-btn feature-btn">Learn more <i class="fa-solid fa-arrow-right"></i></a>
</div>
<div class="features-card flex">
<img src="./assets/asset 16.svg">
<h3>Preference tests</h3>
<p>Find out which designs users prefer and why they do so</p>
<a href="#" class="sec-btn feature-btn">Learn more <i class="fa-solid fa-arrow-right"></i></a>
</div>
<div class="features-card flex">
<img src="./assets/asset 17.svg">
<h3>Five second tests</h3>
<p>Test comprehensibility by measuring first impressions</p>
<a href="#" class="sec-btn feature-btn">Learn more <i class="fa-solid fa-arrow-right"></i></a>
</div>
</div>
</div>
</section>
<!-- Big Features Section -->
<section class="big-features">
<div class="container big-feature-container flex">
<div class="big-feature-img">
<img src="./assets/asset 18.png">
</div>
<div class="feature-desc flex">
<h3>Effortless validation for</h3>
<h2>Design professionals</h2>
<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">
<div class="container big-feature-container flex" id="second-big-feature">
<div class="feature-desc flex">
<h3>Optimisation for</h3>
<h2>Marketers</h2>
<p>Fine-tune landing pages, messaging, and creative, helping you optimise conversion rates on marketing campaigns and product launches.</p>
</div>
<div class="big-feature-img">
<img src="./assets/asset 21.png">
</div>
</div>
</section>
<section class="big-features">
<div class="container big-feature-container flex">
<div class="big-feature-img">
<img src="./assets/asset 24.png">
</div>
<div class="feature-desc flex">
<h3>Easier decision making for</h3>
<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>
</div>
</div>
</section>
<!-- Examples Section -->
<section class="examples">
<div class="container">
<div class="features-header">
<h2 class="feature-header-text">One platform, endless possibilities</h2>
<a href="#" class="sec-btn feature-btn examplebtn">See more examples <i class="fa-solid fa-arrow-right"></i></a>
</div>
<div class="example-area flex">
<a class="example-card" style="background: linear-gradient(rgb(0,0,0,0.1),rgb(0,0,0,0.8)), url('./assets/asset\ 36.jpeg'); background-size: cover;">
<h3 class="example-card-text">Can user complete a task in my software interface</h3>
</a>
<a class="example-card" style="background: linear-gradient(rgb(0,0,0,0.1),rgb(0,0,0,0.8)), url('./assets/asset\ 37.jpeg'); background-size: cover;">
<h3 class="example-card-text">Can user find important pages on my website</h3>
</a>
<a class="example-card " style="background: linear-gradient(rgb(0,0,0,0.1),rgb(0,0,0,0.8)), url('./assets/asset\ 38.jpeg'); background-size: cover;">
<h3 class="example-card-text">Is my website's intended audience clear</h3>
</a>
<a class="example-card" style="background: linear-gradient(rgb(0,0,0,0.1),rgb(0,0,0,0.8)), url('./assets/asset\ 39.jpeg'); background-size: cover;">
<h3 class="example-card-text">Do a visitor understands what a page is all about</h3>
</a>
</div>
</div>
</section>
<section class="cta">
<div class="container cta-area flex">
<div class="cta-left flex">
<div>
<h2>No Partipants?</h2>
<h2>No problem</h2>
</div>
<p>Our integrated panel allows you to quickly and affordably recruit research participants that precisely match your target audience.</p>
<h4>Our Panels Includes:</h4>
<div class="cta-features flex">
<ul>
<li>✓ 450k+ panel participants</li>
<li>✓ 35+ demographic options</li>
<li>✓ Free demographic targeting</li>
</ul>
<ul>
<li>✓ Coverage in 100+ countries</li>
<li>✓ Average 5hr turn around time</li>
<li>✓ Response quality guarantee</li>
</ul>
</div>
</div>
<div class="cta-right">
<img src="./assets/asset 40.png">
</div>
</div>
</section>
<section class="pre-footer">
<div class="container pre-foot flex">
<h2>Start Testing Today with Us</h2>
<p>Trust us to build a website with absolute <b>No</b> error</p>
<a href="./signup.html" class="pri-btn">Get Started</a>
</div>
</section>
<footer>
<div class="container footer flex">
<a href="./index.html" class="company-logo">
<img src="./assets/asset 1.png">
</a>
<div class="link-col flex">
<h4>Products</h4>
<a href="" class="hover-link">Overview</a>
<a href="" class="hover-link">Pricing</a>
<a href="" class="hover-link">Panel</a>
<a href="" class="hover-link">Customers</a>
<a href="" class="hover-link">Status</a>
<a href="" class="hover-link">Privacy policies</a>
<a href="" class="hover-link">Terms and Conditions</a>
</div>
<div class="link-col flex ">
<h4>Methodologies</h4>
<a href="" class="hover-link">Card Sorting</a>
<a href="" class="hover-link">Prototype testing</a>
<a href="" class="hover-link">First click tests</a>
<a href="" class="hover-link">Preferance tests</a>
<a href="" class="hover-link">Five second tests</a>
<a href="" class="hover-link">Design Surveys</a>
</div>
<div class="link-col flex">
<h4>Resources</h4>
<a href="" class="hover-link">Blog</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">Career</a>
</div>
</div>
</footer>
<div class="subfooter">
<div class="container subfoot ">
<div class="social-page">
<p>All the rights are reserved to Varsha </p>
<div class="links flex">
<a href="#" class="hover-link social-media-links"><i class="fa-brands fa-square-facebook"></i></a>
<a href="#" class="hover-link social-media-links"><i class="fa-brands fa-square-twitter"></i></a>
<a href="#" class="hover-link social-media-links"><i class="fa-brands fa-youtube"></i></a>
</div>
</div>
</div>
</div>
<script src="https://kit.fontawesome.com/8e08b584d8.js" crossorigin="anonymous"></script>
<script src="./main.js"></script>
</body>
</html>