Skip to content

Instantly share code, notes, and snippets.

@scottopolis
Created December 15, 2018 19:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scottopolis/22e3ae25f0137e1f4b04103e38c7aefb to your computer and use it in GitHub Desktop.
Save scottopolis/22e3ae25f0137e1f4b04103e38c7aefb to your computer and use it in GitHub Desktop.
AppPresser Event Detail HTML Markup
<ion-grid>
<ion-row>
<ion-col col-12>
<img src="https://myapppresser.com/wp-content/uploads/2017/08/pixabay.com/salad-2204502_640.jpg"/>
</ion-col>
</ion-row>
<ion-row>
<ion-list>
<ion-item>
<ion-avatar item-start>
<img src="https://myapppresser.com/wp-content/uploads/2017/08/pixabay.com/computer-graphic-987103_640.jpg">
</ion-avatar>
<h2>Atkins Farmer's Market</h2>
<p>Fresh local products.</p>
</ion-item>
</ion-list>
</ion-row>
<ion-row class="col-padding">
<ion-col col-4>
<b>Frequency</b><br>
<p class="description">weekly</p>
</ion-col>
<ion-col col-5>
<b>Time</b><br>
<p class="description">8 AM - 2 PM</p>
</ion-col>
<ion-col col-3>
<b>Price</b><br>
<p class="description">Free</p>
</ion-col>
</ion-row>
<ion-row>
<ion-col>
<!-- Google Map -->
<p>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d740.8277781758185!2d-91.86519287076264!3d41.992621598700836!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x87e5022e36365d95%3A0x3c19d0e914dd0b14!2s272+Park+Ridge+Rd%2C+Atkins%2C+IA+52206!5e0!3m2!1sen!2sus!4v1502817714758" frameborder="0" style="border:0" allowfullscreen></iframe>
</p>
</ion-col>
</ion-row>
</ion-grid>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment