feat: Add images for all consultants in index.html

This commit is contained in:
2024-10-10 15:17:06 +02:00
parent 06341e7875
commit a133c3d9f7

View File

@@ -13,6 +13,7 @@
</header> </header>
<main> <main>
<section class="consultant"> <section class="consultant">
<img src="images/consultant1.jpg" alt="Consultant 1" style="width:100%;">
<h2>Consultant 1</h2> <h2>Consultant 1</h2>
<p>Experte für maschinelles Lernen und Datenanalyse.</p> <p>Experte für maschinelles Lernen und Datenanalyse.</p>
<div class="consultant-details"> <div class="consultant-details">
@@ -26,10 +27,12 @@
</div> </div>
</section> </section>
<section class="consultant"> <section class="consultant">
<img src="images/consultant2.jpg" alt="Consultant 2" style="width:100%;">
<h2>Consultant 2</h2> <h2>Consultant 2</h2>
<p>Spezialist für natürliche Sprachverarbeitung und KI-Strategien.</p> <p>Spezialist für natürliche Sprachverarbeitung und KI-Strategien.</p>
</section> </section>
<section class="consultant"> <section class="consultant">
<img src="images/consultant3.jpg" alt="Consultant 3" style="width:100%;">
<h2>Consultant 3</h2> <h2>Consultant 3</h2>
<p>Berater für KI-Implementierung und ethische KI-Praktiken.</p> <p>Berater für KI-Implementierung und ethische KI-Praktiken.</p>
</section> </section>