This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
Commit 42bf47b9 authored by Lukas Kaltenbrunner's avatar Lukas Kaltenbrunner
Browse files

Update home.component

parent 19d97c3a
No related merge requests found
......@@ -2,20 +2,28 @@
<div class="col-md-12">
<h1 class="display-4" jhiTranslate="home.title">Welcome!</h1>
<span>TODO: Add a visually appealing landing page?!</span>&nbsp;
<div>
<span jhiTranslate="global.messages.info.sharing.platform">
The CodeAbility Sharing Platform provides an infrastructure that enables the exchange of learning content in the field of programming. The content includes programming exercises, lecture materials, and collections of links on all topics related to the acquisition of programming skills. This search engine provides a quick and easy way for users to search for content published on the sharing platform. The search results can be further restricted by various filter options such as licenses, programming languages, and authors.
</span>&nbsp;
</div>
<div class="alert alert-warning">
<span jhiTranslate="global.messages.info.prototype">
Please, note that this is a prototype!
</span>
</div>
<div [ngSwitch]="isAuthenticated()">
<div class="alert alert-warning" *ngSwitchCase="false">
<span jhiTranslate="global.messages.info.authenticated.prefix">If you want to </span>
<a class="alert-link" (click)="login()" jhiTranslate="global.messages.info.authenticated.link">sign
in</a><span jhiTranslate="global.messages.info.authenticated.suffix">, you can try the default accounts:<br/>- Administrator (login="admin" and password="admin") <br/>- User (login="user" and password="user").</span>
</div>
<div class="alert alert-warning" *ngSwitchCase="false">
<span jhiTranslate="global.messages.info.register.noaccount">You don't have an account yet?</span>&nbsp;
<a class="alert-link" routerLink="account/register" jhiTranslate="global.messages.info.register.link">Register
a new account</a>
<span jhiTranslate="global.messages.info.registration.disabled">Registration of new users is currently disabled. Please, contact the administrator if you want to test the system.</span>
</div>
</div>
</div>
</div>
<div class="footer">
<p jhiTranslate="footer">This is your footer</p>
<p jhiTranslate="footer">More information can be found <a href="https://sharing-codeability.uibk.ac.at/static/SharingCodeAbility.html">here</a>!</p>
</div>
......@@ -48,6 +48,9 @@
},
"messages": {
"info": {
"sharing.platform": "Die CodeAbility Sharing Plattform stellt eine Infrastruktur für den Austausch von Lerninhalten im Bereich Programmierung bereit. Die Inhalte umfassen Programierlernaufgaben, Vorlesungsunterlagen und Linksammlungen zu allen Themen des Lernens von Programmiersprachen. Damit Nutzer und Nutzerinnen einfach und schnell für sie relevante Materialen finden können, wird diese Suchmaschine für die Suche von Unterlagen, welche in der Sharing Platform bereitgestellt werden, angeboten. Durch diverse Filtermöglichkeiten wie beispielsweise Lizenzen, Programmiersprachen und Autoren können die Suchergebnisse weiter eingeschränkt werden.",
"prototype": "Bitte beachten Sie, dass dies ein Prototyp ist!",
"registration.disabled": "Derzeit ist die Registrierung deaktiviert. Bitte kontaktieren Sie den Administrator, wenn Sie die Plattform testen möchten.",
"authenticated": {
"prefix": "Wenn Sie sich ",
"link": "anmelden",
......@@ -136,5 +139,5 @@
"not.image": "File was expected to be an image but was found to be \"{{ fileType }}\""
}
},
"footer": "Dies ist Ihre Fußzeile"
"footer": "Mehr Informationen finden Sie <a href=\"https://sharing-codeability.uibk.ac.at/static/SharingCodeAbility.html\">hier</a>!"
}
......@@ -16,6 +16,7 @@
"success": "<strong>Registrierung gespeichert!</strong> Bitte überprüfen Sie Ihre Emails für die Bestätigung.",
"error": {
"fail": "<strong>Registrierung fehlgeschlagen!</strong> Bitte versuchen Sie es später nochmal.",
"disabled": "<strong>Die Registrierung ist momentan deaktiviert!</strong> Bitte kontaktieren Sie den Administrator.",
"userexists": "<strong>Benutzername bereits vergeben!</strong> Bitte wählen Sie einen anderen aus.",
"emailexists": "<strong>Email wird bereits verwendet!</strong> Bitte wählen Sie eine andere aus."
}
......
......@@ -48,6 +48,9 @@
},
"messages": {
"info": {
"sharing.platform": "The CodeAbility Sharing Platform provides an infrastructure that enables the exchange of learning content in the field of programming. The content includes programming exercises, lecture materials, and collections of links on all topics related to the acquisition of programming skills. This search engine provides a quick and easy way for users to search for content published on the sharing platform. The search results can be further restricted by various filter options such as licenses, programming languages, and authors.",
"prototype": "Please, notice that this is a prototype!",
"registration.disabled": "Registration of new users is currently disabled. Please, contact the administrator if you want to test the system.",
"authenticated": {
"prefix": "If you want to ",
"link": "sign in",
......@@ -137,5 +140,5 @@
"not.image": "File was expected to be an image but was found to be \"{{ fileType }}\""
}
},
"footer": "This is your footer"
"footer": "More information can be found <a href=\"https://sharing-codeability.uibk.ac.at/static/SharingCodeAbility.html\">here</a>!"
}
......@@ -16,6 +16,7 @@
"success": "<strong>Registration saved!</strong> Please check your email for confirmation.",
"error": {
"fail": "<strong>Registration failed!</strong> Please try again later.",
"disabled": "<strong>Registration is currently disabled!</strong> Please contact the admin.",
"userexists": "<strong>Login name already registered!</strong> Please choose another one.",
"emailexists": "<strong>Email is already in use!</strong> Please choose another one."
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment