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

119 lines
2.8 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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>
❓ Häufige Fragen und Antworten Reformer.network
</h2>
<h3>
1. Wie trete ich dem Club bei?
</h3>
<p>
Nur per Einladung durch ein bestehendes Mitglied und mit Ausweisprüfung (inkl. Live-Foto).
</p>
<h3>
2. Warum muss ich meinen echten Namen angeben?
</h3>
<p>
Weil wir echten Austausch wollen keine Fake-Identitäten.
Nur reale Personen werden zugelassen.
</p>
<h3>
3. Was kostet die Mitgliedschaft?
</h3>
<p>
In der Beta-Phase kostenlos. Danach wählst du deinen Monatsbeitrag selbst: zwischen 5 und 50€.
</p>
<h3>
4. Wie funktioniert das Empfehlungssystem?
</h3>
<p>
Du kannst einen Einladungslink erstellen oder eine E-Mail-Adresse empfehlen. Nach Prüfung wird der Zugang freigegeben.
</p>
<h3>
5. Was darf ich posten — was nicht?
</h3>
<p>
Alles, was dem Gesetz, dem Grundgesetz und den Plattformregeln entspricht.
Keine Hetze, keine Kinderbilder, keine Werbung.
</p>
<h3>
6. Kann ich Fördermittel beantragen?
</h3>
<p>
Ja für Projekte, Demos, Recherchen oder Beiträge.
Antragstellung erfolgt intern über das Förderformular.
</p>
<h3>
7. Was passiert bei Regelverstößen?
</h3>
<p>
Verwarnung, Sperrung oder Löschung je nach Schwere. Wiederholte Verstöße führen zum Ausschluss.
</p>
<h2 class="next">
Bedienung und Funktionen des Netzwerks
</h2>
<p>
Hier findest du die allgemeine
<a href="https://github.com/Ocelot-Social-Community/Ocelot-Social/wiki" target="_blank" >Bedienungsanleitung</a>.<br>
</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;
}
.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>