-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathimpressum-en.html
More file actions
244 lines (229 loc) · 8.07 KB
/
Copy pathimpressum-en.html
File metadata and controls
244 lines (229 loc) · 8.07 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
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Imprint & Consulting Services - Murphy Langa</title>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;800&display=swap" rel="stylesheet">
<style>
body {
margin: 0;
padding: 0;
font-family: 'Montserrat', sans-serif;
background-image: url('Hintergrund.jpg');
background-size: cover;
background-position: center;
background-attachment: fixed;
background-repeat: no-repeat;
color: #ffffff;
min-height: 100vh;
}
.overlay {
background: rgba(0, 0, 0, 0.45);
min-height: 100vh;
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
padding: 40px 0;
box-sizing: border-box;
}
.container {
max-width: 650px;
width: 90%;
margin: 0 auto;
display: flex;
flex-direction: column;
align-items: center;
}
.header-section {
text-align: center;
margin-bottom: 25px;
display: flex;
flex-direction: column;
align-items: center;
}
.lang-switch-prominent {
display: flex;
align-items: center;
gap: 12px;
margin-bottom: 20px;
background: rgba(15, 15, 20, 0.75);
backdrop-filter: blur(10px);
padding: 6px 16px;
border-radius: 25px;
border: 2px solid rgba(0, 255, 136, 0.4);
box-shadow: 0 4px 15px rgba(0,0,0,0.4);
}
.lang-btn {
color: #ffffff;
text-decoration: none;
font-size: 0.95em;
font-weight: 800;
opacity: 0.5;
letter-spacing: 1px;
padding: 2px 8px;
border-radius: 6px;
transition: all 0.3s ease;
}
.lang-btn.active {
opacity: 1;
color: #000000;
background: #00ff88;
}
.lang-btn:hover:not(.active) {
opacity: 0.9;
color: #00ff88;
}
.lang-divider {
color: rgba(255, 255, 255, 0.3);
font-size: 0.9em;
font-weight: bold;
}
h1 {
font-weight: 800;
font-size: 2em;
margin-top: 0;
margin-bottom: 5px;
letter-spacing: 2px;
text-shadow: 0px 4px 15px rgba(0,0,0,0.8);
}
p.subtitle {
font-weight: 400;
font-size: 0.95em;
color: #00ff88;
margin-top: 0;
letter-spacing: 1.5px;
}
.section {
background: rgba(15, 15, 20, 0.65);
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
border: 1px solid rgba(255, 255, 255, 0.15);
border-radius: 20px;
padding: 25px;
margin-bottom: 25px;
box-shadow: 0 10px 30px rgba(0,0,0,0.5);
width: 100%;
box-sizing: border-box;
}
.section h2 {
margin-top: 0;
margin-bottom: 15px;
font-weight: 600;
font-size: 1.15em;
color: #ffffff;
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
padding-bottom: 10px;
text-transform: uppercase;
letter-spacing: 2px;
}
.legal-text {
font-size: 0.9em;
line-height: 1.6;
color: #cbd5e1;
}
.legal-text strong {
color: #ffffff;
}
.legal-text a {
color: #00ff88;
text-decoration: none;
}
.legal-text a:hover {
text-decoration: underline;
}
.service-list {
list-style-type: none;
padding-left: 0;
margin: 15px 0;
}
.service-list li {
position: relative;
padding-left: 25px;
margin-bottom: 12px;
font-size: 0.92em;
line-height: 1.5;
color: #e2e8f0;
}
.service-list li::before {
content: "✦";
position: absolute;
left: 0;
color: #00ff88;
}
.back-button {
display: inline-flex;
align-items: center;
justify-content: center;
background: rgba(255, 255, 255, 0.1);
color: #ffffff;
text-decoration: none;
padding: 12px 25px;
border-radius: 25px;
font-weight: 600;
font-size: 0.9em;
letter-spacing: 1px;
transition: all 0.3s ease;
border: 1px solid rgba(255, 255, 255, 0.2);
margin-top: 10px;
margin-bottom: 30px;
}
.back-button:hover {
background: rgba(0, 255, 136, 0.2);
border-color: #00ff88;
color: #00ff88;
transform: translateY(-2px);
}
</style>
</head>
<body>
<div class="overlay">
<div class="container">
<div class="header-section">
<h1>MURPHY LANGA</h1>
<p class="subtitle">LEGAL NOTICE & CONSULTING SERVICES</p>
<div class="lang-switch-prominent">
<a href="impressum-en.html" class="lang-btn active">EN</a>
<span class="lang-divider">|</span>
<a href="impressum-de.html" class="lang-btn">DE</a>
</div>
</div>
<!-- SERVICES SECTION -->
<div class="section" style="border-color: rgba(0, 255, 136, 0.4);">
<h2>🚀 Custom Music & Consulting Services</h2>
<div class="legal-text">
Looking for customized generative AI solutions or unique music productions? I offer:
<ul class="service-list">
<li><strong>Personalized Custom Songs:</strong> A unique song created specifically for you or as an unforgettable gift (birthday, anniversary, special events).</li>
<li><strong>Custom AI Music & Visuals:</strong> Exclusive tailored tracks and animated visuals for brands, creators, and commercial media.</li>
<li><strong>ComfyUI Training & Workflows:</strong> 1-on-1 coaching, custom workflow building, and integration for image & video generation.</li>
<li><strong>Generative AI Consulting:</strong> Strategic advice on creative AI pipelines, tools, and technical implementation.</li>
</ul>
Interested in working together? Reach out via email: <br>
📧 <strong><a href="mailto:murphylanga@web.de">murphylanga@web.de</a></strong>
</div>
</div>
<!-- IMPRESSUM SECTION -->
<div class="section">
<h2>⚖️ Legal Notice (Impressum)</h2>
<div class="legal-text">
<strong>Information according to § 5 DDG:</strong><br><br>
<strong>Helmut Mrfka (Murphy Langa)</strong><br>
Am Königlein 29<br>
97355 Wiesenbronn<br>
Germany<br><br>
<strong>Contact:</strong><br>
Phone: <a href="tel:+4915566836320">+49 15566836320</a><br>
Email: <a href="mailto:murphylanga@web.de">murphylanga@web.de</a><br><br>
<strong>VAT Notice (Small Business Status):</strong><br>
Due to small business status according to § 19 UStG (German Sales Tax Act), value added tax (VAT) is not charged or displayed.<br><br>
<strong>Consumer Dispute Resolution:</strong><br>
We are neither obligated nor willing to participate in dispute resolution proceedings before a consumer arbitration board.
</div>
</div>
<a href="index.html" class="back-button">← Back to Overview</a>
</div>
</div>
</body>
</html>