Skip to content

Commit

Permalink
Add new brands
Browse files Browse the repository at this point in the history
  • Loading branch information
distantnative committed Jan 21, 2025
1 parent 531a007 commit 4105f1a
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 1 deletion.
5 changes: 5 additions & 0 deletions content/brands/0_lufthansa/Lufthansa_Logo_2018.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions content/brands/0_lufthansa/brand.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Title: Lufthansa Group

----

Featured: true

----

Tag: hospitality
3 changes: 3 additions & 0 deletions content/brands/0_makita/Makita_Logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions content/brands/0_makita/brand.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Title: Makita

----

Featured: true

----

Height: 2.75rem
2 changes: 1 addition & 1 deletion site/snippets/templates/home/brands.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<section id="brands" class="mb-42">
<h2 class="h2 mb-12">Trusted by clients world&#8209;wide</h2>
<ul class="brands items-center">
<?php foreach(collection('brands/featured')->limit(18) as $brand): ?>
<?php foreach(collection('brands/featured')->limit(24) as $brand): ?>
<?php snippet('brand', ['brand' => $brand]) ?>
<?php endforeach ?>
</ul>
Expand Down

0 comments on commit 4105f1a

Please sign in to comment.