-
Notifications
You must be signed in to change notification settings - Fork 0
/
ourTech.html
122 lines (116 loc) · 5.56 KB
/
ourTech.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
<!DOCTYPE HTML>
<!--
Introspect by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>Our Technology</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" />
</head>
<body>
<!-- Header -->
<!-- Header -->
<header id="header">
<div class="inner">
<nav id="nav">
<a href="index.html">Home</a>
<a href="findAHome.html">Find a Home</a>
<a href="buyersSellers.html">Buyers & Sellers</a>
<div class="dropdown">
<a class="dropbtn">Tenants</a>
<div class="dropdown-content">
<a href="https://www.tucsonhomesearch.com/tenant/">Overview</a>
<a href="tenantPortal.html">Tenant Portal</a>
<a href="https://www.tucsonhomesearch.com/maintenance-request/">Maintenance Request</a>
</div>
</div>
<div class="dropdown">
<a class="dropbtn">Owners</a>
<div class="dropdown-content">
<a href="https://arizonahomesrentals.appfolio.com/oportal/users/log_in" target="new">Owner Portal</a>
<a href="managementServices.html">Management Services</a>
<a href="ownerStatement.html">Owner Statement</a>
<a href="ourTech.html">Our Technology</a>
</div>
</div>
</nav>
</div>
</header>
<a href="#menu" class="navPanelToggle"><span class="fa fa-bars"></span></a>
<!-- Main -->
<section id="main" >
<div class="inner">
<header class="major special">
<h1>Our Technology Advantage</h1>
<p>Our streamlined technology allows us to provide the best service around.</p>
</header>
<p>Our goal is to provide you with the best service and manage your properties efficiently and effectively. Our team has invested in a complete and modern software solution, <a href="http://www.appfolio.com/" target="new">AppFolio Property Manager</a>. We are excited to share several of the new capabilities and how they will benefit you.</p>
<table>
</tr>
<tr>
<td><strong>More effectively market your properties and fill vacancies sooner.</strong> AppFolio allows us to quickly advertise vacancies online, posting to our website, and hundreds of other listing sites. Applicants can also apply right from their smartphones.</td>
<tr>
<td><strong>Price rentals right for your market and reduce vacancies.</strong> AppFolio’s built-in rental comparison tool provides actual rental rates for units similar to yours in the same geographic location. This insight allows us to maximize your revenue and fill vacancies faster.</td>
</tr>
<tr>
<td><strong>Screen for the best residents.</strong> Streamlined, built in resident screening includes standard background and credit checks along with past rent payment history. Screens can be completed in minutes – enabling us to place the highest quality residents quickly.</td>
</tr>
<tr>
<td><strong>You will be paid faster and more securely.</strong> New functionality provides our team the ability to deposit funds directly into your bank account. No more waiting for a check in the mail.</td>
</tr>
<tr>
<td><strong>Collect rent faster with online payment options.</strong> Modern residents expect easy, online payment options. AppFolio gives residents three convenient ways to pay electronically (Cash, E-check, or with a credit card).</td>
</tr>
<tr>
<td><strong>On-demand access to your statements.</strong> Owner statements are securely posted to an online Owners Portal, saving time and paper. These simple statements provide you with a quick snapshot of your property details for the past month. We can also include maintenance invoices and additional reports you request.</td>
</tr>
<tr>
<td><strong>Handle property maintenance issues faster.</strong>We use AppFolio for electronic work-orders and communication with vendors so we can quickly resolve issues. At your request, we can email you a copy of the work order and relevant information giving you real-time updates.</td>
</tr>
</table>
<p>Each time you wish to view your reports, you must visit the portal and enter your email address and password. If you’re a new user, you will be prompted to set up a password.</p>
</div>
</section>
<!-- Footer -->
<section id="footer">
<div class="inner">
<header>
<h2>Get in Touch</h2>
</header>
<form method="post" action="#">
<div class="field half first">
<label for="name">Name</label>
<input type="text" name="name" id="name" />
</div>
<div class="field half">
<label for="email">Email</label>
<input type="text" name="email" id="email" />
</div>
<div class="field">
<label for="message">Message</label>
<textarea name="message" id="message" rows="6"></textarea>
</div>
<ul class="actions">
<li><input type="submit" value="Send Message" class="alt" /></li>
</ul>
</form>
<div class="copyright">
<p>© Arizona Homes Rentals and Sales</p>
</div>
<img src="images/realtor_logo.png">
<img src="images/equal-house-opp.png">
<img src="images/tucson-asso-of-realtors.png">
</div>
</div>
</section>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>