feat: Add images for all consultants in index.html
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
</header>
|
||||
<main>
|
||||
<section class="consultant">
|
||||
<img src="images/consultant1.jpg" alt="Consultant 1" style="width:100%;">
|
||||
<h2>Consultant 1</h2>
|
||||
<p>Experte für maschinelles Lernen und Datenanalyse.</p>
|
||||
<div class="consultant-details">
|
||||
@@ -26,10 +27,12 @@
|
||||
</div>
|
||||
</section>
|
||||
<section class="consultant">
|
||||
<img src="images/consultant2.jpg" alt="Consultant 2" style="width:100%;">
|
||||
<h2>Consultant 2</h2>
|
||||
<p>Spezialist für natürliche Sprachverarbeitung und KI-Strategien.</p>
|
||||
</section>
|
||||
<section class="consultant">
|
||||
<img src="images/consultant3.jpg" alt="Consultant 3" style="width:100%;">
|
||||
<h2>Consultant 3</h2>
|
||||
<p>Berater für KI-Implementierung und ethische KI-Praktiken.</p>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user