-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
65 lines (57 loc) · 2.04 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>pfadi.ai - AI Tools für die Pfadi</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<h1><a href="/">pfadi.ai - AI Tools für die Pfadi</a></h1>
</header>
<nav>
<ul>
<li><a href="https://pfadinamen.app">pfadinamen</a></li>
<li><a href="/samstag">samstag</a></li>
<li><a href="/ls">LS</a></li>
<li><a href="/la">LA</a></li>
<li><a href="/kursblock">kursblock</a></li>
<li><a href="/cudesch">cudesch</a></li>
</ul>
</nav>
<section id="pfadinamen">
<h2>Pfadinamen AI</h2>
<p>Generiere neue Pfadinamen und entdecke ihre Bedeutung!</p>
<a class="cta" href="https://pfadinamen.app">Jetzt ausprobieren!</a>
</section>
<section id="samstag">
<h2>Pfadiprogramm AI</h2>
<p>Zu faul um für den Samstag etwas zu planen? Die AI kann das doch auch...</p>
<a class="cta" href="/samstag">Jetzt ausprobieren!</a>
</section>
<section id="ls">
<h2>Lagersport AI</h2>
<p>Noch keinen Basiskurs besucht, aber du musst schon einen LS planen? Probiers mal mit der AI.</p>
<a class="cta" href="/ls">Jetzt ausprobieren!</a>
</section>
<section id="la">
<h2>Lageraktivitäts AI</h2>
<p>Wie könnte man dein Lieblingsthema den TN spielerisch beibringen? Ideen sammeln mit der AI.</p>
<a class="cta" href="/la">Jetzt ausprobieren!</a>
</section>
<section id="kursblock">
<h2>Kursblock AI</h2>
<p>Keine Idee, wie du deinen Block für den Kurs planen sollst? Hier gibt's Inspiration.</p>
<a class="cta" href="/kursblock">Jetzt ausprobieren!</a>
</section>
<section id="cudesch">
<h2>Pfadiliteratur-Suche</h2>
<p>In welcher Cudesch-Broschüre gab es nochmals Informationen zu Thema XY? Jetzt kannst du einfach danach suchen.</p>
<a class="cta" href="/cudesch">Jetzt ausprobieren!</a>
</section>
<footer>
<p>© 2024 pfadi.ai - AI Tools für die Pfadi. <a href="https://github.com/carlobeltrame/pfadi.ai" target="_blank">Code auf GitHub</a></p>
</footer>
</body>
</html>