-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodules.html
More file actions
179 lines (173 loc) · 8.03 KB
/
modules.html
File metadata and controls
179 lines (173 loc) · 8.03 KB
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SHP Module - System Hell Provocation</title>
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<script src="https://unpkg.com/feather-icons"></script>
<script>
tailwind.config = {
theme: {
extend: {
colors: {
hell: {
50: '#fee2e2',
100: '#fecaca',
200: '#fca5a5',
300: '#f87171',
400: '#ef4444',
500: '#dc2626',
600: '#b91c1c',
700: '#991b1b',
800: '#7f1d1d',
900: '#450a0a',
}
}
}
}
}
</script>
<style>
.module-card {
transition: all 0.3s ease;
border: 2px solid #7f1d1d;
}
.module-card:hover {
border-color: #dc2626;
transform: translateY(-5px);
box-shadow: 0 10px 30px rgba(220, 38, 38, 0.3);
}
.status-badge {
font-size: 0.75rem;
padding: 0.25rem 0.75rem;
border-radius: 9999px;
}
</style>
</head>
<body class="bg-black text-white font-mono">
<!-- Navigation -->
<nav class="border-b border-hell-700 bg-black/80 backdrop-blur-sm">
<div class="container mx-auto px-4 py-4">
<div class="flex justify-between items-center">
<a href="index.html" class="text-2xl font-bold text-hell-400">
SHP
</a>
<div class="flex space-x-4">
<a href="index.html" class="hover:text-hell-300 transition-colors">Home</a>
<a href="modules.html" class="text-hell-400 border-b-2 border-hell-400">Module</a>
</div>
</div>
</nav>
<!-- Modules Header -->
<section class="py-16 fire-gradient">
<div class="container mx-auto px-4 text-center">
<h1 class="text-5xl md:text-6xl font-black mb-6">
SHP <span class="text-hell-400">Module</span>
</h1>
<p class="text-xl text-gray-300">
Unsere Kern-Pipeline für bürokratische Höllenqualen
</p>
</div>
</section>
<!-- Modules Grid -->
<section class="py-16 bg-black">
<div class="container mx-auto px-4">
<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
<!-- Seelen Modul -->
<div class="module-card bg-black/80 rounded-lg p-6">
<div class="flex items-center justify-between mb-4">
<div class="text-hell-400">
<i data-feather="activity" class="w-8 h-8"></i>
</div>
<span class="status-badge bg-yellow-600 text-white">
In Entwicklung
</span>
</div>
<h3 class="text-2xl font-bold text-white mb-3">SHP-Modul-SEELEN</h3>
<p class="text-gray-400 text-sm mb-4">Der Seelen-Verkäufer</p>
<p class="text-gray-300 text-sm mb-6">
Passive-aggressive Zeitfresser Simulation in Vanilla JS. Spielen Sie die Rolle eines Systemmanipulators, der Seelen über ein korruptes Netzwerk erntet und verkauft.
</p>
<div class="flex justify-between items-center">
<span class="text-hell-400 text-sm">Version 1.0.0</span>
<button class="bg-hell-600 hover:bg-hell-500 text-white px-4 py-2 rounded text-sm transition-colors">
Repository
</button>
</div>
</div>
<!-- Z2000 Modul -->
<div class="module-card bg-black/80 rounded-lg p-6">
<div class="flex items-center justify-between mb-4">
<div class="text-hell-400">
<i data-feather="shield" class="w-8 h-8"></i>
</div>
<span class="status-badge bg-green-600 text-white">
Stabil
</span>
</div>
<h3 class="text-2xl font-bold text-white mb-3">SHP-Modul-Z2000-MH</h3>
<p class="text-gray-400 text-sm mb-4">Prozesssteuerungssystem</p>
<p class="text-gray-300 text-sm mb-6">
Die satirische Modellierung rassistischer und diskriminierender Verwaltungsprozesse.
</p>
<div class="flex justify-between items-center">
<span class="text-hell-400 text-sm">Version 1.0.2</span>
<button class="bg-hell-600 hover:bg-hell-500 text-white px-4 py-2 rounded text-sm transition-colors">
Repository
</button>
</div>
</div>
<!-- PKA-004 Modul -->
<div class="module-card bg-black/80 rounded-lg p-6">
<div class="flex items-center justify-between mb-4">
<div class="text-hell-400">
<i data-feather="eye" class="w-8 h-8"></i>
</div>
<span class="status-badge bg-blue-600 text-white">
Alpha
</span>
</div>
<h3 class="text-2xl font-bold text-white mb-3">SHD-PKA-004</h3>
<p class="text-gray-400 text-sm mb-4">STASI Modul</p>
<p class="text-gray-300 text-sm mb-6">
Psychosoziale Konformitätsprüfung für Vektorjustierung. Die zynische Überwachung von Geschlecht und sexueller Identität.
</p>
<div class="flex justify-between items-center">
<span class="text-hell-400 text-sm">Alpha Version</span>
<button class="bg-hell-600 hover:bg-hell-500 text-white px-4 py-2 rounded text-sm transition-colors">
Repository
</button>
</div>
</div>
<!-- FAX-2000 Modul -->
<div class="module-card bg-black/80 rounded-lg p-6">
<div class="flex items-center justify-between mb-4">
<div class="text-hell-400">
<i data-feather="printer" class="w-8 h-8"></i>
</div>
<span class="status-badge bg-purple-600 text-white">
Frei
</span>
</div>
<h3 class="text-2xl font-bold text-white mb-3">SHP-FAX-2000</h3>
<p class="text-gray-400 text-sm mb-4">Systemtransmitter</p>
<p class="text-gray-300 text-sm mb-6">
Das Fundament der deutschen Demokratie. Es ist nur ein FAX!
</p>
<div class="flex justify-between items-center">
<span class="text-hell-400 text-sm">Stabil</span>
<button class="bg-hell-600 hover:bg-hell-500 text-white px-4 py-2 rounded text-sm transition-colors">
Repository
</button>
</div>
</div>
</div>
</section>
<script>
feather.replace();
</script>
</body>
</html>