-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlearnmore-package.html
More file actions
88 lines (73 loc) · 3.28 KB
/
learnmore-package.html
File metadata and controls
88 lines (73 loc) · 3.28 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
<!DOCTYPE HTML>
<!--
Hyperspace by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Package Delivery Notification</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript>
<link rel="stylesheet" href="assets/css/noscript.css" />
</noscript>
</head>
<body class="is-preload">
<!-- Header -->
<header id="header">
<a href="index.html" class="title">TalkBlock Solutions</a>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<!--
<li><a href="generic.html" class="active">Generic</a></li>
<li><a href="elements.html">Elements</a></li>
-->
</ul>
</nav>
</header>
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<section id="main" class="wrapper">
<div class="inner">
<h1 class="major">Package Delivery Notification</h1>
<span class="image fit"><img src="images/pic04.jpg" alt="" /></span>
<p>Our most popular app, this package delivery notification empowers strata buildings to enable concierges to notify residents of package deliveries. Simple to use with little training required. </p>
<h3>Resident Self Registration</h3>
<p>Radically simple resident self registration. Concierge manages the registrations and will automatically track historical registrations. Building manager can be notified of duplicate registrations indicating resident moves and can verify Form K information.<br /> <br /> App supports single buildings as well as complexes with multiple towers</p>
<span class="image fit"><img src="images/package-reg.jpg" alt="" /></span>
<h3>Simple Delivery Entry</h3>
<p>Simple concierge entry for deliveries with package barcode scanning function with prefilled package types and location and concierge ID entries</p>
<span class="image fit"><img src="images/package-entry.jpg" alt="" /></span>
<h3>Historical Delivery Reporting</h3>
<p>Built in reports to track delivery notifications and pickups. Optionally use a barcode scanner to include package tracking information with the notifications</p>
<span class="image fit"><img src="images/package-reports.jpg" alt="" /></span>
<h3>Usage Reporting</h3>
<p>Configure limits and overage fees so concierges are notified of excessive deliveries and can report on potential chargebacks to residents</p>
<h3>Enterprise Class Data Security</h3>
<p>All apps are hosted in major public cloud provider and data is backed up encrypted across multiple Canadian based datacenter locations</p>
</div>
</section>
</div>
<!-- Footer -->
<footer id="footer" class="wrapper alt">
<div class="inner">
<ul class="menu">
<li>© TalkBlock Solutions Inc. All rights reserved.</li>
<li>Design by HTML5 UP</a></li>
</ul>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>