Ocelot-Social/webapp/locales/html/en/organization.html
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
3.3 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>
<b>Reformer.network</b> A Safe Space for Real Change
</h2>
<p>
<b>Reformer.network</b> is a closed space for people who want more than just discussion.
We are a vibrant network for open exchange, collective action, and systemic change beyond party politics,
platform logic, and spirals of fear.
Our goal:
To strengthen an enlightened, dignified, and empowered civil society.
</p>
<p>
We see ourselves as a <b>community of the courageous</b>:
People who want to think with clarity, speak with heart, and act together with others.
For this, we create structures, safe spaces, and tools.
At the center is the human being with a real name, real identity, and real responsibility.
</p>
<h2>
What Unites Us
</h2>
<ul>
<li>
<b>Freedom and Truth</b><br />
We believe in the value of free speech, free choice, and free collaboration.
</li>
<li>
<b>Community and Integrity</b><br />
We respect each other regardless of background, profession, or worldview.
</li>
<li>
<b>Impact over Noise</b><br />
Our platform is not a stage for self-promotion, but a workspace for ideas, projects, and real progress.
</li>
</ul>
<h2>
What Sets Us Apart
</h2>
<ul>
<li>
Access by invitation and verification only for a trustworthy environment.
</li>
<li>
No algorithms, no tracking, no advertising for true visibility.
</li>
<li>
Internal support for actions, research, and initiatives for tangible impact.
</li>
<li>
Clear rules and respectful interaction for long-term security.
</li>
</ul>
<h2>
Who We Are
</h2>
<p>
<b>Reformer.network</b> is operated technically and organizationally by Redcap B.V. on behalf of Stichting Rudulin in
Amsterdam. Behind it is a growing team of developers, moderators, visionaries, journalists,
and activists from across the German-speaking world.
</p>
<h2>
Why We Exist
</h2>
<p>
Because many people feel: A new place is needed.
Without censorship and division.
With courage for truth and space for new solutions.
<b>Reformer.network</b> is our contribution to that decentralized, collective, and humane.
</p>
</div>
<style type="text/css">
.info-page {
margin-bottom: 48px;
}
.info-page h2 {
margin: 24px 0;
}
.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>