The site is more or less working. Some weirdness with animations though
This commit is contained in:
9
src/app/projects/projects.component.html
Normal file
9
src/app/projects/projects.component.html
Normal file
@@ -0,0 +1,9 @@
|
||||
<div class="center-column">
|
||||
<div class="project-item" *ngFor="let project of projects">
|
||||
<h4>{{project.title}}</h4>
|
||||
<img src={{project.imgLocation}} width="50%">
|
||||
<p class="subtitle" style="margin: 0">{{project.applicationType}}</p>
|
||||
<p class="thin-subtitle" [innerHTML]="project.description | projectKeyword"></p>
|
||||
</div>
|
||||
<div style="height: 4em"></div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user