7deb8372cf
Migrates three Grav modular subpages to Zola child pages under content/team/. Doctors page preserves inline `id="Riemann"`, `id="Krey"`, `id="Malyga"` anchors so home-page team preview links (/team#Riemann etc.) resolve correctly. Employees slides YAML converted to plain markdown with img shortcodes. Jobs page carries `draft = true` matching original `published: false`. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
43 lines
920 B
Markdown
43 lines
920 B
Markdown
+++
|
|
title = "Unser Praxis-Team"
|
|
weight = 20
|
|
|
|
[extra]
|
|
anchor = "employees"
|
|
+++
|
|
|
|
{{ img(src="team/Berscheidt.jpg", width=200, alt="Frau Berscheidt", class="float-right") }}
|
|
|
|
**Frau Berscheidt**
|
|
Medizinische Fachangestellte, Diabetes-Assistentin
|
|
|
|
<div class="clearfix"></div>
|
|
|
|
{{ img(src="team/Bolz.jpg", width=200, alt="Frau Bolz", class="float-right") }}
|
|
|
|
**Frau Bolz**
|
|
Medizinische Fachangestellte
|
|
|
|
<div class="clearfix"></div>
|
|
|
|
{{ img(src="team/Frohne.jpg", width=200, alt="Frau Frohne", class="float-right") }}
|
|
|
|
**Frau Frohne**
|
|
Medizinische Fachangestellte
|
|
|
|
<div class="clearfix"></div>
|
|
|
|
{{ img(src="team/Merhof.jpg", width=200, alt="Frau Merhof", class="float-right") }}
|
|
|
|
**Frau Merhof**
|
|
Medizinische Fachangestellte
|
|
|
|
<div class="clearfix"></div>
|
|
|
|
{{ img(src="team/Rodrigues.jpg", width=200, alt="Frau Rodrigues", class="float-right") }}
|
|
|
|
**Frau Rodrigues**
|
|
Medizinische Fachangestellte
|
|
|
|
<div class="clearfix"></div>
|