forked from gdg-x/chakram
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathattending.html
19 lines (17 loc) · 1.34 KB
/
attending.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<div class="container-fluid" style="background-image: url('assets/img/d.svg');background-repeat: no-repeat;background-size: cover;">
<div class="row">
<div class="col-md-12 pt-5 pb-5 text-center">
<br>
<h3 style="font-family: google-sans;color: #1a73e8;" class="animated fadeInUp">{{regJson.eventInfo.eventName}}</h3>
<p style="font-family: google-sans" class="mt-3 animated fadeInUp"><i class="fa fa-calendar-plus-o" aria-hidden="true"></i> {{regJson.eventInfo.eventDate}}</p>
<p style="font-family: google-sans" class="animated fadeInUp"><i class="fa fa-map-marker" aria-hidden="true"></i> {{regJson.eventInfo.eventVenue}}</p>
<p>Questions? Please contact {{regJson.chapterEmail}}.</p>
</div>
</div>
<div class="row pb-5">
<div class="col-md-8 offset-md-2">
<!-- Add Google Map Embed link under src tab -->
<iframe class="z-depth-1" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3901.1181837144873!2d-76.96509068518684!3d-12.104060991429197!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x9105c70ab77498c1%3A0xcce9f50642e7c684!2sUPC+Monterrico!5e0!3m2!1ses-419!2spe!4v1560054910051!5m2!1ses-419!2spe" width="100%" height="450" frameborder="0" style="border:0" allowfullscreen></iframe>
</div>
</div>
</div>