Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
soberbichler authored Oct 7, 2024
1 parent 9aac8b8 commit a1d1dcb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ <h1>NLP-Kurs für digitale Geistes- und Kulturwissenschaften</h1>
<nav style="margin-top: 1.5rem;">
<ul style="display: flex; justify-content: center; gap: 20px; padding: 0; list-style-type: none;">
<li>
<a href="#about" style="color: #EEE8AA; text-decoration: none; font-weight: 500; text-transform: uppercase; font-size: 0.9em; letter-spacing: 1px; padding: 8px 16px; border: 1px solid rgba(255,215,0,0.3); border-radius: 4px; transition: all 0.3s ease;">Über den Kurs</a>
<a href="#about" style="color: #FFFFFF; text-decoration: none; font-weight: 400; text-transform: uppercase; font-size: 0.8em; letter-spacing: 1px; padding: 8px 16px; border: 1px solid rgba(255,215,0,0.3); border-radius: 2px; transition: all 0.3s ease;">Über den Kurs</a>
</li>
<li>
<a href="#schedule" style="color: #EEE8AA; text-decoration: none; font-weight: 500; text-transform: uppercase; font-size: 0.9em; letter-spacing: 1px; padding: 8px 16px; border: 1px solid rgba(255,215,0,0.3); border-radius: 4px; transition: all 0.3s ease;">Kursplan</a>
<a href="#schedule" style="color: #FFFFFF; text-decoration: none; font-weight: 400; text-transform: uppercase; font-size: 0.8em; letter-spacing: 1px; padding: 8px 16px; border: 1px solid rgba(255,215,0,0.3); border-radius: 2px; transition: all 0.3s ease;">Kursplan</a>
</li>
<li>
<a href="#module" style="color: #EEE8AA; text-decoration: none; font-weight: 500; text-transform: uppercase; font-size: 0.9em; letter-spacing: 1px; padding: 8px 16px; border: 1px solid rgba(255,215,0,0.3); border-radius: 4px; transition: all 0.3s ease;">Module</a>
<a href="#module" style="color: #FFFFFF; text-decoration: none; font-weight: 400; text-transform: uppercase; font-size: 0.8em; letter-spacing: 1px; padding: 8px 16px; border: 1px solid rgba(255,215,0,0.3); border-radius: 2px; transition: all 0.3s ease;">Module</a>
</li>
</ul>
</nav>
Expand Down

0 comments on commit a1d1dcb

Please sign in to comment.