rename to PlebArt

This commit is contained in:
Benjamin Takats
2022-12-23 22:42:40 +01:00
parent 797ae37a3a
commit b02eaf29ab
2 changed files with 16 additions and 11 deletions

View File

@@ -611,5 +611,6 @@
"World map of meetups": "", "World map of meetups": "",
"Dates for courses about Bitcoin.": "", "Dates for courses about Bitcoin.": "",
"Lecturers in the surrounding area.": "", "Lecturers in the surrounding area.": "",
"Venues in the surrounding area.": "" "Venues in the surrounding area.": "",
"PlebArt": ""
} }

View File

@@ -45,7 +45,8 @@
src="{{ asset('img/meetup_saarland.jpg') }}" alt=""> src="{{ asset('img/meetup_saarland.jpg') }}" alt="">
</div> </div>
<div class="absolute top-1 right-1 z-10 flex flex-col items-end justify-end w-full px-4 py-4"> <div class="absolute top-1 right-1 z-10 flex flex-col items-end justify-end w-full px-4 py-4">
<img class="rounded" src="{{ asset('vendor/blade-country-flags/4x3-'.$c.'.svg') }}" width="64" height="64"/> <img class="rounded" src="{{ asset('vendor/blade-country-flags/4x3-'.$c.'.svg') }}"
width="64" height="64"/>
</div> </div>
<div class="relative z-10 flex flex-col items-start justify-start w-full px-6 py-7"> <div class="relative z-10 flex flex-col items-start justify-start w-full px-6 py-7">
<span <span
@@ -69,7 +70,8 @@
src="{{ asset('img/vhs_kurs.jpg') }}" alt=""> src="{{ asset('img/vhs_kurs.jpg') }}" alt="">
</div> </div>
<div class="absolute top-1 right-1 z-10 flex flex-col items-end justify-end w-full px-4 py-4"> <div class="absolute top-1 right-1 z-10 flex flex-col items-end justify-end w-full px-4 py-4">
<img class="rounded" src="{{ asset('vendor/blade-country-flags/4x3-'.$c.'.svg') }}" width="64" height="64"/> <img class="rounded" src="{{ asset('vendor/blade-country-flags/4x3-'.$c.'.svg') }}"
width="64" height="64"/>
</div> </div>
<div class="relative z-10 flex flex-col items-start justify-start w-full px-6 py-7"> <div class="relative z-10 flex flex-col items-start justify-start w-full px-6 py-7">
<span <span
@@ -114,7 +116,8 @@
src="{{ asset('img/20220915_007_industryday.webp') }}" alt=""> src="{{ asset('img/20220915_007_industryday.webp') }}" alt="">
</div> </div>
<div class="absolute top-1 right-1 z-10 flex flex-col items-end justify-end w-full px-4 py-4"> <div class="absolute top-1 right-1 z-10 flex flex-col items-end justify-end w-full px-4 py-4">
<img class="rounded" src="{{ asset('vendor/blade-country-flags/4x3-'.$c.'.svg') }}" width="64" height="64"/> <img class="rounded" src="{{ asset('vendor/blade-country-flags/4x3-'.$c.'.svg') }}"
width="64" height="64"/>
</div> </div>
<div class="relative z-10 flex flex-col items-start justify-start w-full px-6 py-7"> <div class="relative z-10 flex flex-col items-start justify-start w-full px-6 py-7">
<span <span
@@ -138,7 +141,8 @@
src="{{ asset('img/aprycot-media-bitcoin-21-lektionen-01.webp') }}" alt=""> src="{{ asset('img/aprycot-media-bitcoin-21-lektionen-01.webp') }}" alt="">
</div> </div>
<div class="absolute top-1 right-1 z-10 flex flex-col items-end justify-end w-full px-4 py-4"> <div class="absolute top-1 right-1 z-10 flex flex-col items-end justify-end w-full px-4 py-4">
<img class="rounded" src="{{ asset('vendor/blade-country-flags/4x3-'.$c.'.svg') }}" width="64" height="64"/> <img class="rounded" src="{{ asset('vendor/blade-country-flags/4x3-'.$c.'.svg') }}"
width="64" height="64"/>
</div> </div>
<div class="relative z-10 flex flex-col items-start justify-start w-full px-6 py-7"> <div class="relative z-10 flex flex-col items-start justify-start w-full px-6 py-7">
<span <span
@@ -165,7 +169,7 @@
<span <span
class="px-2 py-1 mb-3 text-xs font-semibold tracking-tight text-white uppercase bg-amber-500 rounded-md">{{ __('Plebs together strong') }}</span> class="px-2 py-1 mb-3 text-xs font-semibold tracking-tight text-white uppercase bg-amber-500 rounded-md">{{ __('Plebs together strong') }}</span>
<h4 class="text-4xl font-bold tracking-tight text-gray-100 sm:text-3xl md:text-2xl lg:text-3xl"> <h4 class="text-4xl font-bold tracking-tight text-gray-100 sm:text-3xl md:text-2xl lg:text-3xl">
PlebRap {{ __('PlebArt') }}
</h4> </h4>
</div> </div>
</a> </a>