minimize images
This commit is contained in:
parent
6ffdc1cbb0
commit
7ef48efcf3
Binary file not shown.
|
After Width: | Height: | Size: 349 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 231 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 248 KiB |
|
|
@ -1,3 +0,0 @@
|
|||
[ZoneTransfer]
|
||||
LastWriterPackageFamilyName=Microsoft.Windows.Photos_8wekyb3d8bbwe
|
||||
ZoneId=3
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 207 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 134 KiB |
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
<main class="bg-black 2xl:px-1 px-0 space-y-1 relative top-[68px] pb-1 container mx-auto max-w-screen-2xl">
|
||||
<div id="TobiasGerwin" class="grid sm:grid-cols-[7fr_5fr_3fr] gap-1 bg-black">
|
||||
<img class="max-h-[calc(100vh-75px)] w-full object-cover object-cover object-[50%40%]" src="{% static 'home/img/Bearbeitet_sw_SA-Aquaris_20190301_125640.jpg' %}" alt="">
|
||||
<img class="max-h-[calc(100vh-75px)] w-full object-cover object-cover object-[50%40%]" src="{% static 'home/img/Bearbeitet_sw_SA-Aquaris_20190301_125640_sm.jpg' %}" alt="">
|
||||
<div class="flex flex-col bg-white w-full p-6 pb-12 relative">
|
||||
<div class="grow text-center grid grid-cols-1 gap-4 place-content-center">
|
||||
<p class="font-bold">
|
||||
|
|
@ -29,14 +29,14 @@
|
|||
<div class="absolute bottom-2 inset-x-0 text-center text-sm font-bold text-slate-800">./01_ÜBER MICH</div>
|
||||
</div>
|
||||
<div class="relative">
|
||||
<img class="h-full w-full object-cover object-[50%50%]" src="{% static 'home/img/IMG20220525165918.jpg' %}" alt="">
|
||||
<img class="h-full w-full object-cover object-[50%50%]" src="{% static 'home/img/IMG20220525165918_sm.jpg' %}" alt="">
|
||||
<div class="absolute bottom-2 inset-x-0 text-center text-sm font-bold text-white bg-petrol-500/40">./02_ZIELKONFLIKT? -> <span class="sm:hidden">./03_</span>LÖSUNGSWEG!</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="projekte" class="grid sm:grid-cols-[3fr_5fr_3fr] gap-1 bg-black">
|
||||
<div class="relative sm:block hidden">
|
||||
<img class="h-full w-full object-cover aspect-[3/5]" src="{% static 'home/img/lampe.jpg' %}" alt="">
|
||||
<img class="h-full w-full object-cover aspect-[3/5]" src="{% static 'home/img/lampe_sm.jpg' %}" alt="">
|
||||
<div class="absolute bottom-2 inset-x-0 text-center text-sm font-bold text-white bg-petrol-500/40">./03_SINNBILD</div>
|
||||
</div>
|
||||
{% include "galerie-experience.html" %}
|
||||
|
|
@ -46,7 +46,7 @@
|
|||
<div id="ueberMich" class="grid sm:grid-cols-[3fr_3fr_2fr] gap-1 bg-black">
|
||||
{% include "education.html" %}
|
||||
<div class="max-h-[750px] relative">
|
||||
<img class="h-full w-full object-cover object-[50%20%]" src="{% static 'home/img/_B9A3582.jpg' %}" alt="">
|
||||
<img class="h-full w-full object-cover object-[50%20%]" src="{% static 'home/img/_B9A3582_sm.jpg' %}" alt="">
|
||||
<div class="absolute bottom-2 inset-x-0 text-center text-sm font-bold text-white bg-petrol-500/40">./07_FOKUS</div>
|
||||
</div>
|
||||
{% include "list-skills.html" %}
|
||||
|
|
@ -56,7 +56,7 @@
|
|||
{%include "mastodon.html" %}
|
||||
|
||||
<div class="relative">
|
||||
<img class="h-full object-cover" src="{% static 'home/img/IMG_8425.jpg' %}" alt="">
|
||||
<img class="h-full object-cover" src="{% static 'home/img/IMG_8425_sm.jpg' %}" alt="">
|
||||
<div class="absolute bottom-2 inset-x-0 text-center text-sm font-bold text-white bg-petrol-500/40">./10_LEIDENSCHAFT</div>
|
||||
</div>
|
||||
{% include "kontakt.html" %}
|
||||
|
|
|
|||
Loading…
Reference in New Issue