Begin with english site

This commit is contained in:
Yannik Rödel 2022-11-01 18:38:29 +01:00
parent a054bc1b07
commit 59957829dc
15 changed files with 247 additions and 1 deletions

View file

@ -1,4 +1,4 @@
{% if site and site.id == "angestoepselt" %} {% if site and (site.id == "angestoepselt" or site.id == "angestoepselt-en") %}
{% extends "layouts/base/angestoepselt.njk" %} {% extends "layouts/base/angestoepselt.njk" %}
{% elseif site and site.id == "coderdojo" %} {% elseif site and site.id == "coderdojo" %}
{% extends "layouts/base/coderdojo.njk" %} {% extends "layouts/base/coderdojo.njk" %}

View file

@ -0,0 +1,7 @@
---
layout: layouts/page.njk
permalink: 404.html
eleventyExcludeFromCollections: true
---
# This page does not exist.

View file

@ -0,0 +1,12 @@
{
"title": "Angestöpselt",
"url": "https://en.angestoepselt.de/",
"language": "en",
"description": "Verein für Digitalkompetenz",
"author": {
"name": "Angestöpselt e. V.",
"email": "info@angestoepselt.de",
"url": "https://www.angestoepselt.de/",
"address": ["Zeller Straße 29/31", "97082 Würzburg"]
}
}

View file

@ -0,0 +1,3 @@
{
"id": "angestoepselt-en"
}

View file

@ -0,0 +1 @@
../../angestoepselt/_images/home-banner.jpg

View file

@ -0,0 +1 @@
../../angestoepselt/_static/android-chrome-192x192.png

View file

@ -0,0 +1 @@
../../angestoepselt/_static/android-chrome-512x512.png

View file

@ -0,0 +1 @@
../../angestoepselt/_static/apple-touch-icon.png

View file

@ -0,0 +1 @@
../../angestoepselt/_static/favicon.ico

View file

@ -0,0 +1 @@
../../angestoepselt/_static/site.webmanifest

View file

@ -0,0 +1,10 @@
---
tags:
- legal
eleventyNavigation:
key: German site
url: https://www.angestoepselt.de/
permalink: false
---

View file

@ -0,0 +1,56 @@
---
layout: layouts/home.njk
contentClass: expand
---
{% banner
"Angestöpselt",
"home-banner.jpg",
"Children watch a presentation demonstrating 3D printing."
%}
Enabling everybody's participation in a digital world
{% endbanner %}
<section class="page-actions">
<div>
<h2>Welcome</h2>
<p>
We're a local, community-driven charity from Würzburg that gives out computers to people who can't afford their own.
</p>
</div>
<a href="/request-a-computer">
<h3>Request a Computer</h3>
<svg class="action-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 219 175">
<linearGradient id="emphasis-gradient-sun" class="emphasis-gradient">
<stop offset="0%" />
<stop offset="100%" />
</linearGradient>
<circle class="emphasis sun" cx="100" cy="85" r="35" fill="url(#emphasis-gradient-sun)" />
<g>
<path d="M188 63h-28a2 2 0 1 0 0 5h28a2 2 0 1 0 0-5"/>
<path d="M188 76h-28a2 2 0 1 0 0 5h28a2 2 0 1 0 0-5"/>
<path d="M191 91a2 2 0 0 0-3-2h-28a2 2 0 1 0 0 5h28a2 2 0 0 0 2-3"/>
<path d="M174 113a9 9 0 1 0 9 10 9 9 0 0 0-9-10m0 14a4 4 0 1 1 4-4 4 4 0 0 1-4 4"/>
<path d="M174 136a9 9 0 1 0 9 9 9 9 0 0 0-9-9m0 13a4 4 0 1 1 4-4 4 4 0 0 1-4 4"/>
<path d="M156 102h-4a2 2 0 1 0 0 5h4a2 2 0 1 0 0-5"/>
<path d="M170 105a2 2 0 0 0-2-3h-4a2 2 0 1 0 0 5h4a2 2 0 0 0 2-2"/>
<path d="M204 99a2 2 0 0 0 3-2V61a9 9 0 0 0-9-9h-32V41a10 10 0 0 0-10-10H74a2 2 0 0 0 0 5h82a5 5 0 0 1 5 5v11h-6v-7a4 4 0 0 0-4-4H56a4 4 0 0 0-4 4v80a4 4 0 0 0 4 4h8a2 2 0 0 0 0-5h-7V46h93v6a9 9 0 0 0-9 9v63H74a2 2 0 1 0 0 5h67v5H51a5 5 0 0 1-5-5V41a5 5 0 0 1 5-5h13a2 2 0 0 0 0-5H51a10 10 0 0 0-10 10v88a10 10 0 0 0 10 10h20v5a5 5 0 0 0 5 5h9v10h-9a2 2 0 1 0 0 5h55a2 2 0 0 0 0-5h-9v-10h9a5 5 0 0 0 5-5v-5h5v16a9 9 0 0 0 9 9h48a9 9 0 0 0 9-9v-48a2 2 0 0 0-5 0v48a4 4 0 0 1-4 4h-48a4 4 0 0 1-4-4V61a4 4 0 0 1 4-4h48a4 4 0 0 1 4 4v36a2 2 0 0 0 2 2m-87 60H90v-10h27Zm14-15H76v-5h55Z"/>
</g>
</svg>
</a>
</section>
{% section %}
## About us
Angestöpselt stands for **giving everyone a chance to use digital technology**.
We support free software, open hardware and opening our offers for all people.
Our english site is still a bit empty, so feel free to contact us if you have
any questions.
[Visit the German site](https://www.angestoepselt.de/){.cta-link}
{% endsection %}

View file

@ -0,0 +1,36 @@
---
layout: page
tags:
- legal
eleventyNavigation:
key: Legal
order: 30
---
# Legal information
## Contact information
<address>
**Angestöpselt e.V.**
Zeller Straße 29/31
97082 Würzburg
</address>
**Vertreten durch**: Lukas Seeber, Matthias Hemmerich und Tobias Benra
**Telefon**: [0931 66397812](tel:+4993166397812)
**E-Mail**: <info@angestoepselt.de>
## Privacy
Please see the [German site](https://www.angestoepselt.de/datenschutzhinweis/)
for the legally binding privacy policy.
The gist of it is the following:
- When you visit our homepage, we may keep server logs of your requests.
- We don't share or sell data you enter on our contact forms to third parties.

View file

@ -0,0 +1,115 @@
---
layout: layouts/page.njk
useForms: true
eleventyNavigation:
key: Request a Computer
order: 30
---
# Request a Computer
Before we can hand out a computer, we'll need a bit of information from you.
After that, we will check your inquiry and come back to you.
- [I need a computer for _myself or my family_](#request-as-an-individual)
{.form-choices}
If you would like to request hardware for a non-profit organization, please head
to
the [corresponding German site](https://www.angestoepselt.de/computer-beantragen/organisation)
for now.
## Frequently asked questions
## Request as an individual
<form method="post" action="https://www.angestoepselt.de/computer-beantragen/privat" enctype="multipart/form-data">
<input type="hidden" name="lang" value="en" />
Please fill out this form to request a computer.
Start with your contact information:
<label class="form-input">
<span>Name:</span>
<input type="text" name="contactname" required placeholder="First Last" />
</label>
<label class="form-input">
<span>Email:</span>
<input type="email" name="contactemail" required placeholder="mail@example.org" />
</label>
In order for use to give you a computer, we need a proof of eligibility.
This can be one of the following documents that are handed out by government
authorities:
> - eine Arbeitslosengeldbescheinigung (ALG I)
> - Bescheinigung über ALG II (Hartz IV)
> - ein Bewilligungsbescheid (für Geflüchtete)
> - Bescheinigungen vom Sozialamt, von der Schuldnerberatung oder vom Jobcenter
> - Bescheinigung eines anerkannten Trägers (z. B. Caritas, Diakonie,
Jugendhilfeeinrichtungen)
> - BAföG-Bescheid
> - Rentenbescheid
> - Grundsicherungsbescheid
> - Lohnbescheid (maximal der 5-fache Regelsatz)
Please upload the document now either as a photo or as a PDF.
<label class="form-input">
<span>Eligibility proof:</span>
<input type="file" name="document" required />
</label>
Now please enter your post address.
This should be the same as in the document above, if present.
<label class="form-input">
<span>Adress:</span>
<input type="text" name="addressline" required placeholder="Street + number" />
</label>
<label class="form-input">
<span>Postal code:</span>
<input type="text" name="postalcode" required placeholder="12345" />
</label>
<label class="form-input">
<span>City:</span>
<input type="text" name="city" required placeholder="Würzburg" />
</label>
Almost done!
If you have anything else you would like to mention, please do so below.
<label class="form-input">
<span>Optional message:</span>
<textarea name="message"></textarea>
</label>
Before submitting the form, please read the following:
- We don't send hardware via mail you must pick up the computer personally
- At the moment, your waiting time will be approximately 2 to 6 weeks.
- [Ubuntu](https://wiki.ubuntu.com/) is the preinstalled operating system on all
our devices.
A word processor ([LibreOffice](https://www.libreoffice.org/)) as well as a
web browser ([Firefox](https://www.mozilla.org/en-US/firefox/new/)) is also
available.
- We normally hand out laptops.
If you would rather have a desktop PC or need accessories like a screen,
keyboard, mouse or printer, please state so in the field above.
<label class="form-checkbox">
<input type="checkbox" name="hints" required>
<div></div>
<span>I have read the above.</span>
</label>
<div class="form-submit">
<input type="submit" value="Send" />
</div>
</form>

View file

@ -0,0 +1 @@
../angestoepselt/sitemap.xml.njk