Latest Presentations

Displays a link to the latest presentation

by contact_investi_com_au

HTML

<link href="//api.investi.com.au/investi-widget.css" rel="stylesheet" />

<div class="investi-latest-presentation"      
 data-investi-num-announcements="3"
    data-investi-latest-presentation-image-width="250"
 data-investi-latest-presentation-image-height="250"
 data-investi-date-format="dd MMM yy"  
  data-investi-filter-regex="annual.*report|quarterly.*report|half.*report"
 
></div>

<style>
.investi-latest-presentation > a {
  display:flex;
  flex-direction: row-reverse;
  align-items: center;
}
.investi-latest-presentation__header{
  flex-direction: column-reverse;
  margin-left:0.5rem;
}
.investi-latest-presentation__date{
  margin-top: 1rem;
  font-size: 0.8rem;
  color: gray;
}
.investi-latest-presentation img {
  border-radius: 5px;  
  border: 1px solid lightgray;
}
</style>

<script src="//api.investi.com.au/investi.js?apiKey=	c8d685c4-f8b5-48bb-a046-0874b66cec72"></script>

<!-- 

Optional parameters


-->