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 5, 2024
1 parent cfbc759 commit 56de0f0
Showing 1 changed file with 19 additions and 6 deletions.
25 changes: 19 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<div class="logo">
<svg viewBox="0 0 200 200" width="100" height="100">
<header>
<div class="header-content">
<div class="logo-title">
<svg viewBox="0 0 200 200" width="60" height="60">
<circle cx="100" cy="100" r="80" fill="#ffffff"/>
<text x="100" y="70" font-family="Arial, sans-serif" font-size="40" fill="#8B0000" text-anchor="middle">NLP</text>
<g fill="none" stroke="#8B0000" stroke-width="4">
Expand All @@ -19,10 +20,22 @@
<circle cx="160" cy="120" r="5" fill="#8B0000"/>
</g>
</svg>
<h1>NLP-Kurs für digitale Geistes- und Kulturwissenschaften</h1>
<p>Masterprogramm DMGK Mainz</p>
</div>
<h1>NLP-Kurs für digitale Geistes- und Kulturwissenschaften</h1>
<p>Masterprogramm DMGK Mainz </p>
</header>
<nav class="header-nav">
<h2>Wichtige Links</h2>
<ul>
<li><a href="https://github.com/example/nlp-course" target="_blank">GitHub Repository</a></li>
<li><a href="https://colab.research.google.com/" target="_blank">Google Colab</a></li>
<li><a href="https://www.deutsche-digitale-bibliothek.de/" target="_blank">Deutsche Digitale Bibliothek</a></li>
<li><a href="https://spacy.io/" target="_blank">spaCy Dokumentation</a></li>
<li><a href="#" target="_blank">Moodle Kursraum</a></li>
<li><a href="#" target="_blank">Literaturliste</a></li>
</ul>
</nav>
</div>
</header>

<main>
<section id="about">
Expand Down

0 comments on commit 56de0f0

Please sign in to comment.