[newPage: Buecherverleih] added Lesezeicehn & B4S

This commit is contained in:
p.sterz
2023-08-01 11:40:26 +02:00
parent e35f0c31d2
commit 9827ebc371
3 changed files with 55 additions and 6 deletions

BIN
public/img/B4S-min.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 319 KiB

View File

@@ -64,10 +64,17 @@
</i> </i>
@LottiTheFuchs @LottiTheFuchs
</a> </a>
<br>
<a href="https://t.me/Robin_Hodl21" target="_blank" class="text-orange-500 underline telegram-blue">
<i class="fab fa-telegram mr-2">
</i>
@Robin_Hodl21
</a>
</p> </p>
<br> <br>
<div class="grid grid-cols-1 md:grid-cols-2 gap-8 mb-8"> <!-- Bücheretiketten -->
<div class="grid grid-cols-1 md:grid-cols-4 gap-8 mb-8">
<div class="flex flex-col items-center"> <div class="flex flex-col items-center">
<h2 class="text-2xl mb-2 text-orange-500"> <h2 class="text-2xl mb-2 text-orange-500">
Bücheretiketten Bücheretiketten
@@ -82,18 +89,20 @@
<img src="{{ asset('/img/etikett_bucherVerleih-min.jpg') }}" alt="Buch Etiketten" <img src="{{ asset('/img/etikett_bucherVerleih-min.jpg') }}" alt="Buch Etiketten"
class="mb-4 object-cover h-64 rounded-md shadow-md"> class="mb-4 object-cover h-64 rounded-md shadow-md">
<div class="flex justify-center space-x-2"> <div class="flex justify-center space-x-2">
<button class="btn bg-blue-600 text-white py-2 px-4 rounded-md hover:bg-blue-700"> <button class="btn bg-blue-600 text-white py-2 px-4 rounded-md hover:bg-blue-700">
<p class="text-white"> <p class="text-white">
Source-Datei Download Download .jpg
</p> </p>
</button> </button>
<button class="btn bg-blue-600 text-white py-2 px-4 rounded-md hover:bg-blue-700"> <button class="btn bg-blue-600 text-white py-2 px-4 rounded-md hover:bg-blue-700">
<p class="text-white"> <p class="text-white">
Beispiel-Datei Download Download .ai
</p> </p>
</button> </button>
</div> </div>
</div> </div>
<!-- Flyer -->
<div class="flex flex-col items-center"> <div class="flex flex-col items-center">
<h2 class="text-2xl mb-2 text-orange-500"> <h2 class="text-2xl mb-2 text-orange-500">
Flyer Flyer
@@ -109,12 +118,52 @@
<div class="flex space-x-2"> <div class="flex space-x-2">
<button class="btn bg-blue-600 text-white py-2 px-4 rounded-md hover:bg-blue-700"> <button class="btn bg-blue-600 text-white py-2 px-4 rounded-md hover:bg-blue-700">
<p class="text-white"> <p class="text-white">
Source-Datei Download Download .jpg
</p> </p>
</button> </button>
<button class="btn bg-blue-600 text-white py-2 px-4 rounded-md hover:bg-blue-700"> <button class="btn bg-blue-600 text-white py-2 px-4 rounded-md hover:bg-blue-700">
<p class="text-white"> <p class="text-white">
Beispiel-Datei Download Download .ai
</p>
</button>
</div>
</div>
<!-- Lesezeichen -->
<div class="flex flex-col items-center">
<h2 class="text-2xl mb-2 text-orange-500">
Lesezeichen
</h2>
<p class="text-lg text-gray-300 mb-2">
(Nicht editierbar)
</a>
</p>
<img src="{{ asset('/img/Lesezeichen-min.jpg') }}" alt="Flyer" class="mb-4 object-cover h-64 rounded-md shadow-md">
<div class="flex space-x-2">
<button class="btn bg-blue-600 text-white py-2 px-4 rounded-md hover:bg-blue-700">
<p class="text-white">
Download .jpg
</p>
</button>
</div>
</div>
<!-- Bookring4Sats -->
<div class="flex flex-col items-center">
<h2 class="text-2xl mb-2 text-orange-500">
Bookring4Sats
</h2>
<p class="text-lg text-gray-300 mb-2">
(Nicht editierbar)
</a>
</p>
<img src="{{ asset('/img/B4S-min.jpg') }}" alt="Flyer" class="mb-4 object-cover h-64 rounded-md shadow-md">
<div class="flex space-x-2">
<button class="btn bg-blue-600 text-white py-2 px-4 rounded-md hover:bg-blue-700">
<p class="text-white">
Download .jpg
</p> </p>
</button> </button>
</div> </div>