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

Skip to content
Snippets Groups Projects
Commit 552aaa10 authored by Michael Breu's avatar Michael Breu :speech_balloon:
Browse files

Verlinkung von Homepage auf Suche

parent 22a8bebf
2 merge requests!17Initial Merge to Prepare Release 1.0.0,!1Resolve "Metadaten konsolideren"
......@@ -3,7 +3,7 @@
<div class="col-md-12">
<h1 style="padding: 50px 0px 15px 0px;" align="center" jhiTranslate="home.title">Browse our popular content</h1>
<!-- <h4 style="margin-bottom: 50px" align="center" jhiTranslate="home.subtitle">An optional subheadline for additional information</h4> -->
<div jhiTranslate="home.teaser">teaser text </div>
<div jhiTranslate="home.teaser" style="width: 80%; margin-left: auto; margin-right: auto;">teaser text </div>
<div [ngSwitch]="isAuthenticated()">
<div class="alert alert-success" *ngSwitchCase="true">
<span id="home-logged-message" *ngIf="account" jhiTranslate="home.logged.message"
......
......@@ -3,19 +3,19 @@
<div class="col-sm-3">
<p style="padding-left: 30px;"><strong>Keywords</strong></p>
<ul style="list-style-type: circle;">
<li *ngFor="let keyWord of keywords"><a (click)="clickKeyword(keyWord)">{{keyWord}}</a></li>
<li *ngFor="let keyWord of keywords"><a (click)="clickKeyword(keyWord)" style="cursor:pointer;">{{keyWord}}</a></li>
</ul>
</div>
<div class="col-sm-3">
<p style="padding-left: 30px;"><strong>Programming Languages</strong></p>
<ul style="list-style-type: circle;">
<li *ngFor="let programmingLanguage of programmingLanguages"><a (click)="clickLanguage(programmingLanguage)">{{programmingLanguage}}</a></li>
<li *ngFor="let programmingLanguage of programmingLanguages"><a (click)="clickLanguage(programmingLanguage)" style="cursor:pointer;">{{programmingLanguage}}</a></li>
</ul>
</div>
<div class="col-sm-3">
<p style="padding-left: 30px;"><strong>Contributors</strong></p>
<ul style="list-style-type: circle;">
<li *ngFor="let contributor of contributors"><a (click)="clickContributor(contributor)">{{contributor}}</a></li>
<li *ngFor="let contributor of contributors"><a (click)="clickContributor(contributor)" style="cursor:pointer;">{{contributor}}</a></li>
</ul>
</div>
</div>
\ No newline at end of file
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