Added technology page
This commit is contained in:
@@ -3,11 +3,13 @@
|
||||
@using Portfolio.Shared.Services
|
||||
@using Portfolio.Web.Components.Components
|
||||
|
||||
<PageTitle>Projekte</PageTitle>
|
||||
|
||||
<h2>Alle Projekte</h2>
|
||||
|
||||
<div class="project-container">
|
||||
@foreach (var project in _projects) {
|
||||
<ProjectView Project="project" />
|
||||
@foreach (var (index, project) in _projects.Index()) {
|
||||
<ProjectView Project="project" Index="index" />
|
||||
}
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user