-
Notifications
You must be signed in to change notification settings - Fork 0
/
aboutproperty.html
180 lines (126 loc) · 8.23 KB
/
aboutproperty.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900" rel="stylesheet">
<!-- <link href="https://fonts.googleapis.com/css?family=Poppins:100,300,300i,400" rel="stylesheet"> -->
<!-- <link rel="stylesheet" href="css/icon-font.css"> -->
<link rel="stylesheet" href="css/ionicons.min.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/queries.css">
<link rel="shortcut icon" type="image/png" href="img/favicon.png">
<title>ORG Property Management | About</title>
</head>
<body id="property">
<header class="header" id="aboutproperty">
<nav>
<div class="header__logo-box">
<a href="property.html">
<img src="img/PropertyLogo.JPG" alt="ORG logo" class="header__logo">
</a>
</div>
<div class="header__nav-bar">
<ul class="main-nav js--main-nav">
<li><a href="index.html">Home</a></li>
<!-- <li><a href="company.html">Company</a></li> -->
<li><a href="aboutproperty.html">About</a></li>
<li><a href="teamproperty.html">Team</a></li>
<li><a href="properties.html">Properties</a></li>
<li><a href="#footercontact">Contact</a></li>
</ul>
<a class="mobile-nav-icon js--nav-icon"><i class="ion-navicon-round"></i></a>
</div>
</nav>
<!-- <div class="header__text-box">
<h1 class="heading-primary">
<span class="heading-primary--main">The Freedom to Build Anything You Want</span>
<span class="heading-primary--sub">ORG Portfolio Management</span>
</h1>
<a href="#section-tours" class="btn btn--white btn--animated">READ MORE</a>
</div> -->
<div class="service__container">
<div class="service-content">
<h1 class="text-service">About Us</h1>
</div>
<hr class="hr-line">
<span>Our Philosophy and Mission</span>
<!-- <span>ORG Portfolio Management LLC offers the services below to institutional investors on a full retainer or unbundled basis. ORG can serve in a fiduciary capacity pursuant to ERISA requirements.</span> -->
</div>
</header>
<section class="section-about-history" id="stickyy">
<div class="row">
<div class="service-type">
<div>
<h3> </h3>
</div>
<div>
<p>
ORG Property Management has one philosophy – establishing long-term relationships with our valued clients and tenants.
How we train our employees, how we communicate within and outside of the organization, and everything we do revolves around this philosophy.
</p>
<p>
Our fundamental mission is tenant satisfaction that is greatly achieved by consistent communication and conflict resolution in a timely and efficient manner,
competitive rental rates with best-in-class amenities provided, and unparalleled service provided by the Property Manager and the Property Management team.
</p>
</div>
</div>
<div class="service-type">
<div>
<h3> </h3>
</div>
<div>
<p>
With over ## years with property management, ORG Property Management has the unique advantage of being an experienced and local management company.
This quality of service translates into higher tenant occupancy rates that further our goal to attract and obtain investors for these properties, as well as acquisition of new properties.
</p>
<p>
ORG Property Management will continue to acquire and develop quality properties based on realistic values for its own investment affiliates, as well as its joint venture partners.
These real estate acquisitions in the northeastern Ohio market will focus on fewer, usually larger, transactions that take advantage of unique opportunities.
</p>
</div>
</div>
</div>
</section>
<footer class="footer" id="footercontact">
<div class="footer__logo-box">
<img src="img/PropertyLogo.JPG" alt="Full logo" class="footer__logo">
</div>
<div class="row">
<div class="col-1-of-2">
<div class="footer__navigation">
<ul class="footer__list">
<li class="footer__item"><a href="#" class="footer__link">Company</a></li>
<li class="footer__item"><a href="#" class="footer__link">Contact us</a></li>
<li class="footer__item"><a href="#" class="footer__link">Careers</a></li>
<li class="footer__item"><a href="#" class="footer__link">Privacy policy</a></li>
<li class="footer__item"><a href="#" class="footer__link">Terms</a></li>
</ul>
</div>
<div class="footer__socialbox">
<!-- <img src="img/logo-big" alt="Full logo" class="footer__logo"> -->
<ul class="footer__social-links">
<li class="footer__social-icons"><a href="#" class="footer__icons-links"><i class="ion-social-facebook"></i></a></li>
<li class="footer__social-icons"><a href="#" class="footer__icons-links"><i class="ion-social-twitter"></i></a></li>
<li class="footer__social-icons"><a href="#" class="footer__icons-links"><i class="ion-social-instagram"></i></a></li>
</ul>
</div>
</div>
<div class="col-1-of-2">
<p class="footer__copyright">
ORG's headquarters is in Cleveland, Ohio.
Copyright © 2019 ORG Portfolio Management LLC. All rights reserved.
<br><br>
CONTACT US: 3733 Park East Drive, Suite 210, Cleveland, OH 44122 / Tel: 216-468-0055
</p>
</div>
</div>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<!-- <script src="javascipt/jquery.waypoints.min.js"></script>
<script src="javascript/noframework.waypoints.min.js"></script> -->
<script src="javascript/jquery.waypoints.min.js"></script>
<script src="javascript/script.js"></script>
</body>
</html>