@extends('layouts.app') @section('title', 'Premium Soft-UI — Demo 36 | KOTSCH.TECH') @section('meta_description', 'Demo 36: Premium Soft-UI Startseiten-Konzept für KOTSCH.TECH — neumorphe, taktile Oberfläche mit den 9 Welten von Arthur Kotsch.') @section('content')
{{-- ════════ S0 — HERO ════════ --}}
Arthur Kotsch · Digital Engineering

Software, die ich selbst baue. Von App bis Hosting.

Student aus Lichtenstein in Sachsen — iOS- & Mac-Apps, Windows-Tools, Web-Tools, Hosting und IT-Hilfe vor Ort.

{{-- Bespoke neumorphe Konsole --}}
{{-- ════════ S1 — TACTILE STATS ════════ --}}

Substanz in Zahlen

@php $stats = [ ['n' => 22, 'suffix' => '', 'label' => 'iOS / Mac-Apps'], ['n' => 9, 'suffix' => '', 'label' => 'Windows-Tools'], ['n' => 734, 'suffix' => '', 'label' => 'Web-Tools'], ['n' => 1412, 'suffix' => '', 'label' => 'Artikel'], ]; @endphp @foreach($stats as $s)
{{ number_format($s['n'], 0, ',', '.') }}
{{ $s['label'] }}
@endforeach
{{-- ════════ S2 — FLAGGSCHIFF iOS & MAC ════════ --}}
Flaggschiff

22 Apps im App Store

Native Apps für iPhone, iPad und Mac — mit regelmäßigen Updates, durchdacht und gepflegt.

{{-- ════════ S3 — DIE 9 WELTEN ════════ --}}
Neun Welten

Alles aus einer Hand

@php $worlds = [ [ 'title' => 'iOS & Mac Apps', 'desc' => '22 Apps im App Store für iPhone, iPad und Mac — regelmäßig aktualisiert.', 'chip' => '22 Apps', 'url' => 'https://ios.kotsch.tech', 'span' => 'span 4', 'accent' => '', 'svg' => 'ios', ], [ 'title' => 'Web-Tools', 'desc' => '734 Tools direkt im Browser — ohne Login, ohne Installation.', 'chip' => '734 Tools', 'url' => 'https://webtools.kotsch.tech', 'span' => 'span 6', 'accent' => 'blue', 'svg' => 'webtools', ], [ 'title' => 'Windows', 'desc' => '9 Programme: Cleaner, Commander, Notes, Taskmanager, CodeEditor — Direkt-Download.', 'chip' => '9 Programme', 'url' => 'https://windows.kotsch.tech', 'span' => 'span 4', 'accent' => '', 'svg' => 'windows', ], [ 'title' => 'News', 'desc' => '1.412 Ratgeber & Tutorials rund um Software, Apps und IT.', 'chip' => '1.412 Artikel', 'url' => 'https://news.kotsch.tech', 'span' => 'span 6', 'accent' => '', 'svg' => 'news', ], [ 'title' => 'Android', 'desc' => 'Native Apps für Android — derzeit in Entwicklung.', 'chip' => 'In Entwicklung', 'url' => 'https://android.kotsch.tech', 'span' => 'span 4', 'accent' => '', 'svg' => 'android', ], [ 'title' => 'Shop', 'desc' => 'Digitale Produkte mit Sofort-Download — direkt nach dem Kauf.', 'chip' => 'Sofort-Download', 'url' => 'https://shop.kotsch.tech', 'span' => 'span 4', 'accent' => '', 'svg' => 'shop', ], [ 'title' => 'Hosting', 'desc' => 'Managed Webhosting und vServer / VPS — DSGVO-konform.', 'chip' => 'DSGVO-konform', 'url' => 'https://hosting.kotsch.tech', 'span' => 'span 4', 'accent' => '', 'svg' => 'hosting', ], [ 'title' => 'IT-Hilfe', 'desc' => 'Vor Ort & Remote in der Region Glauchau–Lichtenstein.', 'chip' => 'Keine Lösung = kein Preis', 'url' => 'https://it-hilfe.kotsch.tech', 'span' => 'span 4', 'accent' => 'orange', 'svg' => 'ithilfe', ], [ 'title' => 'Webdesign', 'desc' => 'Studio für individuelle Websites — mit 20 Branchen-Demos.', 'chip' => '20 Branchen-Demos', 'url' => 'https://webdesign.kotsch.tech', 'span' => 'span 4', 'accent' => '', 'svg' => 'webdesign', ], ]; @endphp @foreach($worlds as $i => $w)

{!! $w['title'] !!}

{!! $w['desc'] !!}

{!! $w['chip'] !!} Öffnen
@endforeach
{{-- ════════ S4 — ÜBER ════════ --}}
Über mich

Arthur Kotsch

Student Digital Engineering aus Lichtenstein in Sachsen. Ich baue die ganze Bandbreite selbst — von iOS- und Mac-Apps über Windows- und Web-Tools bis zu Hosting und IT-Hilfe vor Ort.

{{-- ════════ S5 — KONTAKT-CTA ════════ --}}
Kontakt

Projekt, Frage oder IT-Problem?

Schreib mir — ob App, Website, Tool oder Hilfe vor Ort. Ich melde mich persönlich zurück.

Kontakt aufnehmen
@endsection