Viewing file: index.php (4.39 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<? $agentarray[] = "Beatrice Jackson-Henry"; $agentarray[] = "Timothy Huddleston"; $agentarray[] = "Nick Kontonis"; $agentarray[] = "Chris Christoforidis"; $agentarray[] = "Elaine Passaris"; $agentarray[] = "Richard Rovetti"; //$agentarray[] = "Oren McEwen"; $agentarray[] = "Judith Larios"; $agentarray[] = "Michael McAuliffe"; $agentarray[] = "and Sheila Hagen";
include ("../include/start_page"); ?>
<tr> <td rowspan="2" width="100%" valign="top"> <br> <div class="page_title"><?=$page_title?></div> <div class="page_subtitle"><?=$page_subtitle?></div> <!--Begin content table, starting with graphic formatting-->
<table bgcolor="#0b3010" width="100%" align="center" border="0" cellpadding="0" cellspacing="0"> <tr> <td rowspan="5" bgcolor="#5e6e60" height="1"><img src="../common/images/spacer.gif" width="1" height="1" alt="" border="0"></td> <td colspan="5" bgcolor="#5e6e60" height="1"><img src="../common/images/spacer.gif" width="1" height="1" alt="" border="0"></td> <td rowspan="5" bgcolor="#5e6e60" height="1"><img src="../common/images/spacer.gif" width="1" height="1" alt="" border="0"></td> </tr> <tr> <td colspan="3"><img src="../common/images/spacer.gif" width="20" height="20" alt="" border="0"></td> </tr> <tr> <td><img src="../common/images/spacer.gif" width="20" height="20" alt="" border="0"></td>
<!--actual content goes in this td--> <td> <p><span class="boldgold">Makras Real Estate</span> is a corporation which provides professional real estate service in San Francisco and the San Francisco Bay Area.
<p><span class="boldgold">The Principal</span> of Makras Real Estate is Victor G. Makras, who is a licensed Real Estate Broker. Mr. Makras has been active in the real estate field since 1976 and was elected President of the San Francisco Association of Realtors in 1989, an organization of over 4,000 members.
<p><span class="boldgold">Sales Associates</span> of Makras Real Estate include: <? $agents = implode (", ", $agentarray); echo $agents; ?> with a combined real estate experience of over 200 years.
<p><span class="boldgold">Makras Real Estate</span> consists of three divisions being the Sales Division, the Property Management Division and " San Francisco Marketing ", a division exclusive to the sale and marketing of newly constructed residential units.
<p><span class="boldgold">The Sales Division</span> of Makras Real Estate includes residential sales, condominium sales, and small investment sales in San Francisco and the San Francisco Bay Area.
<p><span class="boldgold">The Property Management Division</span> currently manages over 210 buildings consisting of single-family homes, 2-12 unit buildings, Live\Work lofts, and commercial buildings.
<p><span class="boldgold">San Francisco Marketing</span> is a division of Makras Real Estate exclusive to the sale of newly constructed single-family residential units, new condominiums, and new live/work lofts in San Francisco.
<p><span class="boldgold">Makras Real Estate</span> feels that there is more to professional service than fulfillment of the contractual obligations. We provide high quality service with the latest up to date tools of the trade.
<p><span class="boldgold">Makras Real Estate</span> is an agency with high ethical standards, current market experience, sharp business insights, and enthusiastic conduct, which assures you the excellence in performance that you deserve.
</td> <!--End of content cell--> <!--Formatting for table with light color outline--> <td><img src="../common/images/spacer.gif" width="20" height="20" alt="" border="0"></td> </tr> <tr> <td colspan="3"><img src="../common/images/spacer.gif" width="20" height="20" alt="" border="0"></td> </tr> <tr> <td colspan="5" bgcolor="#5e6e60" height="1"><img src="../common/images/spacer.gif" width="1" height="1" alt="" border="0"></td> </tr> </table> </td> <!--this td stretches the content cell so it starts right below the pictures--> <td height="150" width="1"><img src="../common/images/spacer.gif" width="1" height="1" border="0"></td> </tr> <tr><!--logo at bottom--> <td valign="bottom"></td> <td width="1"></td> </tr>
<?include ("../include/end_page");?>
|