Atlantis, The Palm Yardi Retail Leasing Property Management
Okay, here’s a breakdown of the provided HTML snippet, focusing on the key information and its purpose. I’ll organise it into sections for clarity.
1. Carousel/Image Section
This section defines a single slide within a carousel (likely a rotating image gallery).
* omniture_corousal('Carousel Page','Photo Open','https://mma.prnewswire.com/media/2784547/Yardi_Atlantis_Platform.jpg','');: This is a JavaScript function call.It’s likely used for tracking user interaction with the carousel using Adobe Omniture (now Adobe Analytics). The arguments likely represent:
* 'Carousel Page': the page the carousel is on.
* 'Photo Open': An event triggered when the image is opened (likely in a lightbox).
* 'https://mma.prnewswire.com/media/2784547/Yardi_Atlantis_Platform.jpg': The URL of the image.
* '': An empty string, perhaps for additional tracking data.
* <a href="#" class="tabfocus" role="button">: This is a link element.
* href="#": The # means the link doesn’t go anywhere. It’s likely used to trigger JavaScript functionality (e.g., opening a lightbox).
* class="tabfocus": A class for styling and potentially for keyboard accessibility (allowing users to navigate the carousel with the Tab key).
* role="button": Indicates that this link should be treated as a button by assistive technologies (screen readers).
* <img ...>: The image itself.
* title="Iconic Dubai resort, Atlantis, The Palm, will streamline commercial retail operations and improve tenant experience with Yardi's cloud platform": The image’s title attribute, displayed as a tooltip on hover.
* data-getimg="https://mma.prnewswire.com/media/2784547/Yardi_Atlantis_Platform.jpg?w=500": A custom data attribute.This likely holds the URL of a smaller, optimized version of the image (500px width) to be loaded when the image is displayed in the carousel.
* id="imageid_2": A unique identifier for the image.
* alt="This image opens in the lightbox": Option text for the image, used by screen readers and displayed if the image fails to load.
* class="gallery-thumb img-responsive" rel="newsImage" itemprop="contentUrl": Classes for styling (thumbnail, responsive to screen size), indicating it’s part of a news image gallery, and for semantic markup (using schema.org’s contentUrl property).
* loading="lazy": A browser hint to lazy-load the image, improving page performance.
* <span class="fa fa-arrows-alt arrow_styles" aria-hidden="true"/>: An icon (likely from Font Awesome) representing arrows. Used for navigation within the carousel. aria-hidden="true" hides it from screen readers as it’s purely decorative.
* <figcaption>: The caption for the image. it provides a description of the image’s content.
2. Text Content
This section contains the main body of the article/press release.
* Paragraph 1: Announces that Atlantis,The Palm will use Yardi’s Commercial Suite to automate processes,improve visibility,and enhance leasing. It specifically mentions:
* Yardi Commercial Suite
* Wired Voyager® (lease governance)
* Wonted® Deal Manager (deal tracking)
* CommercialCafe (tenant portal and mobile app)
* Paragraph 2: A quote from Said haider, a Yardi senior director, emphasizing Atlantis’s commitment to innovation.
* Paragraph 3: A call to action, encouraging readers to learn more about yardi’s commercial asset solutions.
* “About Atlantis, The Palm, Dubai”: A brief description of the Atlantis, the Palm resort.
**Key Take
