function allow_font_uploads($mimes) { $mimes['ttf'] = 'font/ttf'; $mimes['otf'] = 'font/otf'; return $mimes; } add_filter('upload_mimes', 'allow_font_uploads');

Impressum

Impressum

Name des Unternehmens

Samantha Beckstein

 

Eingetragener Firmensitz

Schützenstraße 30

88212 Ravensburg

 

Kontaktinformationen

Telefon: 01711531607

E-Mail: samantha-coach@outlook.de

 

Umsatzsteuer-Nr.

Umsatzsteuer-Identifikationsnummer gemäß §14A UstG 61106/17921

 

Aufsichtsbehörde

Finanzamt Friedrichshafen

Ehlerstraße 13

88046 Friedrichshafen

Kontakt

Bei Fragen oder für mehr Informationen kontaktiere mich gerne über mein Kontaktformular.

Datenschutz

10 + 1 =

// Loop-Effekt if(newX = 0) newX -= 50; track.style.transform = `translateX(${newX}%)`; track.dataset.x = newX; } window.addEventListener('scroll', update, { passive: true }); });