Update: added Slogan, optimized Imprint

This commit is contained in:
Radixura
2026-05-14 18:31:15 +02:00
parent 17ef028f13
commit 5cfef39acb
3 changed files with 196 additions and 210 deletions

View File

@@ -9,7 +9,7 @@
{ href: "/#socials", label: "Socials" }, { href: "/#socials", label: "Socials" },
{ href: "/#stack", label: "Tech Stack" }, { href: "/#stack", label: "Tech Stack" },
{ href: "/projects", label: "Projects" }, { href: "/projects", label: "Projects" },
{ href: "/impressum", label: "Impressum" }, { href: "/impressum", label: "Imprint" },
]; ];
function isActive(href: string): boolean { function isActive(href: string): boolean {

View File

@@ -37,12 +37,12 @@
<div class="container"> <div class="container">
<div class="hero-content" class:mounted> <div class="hero-content" class:mounted>
<div class="hero-badge"> <div class="hero-badge">
<span class="badge-text">Rust Developer</span> <span class="badge-text">Rust, Risc-v, Future</span>
</div> </div>
<h1 class="hero-title"> <h1 class="hero-title">
Building the future<br /> The core<br />
<span class="gradient-text">with Rust</span> <span class="gradient-text">of your future</span>
</h1> </h1>
<p class="hero-subtitle"> <p class="hero-subtitle">

View File

@@ -11,19 +11,18 @@
<div class="container"> <div class="container">
<div class="section-header"> <div class="section-header">
<span class="section-label">Legal</span> <span class="section-label">Legal</span>
<h1>Imprint</h1> <h1>Imprint / Impressum</h1>
<p class="subtitle"> <p class="subtitle">
Information according to § 5 TMG and § 55 Abs. 2 RStV Information according to § 5 DDG / Angaben gemäß § 5 DDG
</p> </p>
</div> </div>
<div class="content-card"> <div class="content-card">
<h2>Provider Information</h2>
<div class="info-block"> <div class="info-block">
<h3>Name and Address</h3> <h3>Provider / Diensteanbieter</h3>
<p class="placeholder"> <p class="placeholder">
Mikro MINT e.V Malte Schröder<br /> Malte Schröder<br />
c/o Mikro MINT e.V.<br />
Groß Schwaßer Weg 11<br /> Groß Schwaßer Weg 11<br />
18057 Rostock<br /> 18057 Rostock<br />
Germany Germany
@@ -31,57 +30,36 @@
</div> </div>
<div class="info-block"> <div class="info-block">
<h3>Contact</h3> <h3>Contact / Kontakt</h3>
<p class="placeholder"> <p class="placeholder">
Email: info@radiura.com<br /> Phone: +49 1792671116<br />
Email: info@radixura.com
</p> </p>
</div> </div>
<div class="info-block"> <div class="info-block">
<h3>Legal Status</h3> <h3>Represented by / Vertreten durch</h3>
<p> <p class="placeholder">
This website is operated by a private individual. This is not a Malte Schröder
commercial enterprise under commercial law.
</p> </p>
</div> </div>
<div class="info-block"> <div class="info-block">
<h3>Content Liability</h3> <h3>Responsible for content according to § 18 Abs. 2 MStV / Verantwortlich für den Inhalt nach § 18 Abs. 2 MStV</h3>
<p> <p class="placeholder">
The content of this page was created with the utmost care. However, Malte Schröder<br />
we cannot guarantee the accuracy, completeness, or timeliness of the c/o Mikro MINT e.V.<br />
content. As a service provider, we are responsible for our own Groß Schwaßer Weg 11<br />
content on these pages in accordance with general law pursuant to § 18057 Rostock<br />
7 Abs. 1 TMG. Germany
</p> </p>
</div> </div>
<div class="info-block"> <div class="info-block">
<h3>Link Liability</h3> <h3>EU Dispute Resolution / EU-Streitschlichtung</h3>
<p> <p>
Our offer contains links to external third-party websites. We have The European Commission provides a platform for online
no influence on the content of these linked pages. The respective dispute resolution (ODR):
provider or operator of the pages is always responsible for the
content of the linked pages.
</p>
</div>
<div class="info-block">
<h3>Copyright</h3>
<p>
The content and works created by the page operators on this website
are subject to German copyright law. Reproduction, processing,
distribution, and any form of commercial use of this content beyond
the limits of copyright law require the written consent of the
respective author or creator.
</p>
</div>
<div class="info-block">
<h3>Dispute Resolution</h3>
<p>
The European Commission provides a platform for online dispute
resolution (ODR):
<a <a
href="https://ec.europa.eu/consumers/odr/" href="https://ec.europa.eu/consumers/odr/"
target="_blank" target="_blank"
@@ -90,10 +68,18 @@
https://ec.europa.eu/consumers/odr/ https://ec.europa.eu/consumers/odr/
</a> </a>
<br /><br /> <br /><br />
Our email address can be found above in the imprint. Our email address can be found above.
<br /><br /> </p>
We are not willing or obligated to participate in dispute resolution </div>
proceedings before a consumer arbitration board.
<div class="info-block">
<h3>Consumer Dispute Resolution / Verbraucherstreitbeilegung</h3>
<p>
We are not willing or obligated to participate in dispute
resolution proceedings before a consumer arbitration
board. / Wir sind nicht bereit oder verpflichtet, an
Streitbeilegungsverfahren vor einer
Verbraucherschlichtungsstelle teilzunehmen.
</p> </p>
</div> </div>
</div> </div>