Wolfgang Huß b8141c2e6e
🧘🏼 [Simulation] Brand reformer network first step – v2 (#8384)
* Refine locals of some internal pages headlines

* Create page 'legacy information'

* Move filter button into menu

* Refine page 'legacy information'

* Create internal page 'code-of-conduct.html'

* Refine internal page 'code-of-conduct.html'

* Refine page 'legacy information'

* Create internal page 'imprint.html'

* Create internal page 'faq.html'

* Create internal page 'support.html'

* Refine internal page 'faq.html'

* Refine internal page 'imprint.html'

* Move parts of internal page 'data-privacy.html' to 'terms-and-conditions.html'

* Refine internal page 'data-privacy.html'

* Fix tool tip text

* Fix 'email' -> 'e-mail'

* Rename title of organization footer item

- Remove donation page from footer

* Change 'Reformer.Network' to 'Reformer.network'

* Create internal page 'organization.html'

* Refine internal pages

* Translate internal pages

* Change brandings $secondary-color from 'rgb(244, 142, 0)' to 'rgb(239, 123, 0)'

* Change branding $color-primary-active from 'rgb(95, 97, 92)' to 'rgb(135, 135, 135)'

* Move commented font commands in '_branding.scss'

* Set $color-tertiary-light and ribbon colors in '_branding.scss'

* Refactor branding of post ribbons

* Refactor Logos

* Change branding $secondary-color from 'rgb(239, 123, 0)' to 'rgb(239, 124, 0)'

* Refactor colors after the designer suggestions - first step

* Change diverse collorings

- Change border color
- Change plus button
- Change hashtag color
- Change footer link hover
- Change number count color
- Change input border color

* Add font Inter

* Use font Inter

* Make font branding work

* Hover effect for user teaser

* Syncronize 'metadata.ts' with webapp

* Refine e-mail notifications

* Adjust notification settings buttons

* Refine third party setting

* Fix post teaser counter icon tooltips translations

* Refine e-mail notifications

* Refine third party setting

* Add link hover to all internal pages

* Set font family to Inter

- Cleanup

* Set background, color, and font weight of user avatar

---------

Co-authored-by: Maximilian Harz <maxharz@gmail.com>
2025-04-29 10:08:38 +02:00

134 lines
3.4 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!-- this file is replaced on rebranding by https://github.com/Ocelot-Social-Community/Ocelot-Social-Deploy-Rebranding/tree/master/branding/locales/html/ -->
<!-- you can find and store templates at https://github.com/Ocelot-Social-Community/Ocelot-Social-Deploy-Rebranding/tree/master/branding/templates/ -->
<div class="info-page">
<h2>
Betreiber
</h2>
<p>
<b>Redcap B.V.</b><br />
im Auftrag der Stichting Rudulin<br />
Amsterdam, Niederlande
</p>
<h3>
Kontakt
</h3>
<p>
E-Mail: <a href="mailto:support@reformer.network">support@reformer.network</a>
</p>
<h2 class="next">
Haftungsausschluss (Disclaimer)
</h2>
<h3>
⚖️ Allgemeiner Hinweis
</h3>
<p>
Die Inhalte dieser Plattform dienen ausschließlich allgemeinen Informationszwecken.
Trotz sorgfältiger Erstellung übernehmen wir keine Gewähr für Richtigkeit, Vollständigkeit oder Aktualität der bereitgestellten Informationen.
Die Nutzung der Inhalte erfolgt auf eigene Verantwortung.
</p>
<h3>
❌ Haftungsausschluss
</h3>
<p>
Wir haften nicht für Schäden materieller oder immaterieller Art, die durch die Nutzung oder Nichtnutzung der
veröffentlichten Informationen entstehen, sofern kein vorsätzliches oder grob fahrlässiges Verhalten unsererseits
nachgewiesen wird.
</p>
<h3>
💬 Nutzerbeiträge und Meinungen
</h3>
<p>
Die auf der Plattform geäußerten Beiträge und Kommentare geben nicht zwangsläufig die Meinung der Betreiber wieder.<br />
Alle Mitglieder sind verpflichtet, verantwortungsbewusst und respektvoll miteinander umzugehen.<br />
Beitragsinhalte, die gegen geltendes Recht oder unsere Plattformrichtlinien verstoßen, werden durch das Moderationsteam
geprüft und ggf. entfernt.
</p>
<h3>
🔗 Externe Links
</h3>
<p>
Diese Plattform kann Verlinkungen zu externen Websites enthalten.
Für deren Inhalte übernehmen wir keine Verantwortung es gilt die Haftung der jeweiligen Seitenbetreiber.
</p>
<h3>
📄 Gültigkeit und Verweise
</h3>
<p>
Die Nutzung von <b>Reformer.network</b> erfolgt gemäß unseren
<a href="/terms-and-conditions">Allgemeinen Geschäftsbedingungen</a> (AGB)
und der <a href="/data-privacy">Datenschutzerklärung</a>.<br />
Bitte beachten Sie auch unsere <a href="/code-of-conduct">Verhaltensrichtlinien</a>.
</p>
<p class="version">
Vielen Dank für Ihre Achtsamkeit und willkommen im <b>Reformer.network</b>.
</p>
<p class="version">
<b>Stand:</b> 06.04.2025
</p>
</div>
<style type="text/css">
.info-page {
margin-bottom: 48px;
}
.info-page a {
color: rgb(239, 124, 0);
}
.info-page a:hover {
color: rgb(0, 168, 181);
}
.info-page h2 {
margin: 24px 0;
}
h2.next {
margin-top: 48px;
}
.info-page h3 {
margin: 24px 0 16px 0;
}
.info-page h4 {
margin: 16px 0 8px 0;
}
.info-page p {
margin: 8px 0;
}
p.version {
margin-top: 24px;
}
.info-page ul {
list-style-type: disc;
margin: 16px 0 16px 14px;
}
.info-page table {
background-color: #fff;
border: 1px solid #e0dede;
border-collapse: collapse;
box-shadow: 0 1px 3px rgba(0,0,0,.08),inset 0 0 0 1px rgba(255,255,255,.5);
margin: 16px 0;
max-width: 100%;
}
.info-page table thead {
background-color: #f0f0f0;
}
.info-page table td,
.info-page table th {
border: 1px solid #e0dede;
padding: 10px;
}
</style>