Skip to content

Commit

Permalink
First go at adding maps and descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandauer committed Sep 19, 2023
1 parent 62d54c1 commit a8be3a0
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions maizzle/src/templates/new-applications-alert.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,44 @@
</td>
</tr>
</table>
<x-spacer height="32px" />
<x-divider space-y="24px" class="bg-slate-200" />
<table>
<tr>
<td class="w-[180px]" valign="top">
<img alt="Map of 50 Illawarra Road Marrickville 2204" src="https://maps.googleapis.com/maps/api/staticmap?key=AIzaSyCmdTv4mqSQKa2BfUvQUU3mEuj6vxnEiHI&amp;maptype=roadmap&amp;markers=color%3Ared%7C-33.90413%2C151.16163&amp;size=150x150&amp;zoom=16&amp;signature=i7QiFQ-M5phHMw9HKccQv-gReEc=" width="150" height="150">
</td>
<td valign="top" class="h-[150px]">
<a href="#" class="text-navy dark-mode:text-white">
<h2 class="m-0 text-lg font-bold">6 Kahibah Road, Umina Beach, NSW</h2>
</a>
<p class="mt-0">
S4.55 to Modify Approved Dwelling and Garage including Deletion of Clerestory, Addition of Laminated Beam, Relocation of Laundry, Deletion of Stairs and Expansion of Workshop
</p>
<p class="mb-0">
<a href="#" class="text-navy dark-mode:text-white">Add your own comment</a>
</p>
</td>
</tr>
</table>
<x-divider space-y="24px" class="bg-slate-200" />
<table>
<tr>
<td class="w-[180px]" valign="top">
<img alt="Map of 50 Illawarra Road Marrickville 2204" src="https://maps.googleapis.com/maps/api/staticmap?key=AIzaSyCmdTv4mqSQKa2BfUvQUU3mEuj6vxnEiHI&amp;maptype=roadmap&amp;markers=color%3Ared%7C-33.90413%2C151.16163&amp;size=150x150&amp;zoom=16&amp;signature=i7QiFQ-M5phHMw9HKccQv-gReEc=" width="150" height="150">
</td>
<td valign="top">
<a href="#" class="text-navy dark-mode:text-white">
<h2 class="m-0 text-lg font-bold">6 Kahibah Road, Umina Beach, NSW</h2>
</a>
<p class="mt-0">
Building subdivision
</p>
<p class="mb-0">
<a href="#" class="text-navy dark-mode:text-white">Add your own comment</a>
</p>
</td>
</tr>
</table>

</x-standard>

0 comments on commit a8be3a0

Please sign in to comment.