Skip to content

Commit

Permalink
Change image
Browse files Browse the repository at this point in the history
  • Loading branch information
brunosabenca committed Aug 28, 2024
1 parent d78cc7a commit 8d18893
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/views/flip_flop.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
{{end}}
</div>
</div>
<div class="col-sm-6 image-container" style="background: url('/assets/images/goodlord-logo-green-square.png') no-repeat left center;">
<div class="col-sm-6 image-container" style="background: url('/assets/images/goodlord-logo-colour.png') no-repeat left center;">
</div>
</div>
</div>
Expand Down Expand Up @@ -59,7 +59,7 @@
</p>
</div>
</div>
<div class="col-sm-6 image-container" style="background: url('/assets/images/goodlord-logo-green-square.png') no-repeat left center;">
<div class="col-sm-6 image-container" style="background: url('/assets/images/goodlord-logo-colour.png') no-repeat left center;">
</div>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions src/views/home.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<a href="{{.blocks.HeaderButtonLink.Content}}" class="btn btn-primary">{{ safe .blocks.HeaderButtonLabel.Content}}</a>
</div>
</div>
<div class="col-sm-6 image-container" style="background: url('/assets/images/goodlord-logo-green-square.png') no-repeat left center;">
<div class="col-sm-6 image-container" style="background: url('/assets/images/goodlord-logo-colour.png') no-repeat left center;">
{{.blocks.BackgroundImage.Image.URL}}</div>
</div>
</div>
Expand Down Expand Up @@ -165,7 +165,7 @@
{{ if .blocks.FlipFlopLeftImageTitle1.Content }}
<div class="container">
<div class="row">
<div class="col-sm-6 image-container" style="background: url('/assets/images/goodlord-logo-green-square.png') no-repeat right center;">{{.blocks.FlipFlopLeftImage1.Image.URL}}</div>
<div class="col-sm-6 image-container" style="background: url('/assets/images/goodlord-logo-colour.png') no-repeat right center;">{{.blocks.FlipFlopLeftImage1.Image.URL}}</div>
<div class="col-sm-6">
<div class="row align-items-center my-5">
<div class="text-container w-100 text-left">
Expand Down

0 comments on commit 8d18893

Please sign in to comment.