Skip to content
This repository has been archived by the owner on Dec 29, 2021. It is now read-only.

Commit

Permalink
Add text to Team section on About page
Browse files Browse the repository at this point in the history
  • Loading branch information
weliveindetail committed Jun 13, 2020
1 parent 1b29abd commit bad9de5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
8 changes: 3 additions & 5 deletions website-eu/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -747,15 +747,13 @@ <h2>
console.log(err);
setTimeout(() => { $('#submitQuestion').prop('disabled', false); }, 5 * 60 * 1000);

alert("Bitte endschuldige, bei der Verarbeitung deiner Anfrage ist ein Fehler aufgetreten.\n\n" +
"Wenn du die Seite offen lässt, kannst du es in 5 Minuten erneut versuchen.\n" +
"Alternativ kannst du uns per E-Mail erreichen: " +
alert("We are very sorry, but there was an error while processing your request.\n\n" +
"Please try again in 5 Minutes or reach us by email:\n" +
kkl("dhhpiczgyzi", 5) + "@" + kkl("ihlmxh", 7) + "." + kkl("fg", -2));
})
.done(response => {
console.log(response);
alert("Deine Anfrage ist bei uns eingegangen. Wir werden uns so schnell wie " +
"möglich bei dir melden.");
alert("We received your request, thank you! We will reply as soon as possible.");
});

return false;
Expand Down
6 changes: 5 additions & 1 deletion website/about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,11 @@ <h2>Mission</h2>
<div class="content">
<h2>Team</h2>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Als das Coronavirus Deutschland und die Welt eingenommen hatte, konnten wir einfach nicht stillsitzen und tatenlos zusehen, wie unsere Handlungsfähigkeit immer mehr eingeschränkt wurde. Wir wollten uns vor allem für die Menschen einsetzen, die Unterstützung am dringendsten brauchen.
Durch diese Mission verbunden, haben wir uns Ende März beim Hackathon der deutschen Bundesregierung #wirvsvirus getroffen und haben unsere Idee in Form von ImmunHelden.de gemeinsam entwickelt.
</p>
<p>
Mittlerweile freuen wir uns, dass wir als eines von 150 Projekten in das Solution-Enabler Förderprogramm von WirvsVirus und von eines von nur 34 Projekten des Hackathons über das Bundesministerium für Bildung und Forschung gefördert werden. So gelingt es uns leichter, die Welt ein klein wenig besser durch die Coronakrise zu bringen.
</p>
</div>
</section>
Expand Down

0 comments on commit bad9de5

Please sign in to comment.