Skip to content

Commit

Permalink
Fix to banner image to replace owl carousel.
Browse files Browse the repository at this point in the history
  • Loading branch information
kdaviswx committed Jul 24, 2024
1 parent 90a5f80 commit cc5ddd5
Showing 1 changed file with 6 additions and 25 deletions.
31 changes: 6 additions & 25 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -174,32 +174,13 @@

</div>
</div>

<div class="col-md-11 col-sm-11 col-xs-12">
<div class="panel-pane pane-views pane-banner-homepage" >



<div class="pane-content">
<div class="view view-banner-homepage view-id-banner_homepage view-display-id-default view-dom-id-a7bb3076003ddfff13894aea35f65f0b">



<div class="view-content">
<div id="owl-carousel-default9" class="owl-carousel owl-theme owlcarousel-settings-default"><div class="item-0 item-odd">
<div class="views-field views-field-field-banner-image"> <div class="field-content"><img typeof="foaf:Image" class="img-responsive" src="sites/default/files/airport6.png" width="1395" height="650" alt="" /></div> </div></div><div class="item-1 item-even">
<div class="views-field views-field-field-banner-image"> <div class="field-content"><img typeof="foaf:Image" class="img-responsive" src="sites/default/files/crystal_bridge5.png" width="1395" height="650" alt="" /></div> </div></div><div class="item-2 item-odd">
<div class="views-field views-field-field-banner-image"> <div class="field-content"><img typeof="foaf:Image" class="img-responsive" src="sites/default/files/spaceship3.png" width="1395" height="650" alt="" /></div> </div></div></div> </div>






</div> </div>


</div>
<div class="panel-pane pane-views pane-banner-homepage">
<div class="pane-content">
<img class="img-responsive" src="/sites/default/files/airport6.png">
</div>
</div>
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit cc5ddd5

Please sign in to comment.