-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
466 lines (439 loc) · 18.9 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
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
<!doctype html>
<html lang="en" class="scroll-smooth">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<meta name="description" content="Archive and organize all your construction documents. Search, filter, find anything in seconds.">
<title>Simple and friendly construction document management</title>
<link rel="preconnect" href="https://rsms.me/" />
<link rel="stylesheet" href="https://rsms.me/inter/inter.css" />
<link rel="stylesheet" href="/main.css" data-n-g="" />
<link rel="icon" href="./favicon.png" type="image/x-icon" />
<script src="https://cdn.usefathom.com/script.js" data-site="AVCWLRQG" defer></script>
</head>
<body class="leading-6">
<header
class="py-6 bg-white/75 backdrop-blur fixed inset-x-0 top-0 z-30 border-b border-gray-200/50"
>
<div
class="px-6 xl:px-0 max-w-6xl mx-auto flex justify-between items-center"
>
<a href="/"><img src="/assets/hb-logo.svg" class="h-8 md:h-12" /></a>
<div class="flex gap-4">
<a
href="https://app.hivebase.com"
class="border border-gray-200/75 hover:border-gray-300 bg-gray-100/50 text-gray-500 hover:bg-white hover:text-gray-800 py-2.5 px-8 rounded hover:shadow-sm transition ease-in duration-200"
>Sign In</a
>
<a
href="/contact"
class="hidden sm:inline bg-[#FFA700] hover:brightness-110 text-white py-2.5 px-8 rounded shadow hover:shadow-md transition ease-in duration-200"
>Request Demo</a
>
</div>
</div>
</header>
<main class="">
<section class="max-w-6xl mx-auto px-6 relative">
<!-- Hex background pattern -->
<div class="hidden lg:block absolute w-1/2 right-0 top-0 z-10 mr-16">
<div class="hexagons">
<div class="row flex flex-row-reverse">
<div class="hexagon"><div></div></div>
<div class="hexagon"><div></div></div>
<div class="hexagon"><div></div></div>
<div class="hexagon"><div></div></div>
</div>
<div class="row flex flex-row-reverse">
<div class="hexagon"><div></div></div>
<div class="hexagon"><div></div></div>
<div class="hexagon"><div></div></div>
<div class="hexagon"><div></div></div>
</div>
<div class="row flex flex-row-reverse">
<div class="hexagon"><div></div></div>
<div class="hexagon"><div></div></div>
<div class="hexagon"><div class="highlight"></div></div>
<div class="hexagon"><div></div></div>
</div>
<div class="row flex flex-row-reverse">
<div class="hexagon"><div></div></div>
<div class="hexagon"><div></div></div>
<div class="hexagon"><div></div></div>
<div class="hexagon"><div></div></div>
</div>
<div class="row flex flex-row-reverse">
<div class="hexagon"><div></div></div>
<div class="hexagon"><div class="highlight"></div></div>
<div class="hexagon"><div></div></div>
<div class="hexagon"><div></div></div>
<div class="hexagon"><div></div></div>
</div>
<div class="row flex flex-row-reverse">
<div class="hexagon"><div></div></div>
<div class="hexagon"><div></div></div>
<div class="hexagon"><div></div></div>
<div class="hexagon"><div></div></div>
</div>
<div class="row flex flex-row-reverse">
<div class="hexagon"><div></div></div>
<div class="hexagon"><div></div></div>
<div class="hexagon"><div></div></div>
<div class="hexagon"><div class="highlight"></div></div>
<div class="hexagon"><div></div></div>
<div class="hexagon"><div></div></div>
</div>
<div class="row flex flex-row-reverse">
<div class="hexagon"><div></div></div>
<div class="hexagon"><div></div></div>
<div class="hexagon"><div></div></div>
<div class="hexagon"><div></div></div>
</div>
<div class="row flex flex-row-reverse">
<div class="hexagon"><div></div></div>
<div class="hexagon"><div></div></div>
<div class="hexagon"><div></div></div>
<div class="hexagon"><div></div></div>
</div>
<div class="row flex flex-row-reverse">
<div class="hexagon"><div></div></div>
<div class="hexagon"><div></div></div>
<div class="hexagon"><div></div></div>
</div>
<div class="row flex flex-row-reverse">
<div class="hexagon"><div></div></div>
<div class="hexagon"><div></div></div>
</div>
</div>
</div>
<!-- Hero content -->
<div class="pt-48 pb-32 flex justify-between gap-6 relative">
<div class="lg:w-7/12 flex flex-col gap-6 z-20">
<div
class="uppercase text-sm text-amber-500 tracking-wider font-medium"
>
CONSTRUCTION DOCUMENT MANAGEMENT
</div>
<h1
class="font-heading font-bold text-3xl lg:text-5xl text-gray-900 max-w-xl"
>
Organize all your digital construction documents
</h1>
<div class="text-gray-500 text-lg font-light max-w-lg">
Hivebase helps you store and keep track of everything.<br>
<em>And it's a breeze.</em>
</div>
<div class="mt-3">
<a
href="/contact"
class="inline-block bg-gray-900 hover:bg-gray-700 text-white py-2.5 px-8 rounded shadow hover:shadow-md transition ease-in duration-200"
>Request Demo</a
>
</div>
</div>
<!-- <div class="w-2/5 border border-gray-100"></div> -->
</div>
</section>
<!-- Organize section -->
<section
class="bg-gray-200/50 max-w-6xl mx-auto xl:rounded-xl relative z-20"
>
<div class="py-20 px-10">
<div class="flex flex-col items-center text-center gap-4">
<div
class="uppercase text-sm text-amber-500 tracking-wider font-medium"
>
COMPLETE CONTROL OVER YOUR INFORMATION
</div>
<h2 class="font-heading font-bold text-4xl text-gray-900">
Let's get organized
</h2>
<div class="text-gray-500 text-lg font-light max-w-3xl">
Say goodbye to brittle storage systems.<br />
Hivebase helps you tag and group your documents intelligently.
</div>
</div>
<div
class="grid grid-cols-1 md:grid-cols-3 gap-4 lg:gap-6 mt-12 text-sm"
>
<div
class="rounded-lg overflow-hidden border border-gray-200 bg-gradient-to-b from-white to-gray-50/50 hover:shadow"
>
<div
class="p-4 lg:p-6 bg-contain bg-no-repeat bg-[url('/assets/uploading.png')]"
>
<h3 class="mt-24 font-subheading text-xl mb-3">
Effortless uploading
</h3>
<div class="text-gray-600 font-light leading-6">
Create projects and document types with just a few clicks.
Upload with drag-n-drop.
<span class="whitespace-nowrap">It's a breeze.</span>
</div>
</div>
</div>
<div
class="rounded-lg overflow-hidden border border-gray-200 bg-gradient-to-b from-white to-gray-50/50 hover:shadow"
>
<div
class="p-4 lg:p-6 bg-contain bg-no-repeat bg-[url('/assets/context.png')]"
>
<h3 class="mt-24 font-subheading text-xl mb-3">
Store with context
</h3>
<div class="text-gray-600 font-light leading-6">
Create custom fields for everything you want to track. Tag
your projects and document types as you upload.
</div>
</div>
</div>
<div
class="rounded-lg overflow-hidden border border-gray-200 bg-gradient-to-b from-white to-gray-50/50 hover:shadow"
>
<div
class="p-4 lg:p-6 bg-contain bg-no-repeat bg-[url('/assets/collections.png')]"
>
<h3 class="mt-24 font-subheading text-xl mb-3">
Organize collections
</h3>
<div class="text-gray-600 font-light leading-6">
Group related documents and projects into custom collections
for convenient navigation and quick-access.
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Retrieval section -->
<section>
<div class="max-w-6xl mx-auto py-20 px-10">
<div class="flex flex-col gap-4">
<div
class="uppercase text-sm text-amber-500 tracking-wider font-medium"
>
LIGHTNING FAST RETRIEVAL
</div>
<h2 class="font-heading font-bold text-4xl text-gray-900">
Make it usable
</h2>
<div class="text-gray-500 text-lg font-light max-w-lg">
Your Hivebase repository is easy to navigate.
<span class="whitespace-nowrap">Search, drill-down,</span> filter,
and find anything you need.
</div>
</div>
<div class="mt-12">
<div class="md:flex space-between gap-6">
<div
class="mb-6 md:w-1/2 lg:hover:w-3/5 transition-all border border-gray-200/60 rounded-md hover:shadow bg-gradient-to-b from-white to-gray-100/50"
>
<div
class="p-6 pt-32 bg-contain bg-no-repeat bg-[url('/assets/search.png')]"
>
<h3 class="font-subheading text-xl mb-3">
Instant quick search
</h3>
<div class="text-gray-600 font-light leading-6">
Hivebase shows you results <em>as you type</em>, instantly.
Find any document with just a few keystrokes. No waiting, no
lengthy rabbit trails, just fast results.
</div>
</div>
</div>
<div
class="mb-6 md:w-1/2 lg:hover:w-3/5 transition-all border border-gray-200/60 rounded-md hover:shadow bg-gradient-to-b from-white to-gray-100/50"
>
<div
class="p-6 pt-32 bg-contain bg-no-repeat bg-[url('/assets/filtering.png')]"
>
<h3 class="font-subheading text-xl mb-3">Powerful filtering</h3>
<div class="text-gray-600 font-light leading-6">
Drill down through projects and folders with a few clicks.<br />
Apply flexible filters on any custom fields to find exactly
what
<span class="whitespace-nowrap">you're looking for.</span>
</div>
</div>
</div>
</div>
<div class="md:flex space-between gap-6">
<div
class="mb-6 md:w-1/2 lg:hover:w-3/5 transition-all border border-gray-200/60 rounded-md hover:shadow bg-gradient-to-b from-white to-gray-100/50"
>
<div
class="p-6 pt-32 bg-contain bg-no-repeat bg-[url('/assets/navigation.png')]"
>
<h3 class="font-subheading text-xl mb-3">
Custom navigation paths
</h3>
<div class="text-gray-600 font-light leading-6">
Collections let you navigate through related groups of
projects or documents. See all your safety manuals in one
place. Click through by location, year, and more.
</div>
</div>
</div>
<div
class="mb-6 md:w-1/2 lg:hover:w-3/5 transition-all border border-gray-200/60 rounded-md hover:shadow bg-gradient-to-b from-white to-gray-100/50"
>
<div
class="p-6 pt-32 bg-contain bg-no-repeat bg-[url('/assets/sharing.png')]"
>
<h3 class="font-subheading text-xl mb-3">Fine-tuned sharing</h3>
<div class="text-gray-600 font-light leading-6">
Create a dedicated sharing URL for a document, folder, or
project. Provide granular access to outside contacts. Set
expiration
<span class="whitespace-nowrap">times and restrictions.</span>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Security section -->
<section class="max-w-6xl bg-[#202329] mx-auto xl:rounded-xl">
<div
class="py-20 px-10 lg:px-20 bg-cover bg-center md:bg-[url('/assets/security-bg.svg')]"
>
<div class="flex flex-col gap-4 justify-center text-center">
<div
class="uppercase text-sm text-amber-500 tracking-wider font-medium"
>
Serious about security
</div>
<h2
class="font-heading font-bold text-3xl lg:text-4xl text-gray-200"
>
Protection enabled
</h2>
<div class="text-gray-500 text-lg font-light max-w-3xl mx-auto">
Files encrypted during transit and in storage<br />
Two-factor authentication available for users<br />
Role-based access controls for permissions<br />
Detailed audit logging for all document changes
</div>
</div>
</div>
</section>
<!-- Partner section -->
<section>
<div class="max-w-6xl mx-auto py-20 px-10">
<div class="flex flex-col gap-4">
<div
class="uppercase text-sm text-amber-500 tracking-wider font-medium"
>
DOCUMENT MANAGEMENT AS A SERVICE
</div>
<h2 class="font-heading font-bold text-4xl text-gray-900">
Partner with us
</h2>
<div class="text-gray-500 text-lg font-light">
<div class="mb-4">
The Hivebase partner program is for reprographers, plan centers,
IT providers, and anyone else wanting to provide archiving or
digital libraries as a service.
</div>
<ul class="text-gray-600 font-medium ml-5">
<li class="mb-2">
Resell the Hivebase platform to your customers and create an
ongoing revenue stream.
</li>
<li class="mb-2">
Grow your scanning and document management services. Capture
more lucrative scan projects.
</li>
<li class="mb-2">
You decide who has control. You can manage and maintain the
archive, or give your customer joint control.
</li>
<li class="mb-2">
Perfect for archive historical documents, organizing project
closeouts, facilities management, and more.
</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Sign up section -->
<section
class="max-w-6xl mx-auto xl:rounded-xl bg-gradient-to-br from-[#FFBF00] to-[#FF9000] relative overflow-hidden"
>
<div class="hidden lg:block absolute w-1/2 right-0 top-0 z-10">
<div class="hexagons subtle">
<div class="row flex flex-row-reverse">
<div class="hexagon"><div></div></div>
<div class="hexagon"><div></div></div>
</div>
<div class="row flex flex-row-reverse">
<div class="hexagon"><div></div></div>
<div class="hexagon"><div></div></div>
<div class="hexagon"><div></div></div>
</div>
<div class="row flex flex-row-reverse">
<div class="hexagon"><div></div></div>
<div class="hexagon"><div></div></div>
<div class="hexagon"><div></div></div>
</div>
<div class="row flex flex-row-reverse">
<div class="hexagon"><div></div></div>
<div class="hexagon"><div></div></div>
</div>
<div class="row flex flex-row-reverse">
<div class="hexagon"><div></div></div>
<div class="hexagon"><div></div></div>
<div class="hexagon"><div></div></div>
<div class="hexagon"><div></div></div>
</div>
</div>
</div>
<div class="py-20 px-10 md:px-20">
<div class="flex flex-col gap-4">
<div
class="uppercase text-sm text-white tracking-wider font-medium"
>
REQUEST INFORMATION
</div>
<h2 class="font-heading font-bold text-4xl text-black">
Ready for a closer look?
</h2>
<div class="max-w-3xl">
<div class="text-black/75">
Let's schedule a personal demo to see how<br> Hivebase can help your business and projects.
</div>
</div>
<div class="mt-6">
<a
href="/contact"
class="inline-block bg-gray-900 hover:bg-gray-700 text-white py-2.5 px-8 rounded shadow hover:shadow-md transition ease-in duration-200"
>Request Demo</a>
</div>
</div>
</div>
</section>
</main>
<footer class="mt-12 py-6 px-10 border-t border-gray-200/50">
<div
class="max-w-6xl mx-auto flex flex-col md:flex-row gap-4 items-center justify-between text-sm text-gray-500"
>
<div class="flex-1">
<a href="/terms">Terms of Service</a>
·
<a href="/privacy">Privacy Policy</a>
·
<a href="https://status.hivebase.com/" target="_blank">System Status</a>
</div>
<div class="order-1 md:order-none md:flex justify-center">
<img src="/favicon.png" class="w-12" />
</div>
<div class="flex-1 md:text-right">
Copyright © 2024. All rights reserved.
</div>
</div>
</footer>
</body>
</html>