Browse Source

pushed changes

master
rdrew 2 months ago
parent
commit
abbcbe2d26
  1. 15
      lp-banner.html.twig
  2. 15
      templates/includes/lp-banner.html.twig.new

15
lp-banner.html.twig

@ -0,0 +1,15 @@
{% set logo = '/themes/custom/olivesbdh/images/bdh_logo_02.png' %}
<div class="hero--wrapper">
<div class="hero-section" style="background:url(/themes/custom/olivesbdh/images/dirt_road.png) 50% no-repeat;">
<div class="logo-wrapper">
<figure class="logo--ilivesbdh">
<!--<img src="{{ logo }}" alt="bdh logo">-->
<h1>Bowing Down Home</h1>
<h2>Fiddle Music of Prince Edward Island</h2>
</figure>
</div>
</div>
</div>

15
templates/includes/lp-banner.html.twig.new

@ -0,0 +1,15 @@
{% set logo = '/themes/custom/olivesbdh/images/bdh_logo_02.png' %}
<div class="hero--wrapper">
<div class="hero-section">
<div class="logo-wrapper">
<div class="logo--ilivesbdh">
<!--<img src="{{ logo }}" alt="bdh logo">-->
<h1>Island Archives</h1>
<h2>at the Uviversity of Prince Edward Island</h2>
</div>
</div>
</div>
</div>
Loading…
Cancel
Save