Archived
2
0

linked support

This commit is contained in:
overcuriousity 2025-07-15 23:02:13 +02:00
parent e62253858e
commit f7c9670529
2 changed files with 5 additions and 5 deletions

View File

@ -132,7 +132,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
</div> </div>
<!-- Support Section --> <!-- Support Section -->
<div class="card" style="margin-bottom: 2rem; border-left: 4px solid var(--color-primary);"> <div id= "support" class="card" style="margin-bottom: 2rem; border-left: 4px solid var(--color-primary);">
<div style="display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1rem;"> <div style="display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1rem;">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="var(--color-primary)" stroke-width="2"> <svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="var(--color-primary)" stroke-width="2">
<path d="M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"/> <path d="M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"/>

View File

@ -30,10 +30,10 @@ const tools = data.tools;
</p> </p>
<p class="text-muted" style="font-size: 1rem; margin-bottom: 2rem; line-height: 1.6;"> <p class="text-muted" style="font-size: 1rem; margin-bottom: 2rem; line-height: 1.6;">
<span style="color: var(--color-primary); font-weight: 500;">Besonders praktisch:</span> <span style="color: var(--color-primary); font-weight: 500;">Info:</span>
Viele Plattformen sind über das Single-Sign-On der CC24-Cloud direkt zugänglich. Die lila gekennzeichneten Einträge sind über das Single-Sign-On der CC24-Cloud direkt zugänglich.
Teilnehmer der Seminargruppe CC24-w1 können die gehostete Infrastruktur Teilnehmer der Seminargruppe CC24-w1 können die gehostete Infrastruktur nutzen.
kostenfrei für ihre Projekte nutzen. Sollten spezielle Berechtigungen für den Zugriff erforderlich sein oder etwas nicht funktionieren, <a href="/about#support">kontaktiert mich</a>.
</p> </p>
<div style="display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap;"> <div style="display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap;">