Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inconsistent choice of language in the footer #291

Merged
merged 2 commits into from
Jan 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<div class="footer-col footer-col-25">
<h5 class="footer-headline">enmeshed</h5>
<p class="footer-content">
enmeshed ist eine Open Source Wallet, die einen Ende-zu-Ende verschlüsselten, digitalen Datenaustausch zwischen Bildungseinrichtungen und Lernenden sicherstellt.
enmeshed is an open source wallet that ensures end-to-end encrypted digital data exchange between organizations and individuals.
<br />
<br />
<small>enmeshed wurde von der j&s-soft AG entwickelt.</small>
<small>enmeshed was developed by j&s-soft AG.</small>
</p>
<div class="footer-socials">
<a class="footer-icon footer-social-icon footer-social-icon-twitter" href="https://twitter.com/enmeshed_jssoft" target="_blank">
Expand All @@ -21,7 +21,7 @@ <h5 class="footer-headline">enmeshed</h5>
</div>
</div>
<div class="footer-col footer-col-25">
<h5 class="footer-headline">Kontakt</h5>
<h5 class="footer-headline">Contact</h5>
<p class="footer-content">
j&s-soft AG
<br />
Expand All @@ -44,7 +44,7 @@ <h5 class="footer-headline">Kontakt</h5>
</p>
</div>
<div class="footer-col footer-col-25">
<h5 class="footer-headline">Direkt zu</h5>
<h5 class="footer-headline">Quick Links</h5>
<ul class="footer-menu">
{% if site.data.ui-text[site.locale].follow_label %}
<li><strong>{{ site.data.ui-text[site.locale].follow_label }}</strong></li>
Expand All @@ -56,7 +56,7 @@ <h5 class="footer-headline">Direkt zu</h5>
</ul>
</div>
<div class="footer-col footer-col-25">
<h5 class="footer-headline">App Downloaden</h5>
<h5 class="footer-headline">Download the App</h5>
<p class="footer-downloads footer-content">
<a href="https://apps.apple.com/de/app/enmeshed/id1576693742" target="_blank">
<img src="/assets/images/appstore.svg" class="logo-app logo-app__appstore" />
Expand Down
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ header:
- label: "Get Started"
url: "/use"
caption: "Photo credit: [**Unsplash**](https://unsplash.com)"
excerpt: "Secure education in a digital world"
excerpt: "Secure data exchange in a digital world"
feature_row:
- image_path: /assets/images/use.jpg
alt: "placeholder image 1"
Expand Down
Loading