Fix minor HTML and CSS formatting issues across files
Removed redundant closing tags in HTML and updated font-family declarations in CSS to include a fallback. These changes ensure better code consistency and avoid potential rendering issues.
This commit is contained in:
@@ -66,7 +66,7 @@ führende Unternehmen diese Technologie zur Effizienzsteigerung im Arbeitsalltag
|
||||
<li>Möglichkeiten zur Erstellung eigener Datenbankanbindungen / KI im System </li>
|
||||
<li>Diskussion über Halluzinationen von Perplexity vs. ChatGPT und Kostenaspekte </li>
|
||||
</ul>
|
||||
<p> Erfahren Sie, wie die Alesi KI-Agenten Unternehmen im DACH-Raum dabei unterstützen, komplexe Herausforderungen effizient und ganzheitlich zu lösen.</p></p>
|
||||
<p> Erfahren Sie, wie die Alesi KI-Agenten Unternehmen im DACH-Raum dabei unterstützen, komplexe Herausforderungen effizient und ganzheitlich zu lösen.</p>
|
||||
<a class="md-button md-button--primary" href="https://www.youtube.com/watch?v=Kvnvzt6hthM" target="_blank" title="Webinar: Multi-Agenten KI-Kollaboration">Zum Webinar</a>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -25,6 +25,6 @@ hide:
|
||||
<div class="satag--webinar-time"><i class="fa-sharp fa-thin fa-clock"></i> 09:00 – 13:00 Uhr</div>
|
||||
<div class="satag--webinar-course"><i class="fa-sharp fa-thin fa-arrow-up-right-from-square"></i> <a href="https://www.vhs-worms.de/programm/beruf/kurs/KI-Einsatz-im-Beruf-Nutzen-von-KI-Chatbots-im-Arbeitsalltag/Y01.945#inhalt" target="_blank" title="KI-Einsatz im Beruf – Nutzen von KI-Chatbots im Arbeitsalltag (DigiSmart-Kurs)">01.945 KI-Einsatz im Beruf – Nutzen von KI-Chatbots im Arbeitsalltag (DigiSmart-Kurs)</a></div>
|
||||
<div class="satag--webinar-location"><i class="fa-sharp fa-thin fa-location-dot"></i>
|
||||
vhs,<br />Willy-Brandt-Ring 11,<br />Raum 1.09,<br />67547 Worms
|
||||
vhs,<br />Willy-Brandt-Ring 11,<br />Raum 1.09,<br />67547 Worms</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
|
||||
.custom-faq-question::after {
|
||||
content: "\f078";
|
||||
font-family: 'Font Awesome 6 Pro';
|
||||
font-family: 'Font Awesome 6 Pro', sans-serif;
|
||||
font-weight: 100;
|
||||
font-size: 1rem;
|
||||
position: absolute;
|
||||
@@ -34,7 +34,7 @@
|
||||
|
||||
.custom-faq-question.active::after {
|
||||
content: "\f077";
|
||||
font-family: 'Font Awesome 6 Pro';
|
||||
font-family: 'Font Awesome 6 Pro', sans-serif;
|
||||
font-weight: 100;
|
||||
font-size: 1rem;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user