@extends('layouts.app')
@section('title', 'Eine Person. Neun Welten. — Arthur Kotsch | KOTSCH.TECH')
@section('meta_description', 'Arthur Kotsch — Student Digital Engineering & Entwickler aus Lichtenstein (Sachsen). Software, Tools und Hilfe aus einer Hand: iOS- & Mac-Apps, Windows-Tools, Web-Tools, Shop, Hosting, News, IT-Hilfe und Webdesign.')
@section('content')
{{-- Fortschritts-Faden --}}
@for ($i = 0; $i < 9; $i++)
@endfor
{{-- ============== A. HERO ============== --}}
Arthur Kotsch · Digital Engineering
Software, Tools und Hilfe — aus einer Hand.
Student Digital Engineering & Entwickler aus Lichtenstein (Sachsen) — neun Welten, eine Person.
{{-- 9 Knotenpositionen auf organischer Bahn --}}
@php
$nodes = [
[200,46],[312,86],[358,196],[330,300],[244,360],
[142,356],[64,286],[44,176],[96,82],
];
$cx = 200; $cy = 204;
@endphp
{{-- Linien zuerst (hinter den Knoten) --}}
@foreach ($nodes as $i => $n)
@php
$len = sqrt(pow($n[0]-$cx,2) + pow($n[1]-$cy,2)) + 2;
@endphp
@endforeach
{{-- wandernde Energie-Funken entlang ausgewählter Linien --}}
@foreach ([0,2,4,6,8] as $k => $i)
@endforeach
{{-- äußere Knoten + Halo --}}
@foreach ($nodes as $i => $n)
@endforeach
{{-- Zentralknoten AK (statisch zentriert, eigene Animation) --}}
AK
Scrollen
{{-- ============== B. STAT-BAND ============== --}}
Was bisher entstand
@php
$stats = [
['n' => 22, 'fmt' => '22', 'lab' => 'iOS- & Mac-Apps', 'p' => 0.6],
['n' => 9, 'fmt' => '9', 'lab' => 'Windows-Tools', 'p' => 0.25],
['n' => 734, 'fmt' => '734', 'lab' => 'Web-Tools', 'p' => 1],
['n' => 1412, 'fmt' => '1.412', 'lab' => 'Artikel', 'p' => 0.9],
];
@endphp
@foreach ($stats as $s)
@endforeach
{{-- ============== C. SPOTLIGHT — App Store ============== --}}
Flaggschiff · App Store
22 Apps. Eine Bibliothek.
Für iPhone, iPad und Mac — gepflegt mit regelmäßigen Updates. Das Herzstück der Welt von Arthur Kotsch.
@for ($i=0;$i<9;$i++)
@endfor
@for ($i=0;$i<9;$i++)
@endfor
@for ($i=0;$i<9;$i++)
@endfor
{{-- ============== D. DIE 9 WELTEN ============== --}}
@php
$worlds = [
['t' => 'iOS & Mac Apps', 'tx' => '22 Apps im App Store — für iPhone, iPad und Mac, mit regelmäßigen Updates.', 'cta' => 'App Store', 'url' => 'https://ios.kotsch.tech', 'g' => 'ios'],
['t' => 'Windows', 'tx' => '9 Programme — Cleaner, Commander, Notes, Taskmanager, CodeEditor — als Direkt-Download.', 'cta' => 'Programme', 'url' => 'https://windows.kotsch.tech', 'g' => 'win'],
['t' => 'Android', 'tx' => 'Native Apps — aktuell in Entwicklung.', 'cta' => 'Mehr erfahren', 'url' => 'https://android.kotsch.tech', 'g' => 'android'],
['t' => 'Web-Tools', 'tx' => '734 Tools direkt im Browser — ohne Login, ohne Installation.', 'cta' => 'Tools öffnen', 'url' => 'https://webtools.kotsch.tech', 'g' => 'web'],
['t' => 'Shop', 'tx' => 'Digitale Produkte mit Sofort-Download.', 'cta' => 'Zum Shop', 'url' => 'https://shop.kotsch.tech', 'g' => 'shop'],
['t' => 'Hosting', 'tx' => 'Managed Webhosting und vServer/VPS — DSGVO-konform.', 'cta' => 'Hosting ansehen', 'url' => 'https://hosting.kotsch.tech', 'g' => 'host'],
['t' => 'News', 'tx' => '1.412 Ratgeber und Tutorials.', 'cta' => 'Zum Magazin', 'url' => 'https://news.kotsch.tech', 'g' => 'news'],
['t' => 'IT-Hilfe', 'tx' => 'Vor Ort und Remote in der Region Glauchau–Lichtenstein — keine Lösung, kein Preis.', 'cta' => 'Hilfe holen', 'url' => 'https://it-hilfe.kotsch.tech', 'g' => 'help'],
['t' => 'Webdesign', 'tx' => 'Studio mit 20 Branchen-Demos.', 'cta' => 'Studio ansehen', 'url' => 'https://webdesign.kotsch.tech', 'g' => 'design'],
];
@endphp
@foreach ($worlds as $idx => $w)
{{ sprintf('%02d', $idx+1) }}
Akt {{ sprintf('%02d', $idx+1) }} / 09
{{ $w['t'] }}
{{ $w['tx'] }}
{{ $w['cta'] }} →
@switch($w['g'])
@case('ios')
@for($r=0;$r<3;$r++)@for($c=0;$c<3;$c++)
@endfor @endfor
@break
@case('win')
@break
@case('android')
@break
@case('web')
@break
@case('shop')
@break
@case('host')
@break
@case('news')
@break
@case('help')
@break
@case('design')
@break
@endswitch
@endforeach
{{-- ============== E. ÜBER ARTHUR ============== --}}
AK
Über Arthur
Eine Person hinter allem.
Arthur Kotsch, Student Digital Engineering aus der Region Glauchau–Lichtenstein in Sachsen. Er baut, was er selbst nutzen würde — und stellt es Schritt für Schritt allen zur Verfügung.
{{-- ============== F. KONTAKT-CTA ============== --}}
@endsection