Compare commits
No commits in common. "7ef48efcf312de24de8e2fadf7dd7eab8d44893f" and "93474cfb26d606017aff23f168c359a36c41eb7d" have entirely different histories.
7ef48efcf3
...
93474cfb26
Binary file not shown.
|
Before Width: | Height: | Size: 349 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 231 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 248 KiB |
|
|
@ -0,0 +1,3 @@
|
||||||
|
[ZoneTransfer]
|
||||||
|
LastWriterPackageFamilyName=Microsoft.Windows.Photos_8wekyb3d8bbwe
|
||||||
|
ZoneId=3
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 207 KiB |
Binary file not shown.
|
Before 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">
|
<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">
|
<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_sm.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.jpg' %}" alt="">
|
||||||
<div class="flex flex-col bg-white w-full p-6 pb-12 relative">
|
<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">
|
<div class="grow text-center grid grid-cols-1 gap-4 place-content-center">
|
||||||
<p class="font-bold">
|
<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 class="absolute bottom-2 inset-x-0 text-center text-sm font-bold text-slate-800">./01_ÜBER MICH</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="relative">
|
<div class="relative">
|
||||||
<img class="h-full w-full object-cover object-[50%50%]" src="{% static 'home/img/IMG20220525165918_sm.jpg' %}" alt="">
|
<img class="h-full w-full object-cover object-[50%50%]" src="{% static 'home/img/IMG20220525165918.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 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>
|
</div>
|
||||||
|
|
||||||
<div id="projekte" class="grid sm:grid-cols-[3fr_5fr_3fr] gap-1 bg-black">
|
<div id="projekte" class="grid sm:grid-cols-[3fr_5fr_3fr] gap-1 bg-black">
|
||||||
<div class="relative sm:block hidden">
|
<div class="relative sm:block hidden">
|
||||||
<img class="h-full w-full object-cover aspect-[3/5]" src="{% static 'home/img/lampe_sm.jpg' %}" alt="">
|
<img class="h-full w-full object-cover aspect-[3/5]" src="{% static 'home/img/lampe.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 class="absolute bottom-2 inset-x-0 text-center text-sm font-bold text-white bg-petrol-500/40">./03_SINNBILD</div>
|
||||||
</div>
|
</div>
|
||||||
{% include "galerie-experience.html" %}
|
{% include "galerie-experience.html" %}
|
||||||
|
|
@ -46,7 +46,7 @@
|
||||||
<div id="ueberMich" class="grid sm:grid-cols-[3fr_3fr_2fr] gap-1 bg-black">
|
<div id="ueberMich" class="grid sm:grid-cols-[3fr_3fr_2fr] gap-1 bg-black">
|
||||||
{% include "education.html" %}
|
{% include "education.html" %}
|
||||||
<div class="max-h-[750px] relative">
|
<div class="max-h-[750px] relative">
|
||||||
<img class="h-full w-full object-cover object-[50%20%]" src="{% static 'home/img/_B9A3582_sm.jpg' %}" alt="">
|
<img class="h-full w-full object-cover object-[50%20%]" src="{% static 'home/img/_B9A3582.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 class="absolute bottom-2 inset-x-0 text-center text-sm font-bold text-white bg-petrol-500/40">./07_FOKUS</div>
|
||||||
</div>
|
</div>
|
||||||
{% include "list-skills.html" %}
|
{% include "list-skills.html" %}
|
||||||
|
|
@ -56,7 +56,7 @@
|
||||||
{%include "mastodon.html" %}
|
{%include "mastodon.html" %}
|
||||||
|
|
||||||
<div class="relative">
|
<div class="relative">
|
||||||
<img class="h-full object-cover" src="{% static 'home/img/IMG_8425_sm.jpg' %}" alt="">
|
<img class="h-full object-cover" src="{% static 'home/img/IMG_8425.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 class="absolute bottom-2 inset-x-0 text-center text-sm font-bold text-white bg-petrol-500/40">./10_LEIDENSCHAFT</div>
|
||||||
</div>
|
</div>
|
||||||
{% include "kontakt.html" %}
|
{% include "kontakt.html" %}
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@
|
||||||
"Progressive Web App (zur Installation auf Android Geräten)",
|
"Progressive Web App (zur Installation auf Android Geräten)",
|
||||||
"Berechtigungskonzept",
|
"Berechtigungskonzept",
|
||||||
"Datei Up-/ Download (per drag & drop)",
|
"Datei Up-/ Download (per drag & drop)",
|
||||||
"Bildergalerie (inkl. automatischer Komprimierung)",
|
"Bildergallery (inkl. automatischer Komprimierung)",
|
||||||
"PDF-Vorschau",
|
"PDF-Vorschau",
|
||||||
"Automatischer E-Mail abruf und Auftragszuordnung (IMAP-Postfach)"
|
"Automatischer E-Mail abruf und Auftragszuordnung (IMAP-Postfach)"
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue