-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
353 lines (333 loc) · 15.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Helpjuice - Marketing Page</title>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css" integrity="sha384-/Y6pD6FV/Vv2HJnA6t+vslU6fwYXjCFtcEpHbNJ0lyAFsXTsjBbfaDjzALeQsN6M" crossorigin="anonymous">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light bg-white">
<a class="navbar-brand" href="#">
<img src="img/logo.svg" height="26" alt="Helpjuice Logo">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link active" href="#">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Features</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Pricing</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Resources</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">On Premise</a>
</li>
<li class="button-li hidden-lg-up" style="margin-top: 8px;">
<a class="nav-link signup-li-btn hidden-lg-up" href="#">Signup</a>
</li>
<li class="button-li" >
<a class="nav-link demo-li-btn hidden-lg-up" href="#">Request a Demo</a>
</li>
</ul>
<div class="header-ctas my-2 my-lg-0 hidden-md-down">
<a class="btn signup-btn hidden-md-down" href="#" role="button">Sign up</a>
<a class="btn demo-btn hidden-md-down" href="#" role="button">Request a Demo</a>
</div>
</div>
</nav>
<!--
<header>
<div class="container-fluid">
<div class="row">
<div class="col-xl-2 col-lg-2">
<div class="logo">
<img src="img/logo.svg" height="32" alt="Helpjuice Logo">
</div>
</div>
<div class="col-xl-6 ml-xl-auto col-lg-6 ml-lg-auto">
<ul class="nav">
<li class="nav-item">
<a class="nav-link active" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Features</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Pricing</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Resources</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">On Premise</a>
</li>
</ul>
</div>
<div class="col-xl-3 ml-xl-auto col-lg-3 ml-lg-auto">
<div class="header-ctas">
<a class="btn signup-btn" href="#" role="button">Sign up</a>
<a class="btn demo-btn" href="#" role="button">Request a Demo</a>
</div>
</div>
</div>
</div>
</header>-->
<section class="banner">
<div class="container">
<div class="row">
<div class="col-xl-12">
<h1>Get <span class="color-green">Fewer</span> Support <span class="color-green">Emails</span> & <span class="color-green">More</span> Happy <span class="color-green">Customers</span> </h1>
<p>
Easy-to-use knowledge base software that guarantees 50% less support emails <br>and more happy customers.
</p>
<a class="btn getstarted-btn" href="#" role="button">Get Started</a>
</div><!-- /.col-xl-8 -->
</div><!-- /.row -->
</div><!-- /.container -->
</section>
<div class="container">
<div class="app-screenshot">
<img src="img/app-screenshot.png" class="img-responsive" alt="Helpjuice Dashboard">
</div><!-- /.app-screenshot -->
</div><!-- /.container -->
<section class="what-is-helpjuice">
<div class="container">
<div class="col-xl-12">
<h3>WHAT IS HELPJUICE?</h3>
<h2>Auto-updating, Self-Serving and Instant-Delivering <br>Knowledge Base</h2>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut eleifend purus sem, at lobortis dui eleifend sed. Nam eu placerat diam, in consectetur augue. Fusce iaculis odio vel urna dictum, et volutpat ante sodales. Nunc eget aliquam est. Donec tincidunt sem at tincidunt mattis. Nam id egestas nisl.
</p>
</div><!-- /.col-xl-12 -->
</div><!-- /.container -->
<div class="container">
<div class="row">
<div class="col-xl-4 col-lg-4 col-md-4 col-sm-12 col-xs-12">
<div class="circular-illustraion">
<img class="responsive-img" src="img/illustr-1.png" alt="Helpjuice Illustration">
</div><!-- /.circular-illustraion-->
<h4>Internal</h4>
<h5>Ideal for Employees</h5>
<p>
All knowledge is centralized in a single knowledge base allowing everyone within company or a department to know about its activity and content as much as everyone.
</p>
</div><!-- /.col-xl-4 -->
<div class="col-xl-4 col-lg-4 col-md-4 col-sm-12 col-xs-12">
<div class="center-illustration">
<img src="img/knowledge-base-illustration.png" alt="knowledge base illustration" width="435">
</div><!-- /.center-illustration-->
</div><!-- /.col-xl-4 -->
<div class="col-xl-4 col-lg-4 col-md-4 col-sm-12 col-xs-12">
<div class="circular-illustraion">
<img class="responsive-img" src="img/illustr-2.png" alt="Helpjuice Illustration">
</div><!-- /.circular-illustraion-->
<h4>External</h4>
<h5>Ideal for Customers</h5>
<p>
We allow your customers to self-serve themselves, and deliver instant answers to them, in a very customized fashion where the experience feels as if it were inhouse.
</p>
</div><!-- /.col-xl-4 -->
</div><!-- /.row -->
</div><!-- /.container -->
<div class="container">
<div class="row">
<div class="col-xl-4 col-lg-4 col-md-4 col-sm-12 col-xs-12">
<div class="about-feature">
<div class="feature-img">
<img class="responsive-img" src="img/suitable-teams-a97c0874c4f85cca42078c4cf99c19b9c33b9d1402493cb1215e993cee67fa1c.png">
</div>
<h4>SUITABLE FOR (REMOTE) TEAMS</h4>
<p>
Invite people to work with you, set their permission and track their performance to know who are top knowledge base contributors and why.
</p>
</div>
</div><!-- /.col-xl-4 -->
<div class="col-xl-4 col-lg-4 col-md-4 col-sm-12 col-xs-12">
<div class="about-feature">
<div class="feature-img">
<img class="responsive-img" src="img/customization-6664356d4444ad54122ae81d8660a1b493918e8fb4e88d065db9bed445efbce7.png">
</div>
<h4>PROFESSIONAL CUSTOMIZATION</h4>
<p>
Our group of rocket scientists (that's what we call our support reps) will help you get up and running with a pixel-perfect KB, customized to your taste.
</p>
</div>
</div><!-- /.col-xl-4 -->
<div class="col-xl-4 col-lg-4 col-md-4 col-sm-12 col-xs-12">
<div class="about-feature">
<div class="feature-img">
<img class="responsive-img" src="img/easy-get-up-408f96ae7a4a12249cc32b57f48cd8bdbdab616915f2023863c4d91505352772.png">
</div>
<h4>EASY TO GET UP & RUNNING</h4>
<p>
Set up your Knowledge Base in minutes and set what goes public and what stays internal with a single click. No coding required.
</p>
</div>
</div><!-- /.col-xl-4 -->
</div><!-- /.row -->
<hr>
<div class="row">
<div class="col-xl-12">
<h3>On Premise Available</h3>
<h2>Hosted On Your Server Or On The Cloud</h2>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut eleifend purus sem, at lobortis dui eleifend sed. Nam eu placerat diam, in consectetur augue. Fusce iaculis odio vel urna dictum, et volutpat ante sodales. Nunc eget aliquam est. Donec tincidunt sem at tincidunt mattis. Nam id egestas nisl.
</p>
</div><!-- /.col-xl-12 -->
</div><!-- /.row -->
<div class="row">
<div class="col-xl-5 col-lg-5 col-md-5 col-sm-12 col-xs-12">
<div class="on-premise">
<img class="centred" src="img/cloud-icon.png" height="140" width="140">
<h5>Cloud-Hosted</h5>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut eleifend purus sem, at lobortis dui eleifend sed. Nam eu placerat diam, in consectetur augue. Fusce iaculis odio vel urna dictum,
</p>
<a class="btn more-btn" href="#" role="button">Pricing Plans</a>
</div>
</div>
<div class="col-xl-2 col-lg-2 col-md-2 hidden-sm-down">
<div class="vertical-separator"></div>
</div>
<div class="col-xl-5 col-lg-5 col-md-5 col-sm-12 col-xs-12">
<div class="on-premise">
<img class="centred" src="img/server-icon.png" height="140" width="140">
<h5>Self-Hosted</h5>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut eleifend purus sem, at lobortis dui eleifend sed. Nam eu placerat diam, in consectetur augue. Fusce iaculis odio vel urna dictum,
</p>
<a class="btn more-btn" href="#" role="button">Contact Us</a>
</div>
</div>
</div><!-- /.container -->
<hr>
</section><!-- /.what-is-helpjuice -->
<section class="our-clients">
<div class="container">
<div class="row">
<div class="col-xl-12">
<h3>Our clients</h3>
<h2>They Trust Our Solutions</h2>
<p>
The easiest way to get your own knowledge base and keep your customers happy.
</p>
<img class="our-clients-img centred" src="img/our-clients.png" alt="our clients">
</div><!-- /.col-xl-12 -->
</div><!-- /.row -->
</div><!-- /.container -->
</section><!-- /.our-clients -->
<section class="testimonials">
<div class="container">
<div class="testimonial-text">
<p>
As someone who has used other knowledge bases before, I know what huge boom it can be on our product support team. With Helpjuice, we've already seen a boost of 86% reduction in support calls even further.
</p>
</div><!-- /.testimonial-text -->
<div class="avatar">
<img class="centred" src="img/testimonial-avatar.png" height="64">
<h4>James F.</h4>
<h5>PM at HR Performance Solutions</h5>
</div>
</div><!-- /.container -->
</section><!-- /.testimonials -->
<section class="join-us">
<div class="container">
<h3>Join Us</h3>
<h2>Create Your Own Knowledge Base</h2>
<p>
Easy-to-use knowledge base software that guarantees 50% less support emails and more happy customers.
</p>
</div><!-- /.container-->
<div class="container">
<form class="form-inline join-us-form justify-content-center">
<div class="form-group join-us-input">
<label for="staticEmail2" class="sr-only">Email</label>
<input type="text" class="form-control-plaintext" id="staticEmail2" placeholder="[email protected]">
</div>
<button type="submit" class="btn btn-primary">Get Started</button>
</form>
</div><!-- /.container-->
</section><!-- /.join-us-->
<footer>
<section class="footer">
<div class="container">
<div class="row">
<div class="col-xl-4 col-lg-4 col-md-4 col-sm-12 col-xs-12">
<img src="img/helpjuice-icon.svg" height="40" width="40">
<h5>Copyright © 2017, Helpjuice Inc.</h5>
<p>Helpjuice, Inc. is a registered US Corporation, EIN # 45-2275731</br>
<a href="https://helpjuice.com/helpjuice_w9.pdf" target="_blank">Download W9</a>
</p>
</div><!-- col-xl-4 -->
<div class="col-xl-2 col-lg-2 col-md-2 col-sm-6 col-xs-6">
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">Features</a></li>
<li><a href="#">Pricing</a></li>
</ul>
</div>
<div class="col-xl-2 col-lg-2 col-md-2 col-sm-6 col-xs-6">
<ul>
<li><a href="#">About Us</a></li>
<li><a href="#">Customers</a></li>
<li><a href="#">Help</a></li>
</ul>
</div>
<div class="col-xl-2 col-lg-2 col-md-2 col-sm-6 col-xs-6">
<ul>
<li><a href="#">Blog</a></li>
<li><a href="#">Resources</a></li>
<li><a href="#">Free E-book</a></li>
</ul>
</div>
<div class="col-xl-2 col-lg-2 col-md-2 col-sm-6 col-xs-6">
<ul>
<li><a href="#">Free KB Report</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Terms of Use</a></li>
</ul>
</div>
</div>
</div>
</section>
<section class="copyright">
<div class="container">
<div class="row">
<div class="col-xl-8 col-lg-8 col-md-6 col-sm-12 col-xs-12">
Made with Love from Miami, Bosnia, Morocco & Brazil
</div><!-- /.col-xl-4-->
<div class="col-xl-2 col-lg-2 col-md-3 col-sm-6 col-xs-6">
<span class="phone">+1 (800) 970 3029</span>
</div><!-- /.col-xl-8-->
<div class="col-xl-2 col-lg-2 col-md-3 col-sm-6 col-xs-6">
<span class="email">[email protected]</span>
</div><!-- /.col-xl-8-->
</div><!-- /.row-->
</div><!-- /.container-->
</section>
</footer>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js" integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/js/bootstrap.min.js" integrity="sha384-h0AbiXch4ZDo7tp9hKZ4TsHbi047NrKGLO3SEJAg45jXxnGIfYzk4Si90RDIqNm1" crossorigin="anonymous"></script>
</body>
</html>