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

133 lines
3.2 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>
Operator
</h2>
<p>
<b>Redcap B.V.</b><br />
on behalf of Stichting Rudulin<br />
Amsterdam, Netherlands
</p>
<h3>
Contact
</h3>
<p>
E-mail: <a href="mailto:support@reformer.network">support@reformer.network</a>
</p>
<h2 class="next">
Disclaimer
</h2>
<h3>
⚖️ General Notice
</h3>
<p>
The content on this platform is provided for general informational purposes only.
Despite careful creation, we do not guarantee the accuracy, completeness, or timeliness of the information provided.
Use of the content is at your own risk.
</p>
<h3>
❌ Liability Disclaimer
</h3>
<p>
We are not liable for material or immaterial damages resulting from the use or non-use of the published information,
unless intentional or grossly negligent behavior on our part can be proven.
</p>
<h3>
💬 User Contributions and Opinions
</h3>
<p>
Posts and comments expressed on the platform do not necessarily reflect the views of the operators.<br />
All members are expected to interact responsibly and respectfully.<br />
Content that violates applicable laws or our platform guidelines will be reviewed by the moderation team and removed if necessary.
</p>
<h3>
🔗 External Links
</h3>
<p>
This platform may contain links to external websites.
We assume no responsibility for their content the respective site operators are liable.
</p>
<h3>
📄 Validity and References
</h3>
<p>
Use of <b>Reformer.network</b> is subject to our
<a href="/terms-and-conditions">Terms and Conditions</a>
and our <a href="/data-privacy">Data Privacy</a>.<br />
Please also refer to our <a href="/code-of-conduct">Code of Conduct</a>.
</p>
<p class="version">
Thank you for your mindfulness and welcome to <b>Reformer.network</b>.
</p>
<p class="version">
<b>Effective as of:</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>