Added WP-Theme
This commit is contained in:
76
as-coaching-theme/patterns/services.php
Normal file
76
as-coaching-theme/patterns/services.php
Normal file
@@ -0,0 +1,76 @@
|
||||
<?php
|
||||
/**
|
||||
* Title: Leistungen im Dreier-Grid
|
||||
* Slug: as-coaching/services
|
||||
* Categories: as-coaching-sections
|
||||
* Keywords: leistungen, grid, features
|
||||
* Description: Dreispaltige Leistungsübersicht mit Karten im Stilguide-Look.
|
||||
* Viewport Width: 1380
|
||||
* Post Types: page
|
||||
*/
|
||||
?>
|
||||
<!-- wp:group {"tagName":"section","align":"full","className":"as-section as-section--tinted","anchor":"ablauf"} -->
|
||||
<section class="wp-block-group alignfull as-section as-section--tinted" id="ablauf">
|
||||
<!-- wp:group {"align":"wide","className":"as-section-heading"} -->
|
||||
<div class="wp-block-group alignwide as-section-heading">
|
||||
<!-- wp:paragraph {"className":"as-label"} -->
|
||||
<p class="as-label">Leistungen</p>
|
||||
<!-- /wp:paragraph -->
|
||||
|
||||
<!-- wp:heading {"level":2} -->
|
||||
<h2 class="wp-block-heading">Klar strukturierte Unterstützung für Auftritt und Wirkung</h2>
|
||||
<!-- /wp:heading -->
|
||||
|
||||
<!-- wp:paragraph -->
|
||||
<p>Bausteine für Bewerbungen, Kundentermine, interne Sichtbarkeit und professionelle Selbstpräsentation.</p>
|
||||
<!-- /wp:paragraph -->
|
||||
</div>
|
||||
<!-- /wp:group -->
|
||||
|
||||
<!-- wp:columns {"align":"wide","className":"as-feature-grid"} -->
|
||||
<div class="wp-block-columns alignwide as-feature-grid">
|
||||
<!-- wp:column {"className":"as-feature-card"} -->
|
||||
<div class="wp-block-column as-feature-card">
|
||||
<!-- wp:html -->
|
||||
<div class="as-feature-icon" aria-hidden="true"></div>
|
||||
<!-- /wp:html -->
|
||||
<!-- wp:heading {"level":3} -->
|
||||
<h3 class="wp-block-heading">Lebenslauf, der wirkt</h3>
|
||||
<!-- /wp:heading -->
|
||||
<!-- wp:paragraph -->
|
||||
<p>Struktur, Story und Ergebnisse – ohne Buzzwords, dafür mit klarer professioneller Linie.</p>
|
||||
<!-- /wp:paragraph -->
|
||||
</div>
|
||||
<!-- /wp:column -->
|
||||
|
||||
<!-- wp:column {"className":"as-feature-card"} -->
|
||||
<div class="wp-block-column as-feature-card">
|
||||
<!-- wp:html -->
|
||||
<div class="as-feature-icon" aria-hidden="true"></div>
|
||||
<!-- /wp:html -->
|
||||
<!-- wp:heading {"level":3} -->
|
||||
<h3 class="wp-block-heading">Interview-Simulation</h3>
|
||||
<!-- /wp:heading -->
|
||||
<!-- wp:paragraph -->
|
||||
<p>Realistische Vorbereitung mit Feedback zu Sprache, Präsenz, Struktur und Wirkung im Gespräch.</p>
|
||||
<!-- /wp:paragraph -->
|
||||
</div>
|
||||
<!-- /wp:column -->
|
||||
|
||||
<!-- wp:column {"className":"as-feature-card"} -->
|
||||
<div class="wp-block-column as-feature-card">
|
||||
<!-- wp:html -->
|
||||
<div class="as-feature-icon" aria-hidden="true"></div>
|
||||
<!-- /wp:html -->
|
||||
<!-- wp:heading {"level":3} -->
|
||||
<h3 class="wp-block-heading">Selbstpräsentation</h3>
|
||||
<!-- /wp:heading -->
|
||||
<!-- wp:paragraph -->
|
||||
<p>Ein klarer Pitch für Meetings, Kundengespräche oder Bewerbungen – ruhig, glaubwürdig und präzise.</p>
|
||||
<!-- /wp:paragraph -->
|
||||
</div>
|
||||
<!-- /wp:column -->
|
||||
</div>
|
||||
<!-- /wp:columns -->
|
||||
</section>
|
||||
<!-- /wp:group -->
|
||||
Reference in New Issue
Block a user