-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
139 lines (128 loc) · 4.04 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
<!DOCTYPE HTML>
<!--
Introspect by TEMPLATED
<title>Introspect by TEMPLATED</title>
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>Arizona Homes Rentals & Sales</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" />
<style>
.foot {
background-color: #924169;
color: white;
}
</style>
</head>
<body>
<!-- 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>
<a href="./tenants.html">Tenants</a>
<a href="./owners.html">Owners</a>
<a href="./about.html">About</a>
</nav>
</div>
</header>
<a href="#menu" class="navPanelToggle"><span class="fa fa-bars"></span></a>
<!-- Banner -->
<section id="banner">
<div class="inner">
<h1>Setting the standard in</br> Property Managment</br> in Arizona</h1>
<ul class="actions">
<li><a href="owners.html#managment" class="button alt">Get Started</a></li>
</ul>
</div>
</section>
<!-- One -->
<section id="one">
<div class="inner">
<header>
<h2>Your Management Solution</h2>
</header>
<p>At Arizona Homes Rentals and Sales, we can help you get the most out of your real estate. Whether you are
interested in buying a home, selling a property or managing a rental investment, we have the ability to
help you achieve your real estate goals. Just let us know what you need from us and we will do our best
to assist you.</p>
<ul class="actions">
<li><a href="./about" class="button alt">Learn More</a></li>
</ul>
</div>
</section>
<!-- Two -->
<section id="two">
<div class="inner">
<article>
<div class="content">
<header>
<h3>Personalized Service</h3>
</header>
<div class="image fit">
<img src="images/personalizedService.jpeg" alt="" />
</div>
<p>Great customer service goes a long way. That is why we go above and beyond in making sure that
your needs are met. We also do all we can to anticipate your needs. </p>
</div>
</article>
<article class="alt">
<div class="content">
<header>
<h3>Professional Management</h3>
</header>
<div class="image fit">
<img src="images/professionalManagement.jpg" alt="" />
</div>
<p>Our management style is more the ordinary. We have {number} years of management service. We have
the qualifications to mange your properties.</p>
</div>
</article>
</div>
</section>
<!-- Footer -->
<section id="cusFoot">
<div class="inner">
<article>
<div class="content">
<h3>Areas Serviced</h3>
<p>Tucson - Marana - Corona De Tucson
<br>Oro Valley - Vail - Sahuarita
<br>Rita Ranch - Cortaro</p>
<h4>Contact</h4>
<p>Tel: <a href="tel:520-405-8601">520-405-8601</a>
</br>E: azhomesrentals@gmail.com</p>
<p>8110 S Houghton Road 158-140
</br>Tucson, AZ 85747</p>
</div>
</article>
<article class="alt">
<div class="content">
<h3>Helpful Links</h3>
<a href="https://arizonahomesrentals.appfolio.com/connect/users/sign_in" target="_blank">Tenant
Portal</a><br>
<a href="https://arizonahomesrentals.appfolio.com/oportal/users/log_in" target="_blank">Owner
Portal</a>
</div>
<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">
</article>
</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>