Skip to content

Commit

Permalink
venue added (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
AmanRaj1608 authored and aashutoshrathi committed Sep 1, 2019
1 parent 0f325af commit 78eea7b
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/app/components/home-page/home-page.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,23 @@ <h3 class="sub-title Previous">Previous Rockstars Speakers</h3>
</div>
</div>

<div id="venue">
<div class='row center-lg center-xs center-md middle-lg middle-md middle-sm
middle-xs'>
<div class="col-xs-12">
<app-homepage-title title='Venue' color='#90148c'></app-homepage-title>
</div>
<div class="col-xs-12" style='height: 550px'>
<div class="sub-title" style='line-height:50px;font-size: 1.5em'>
Dhirubhai Ambani Institute of Information and Communication Technology. <br>
Near Reliance Chowkdi, DA IICT Road, Gandhinagar, Gujarat 382007 <br> <br>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3667.497127784073!2d72.62684071493652!3d23.18854688486926!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x395c2a3c9618d2c5%3A0xc54de484f986b1fa!2sDhirubhai%20Ambani%20Institute%20of%20Information%20and%20Communication%20Technology!5e0!3m2!1sen!2sin!4v1567362841953!5m2!1sen!2sin"
width="850" height="350" frameborder="0" style="border:0;" allowfullscreen=""></iframe>
</div>
</div>
</div>
</div>



<div id="team">
Expand Down
8 changes: 8 additions & 0 deletions src/app/components/home-page/home-page.component.sass
Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,11 @@
.design-image
width: 225px
height: 225px

iframe
position: relative
overflow: hidden
border-radius: 25px
box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16)
-webkit-border-radius: 20px
-o-border-radius: 20px

0 comments on commit 78eea7b

Please sign in to comment.