Olive Branch MS Chamber of Commerce (circa Oct 1999)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

47 lines
1.5 KiB

  1. <?php // economic development menu
  2. header("Pragma: no-cache");
  3. header("Content-type: text/html");
  4. $basetarget="main";
  5. include("html/head.std");
  6. ?>
  7. <div>
  8. <h2 class=center>Economic Development Menu<hr></h2>
  9. <div class=offset>
  10. <dl>
  11. <dt><b>Select from the items below:</b>
  12. <dl>
  13. <dt><b>Overview:</b>
  14. <dd>An overview of the economic resources in our area.
  15. <dt><b>Demographics:</b>
  16. <dd>A printable report of the demographics of our area.
  17. <dt><b>Industrial Parks:</b>
  18. <dd>Your guide to the industrial parks located in our community.
  19. <dt><b>Sites & Buildings:</b>
  20. <dd>A searchable database of the available sites and buildings
  21. located in our community.
  22. <dt><b>Employers Directory:</b>
  23. <dd>A searchable listing of the area's major employers.
  24. <dt><b>Transportation Resources</b>
  25. <dd>A map-based presentation of transportation facilities
  26. in the area.
  27. <dt><b>Workforce Development:</b>
  28. <dd>A map-based presentation of the workforce development
  29. resources available in our community.
  30. <dt><b>State & Regional Resources:</b>
  31. <dd>A listing of useful contacts at the state and regional level.
  32. <dt><b>Incentives:</b>
  33. <dd>A listing of incentives, tax abatements, and low-interest
  34. financing options.
  35. <dt><b>Links & Contacts:</b>
  36. <dd>A listing of useful contacts.
  37. <dt><b>Developmental News Releases:</b>
  38. <dd>A listing of news releases pertaining to economic development.
  39. <dt><a href="em_info.php3"><b>Request More Information:</b></a>
  40. <dd>An easy to use form for requesting more information about the
  41. topics that interest you.
  42. </dl>
  43. </dl>
  44. <?php
  45. include("html/tail.std");
  46. ?>