-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9a8857c
commit dcbc985
Showing
8 changed files
with
161 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
117 changes: 117 additions & 0 deletions
117
...ws/trainer_pages/trainer_trainings_detail_page/trainer_trainings_detail_page.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,117 @@ | ||
title: Trainer:innen Trainings Detail Page | ||
description: Backend-View for Trainers shows details of a specific training | ||
|
||
```html | ||
<scroll-nav> | ||
<nav class="navbar-wrapper"> | ||
<div class="navbar"> | ||
<a href="#" class="navbar__brand-link"> | ||
<img class="navbar__logo" src="/snippet/images/logos/soc_logo.svg" alt="Software Creators Academy Logo" /> | ||
</a> | ||
<input type="checkbox" id="profile__checkbox" /> | ||
<ul role="list" aria-label="Profilbereich" class="navigation-profile"> | ||
<li><a href="#">Profil</a></li> | ||
<li><a href="#">Meine Trainings</a></li> | ||
<li><a href="#">Logout</a></li> | ||
</ul> | ||
<label class="profile-label" for="profile__checkbox">Mein Name</label> | ||
<input type="checkbox" id="navbar__checkbox" /> | ||
<div class="navigation-main"> | ||
<ul role="list" aria-label="Seitennavigation" class="navbar__items"> | ||
<li><a href="#" class="navbar__item">Trainings</a></li> | ||
<li><a href="#" class="navbar__item">Trainer:innen</a></li> | ||
<li><a href="#" class="navbar__item">Preise</a></li> | ||
<li><a href="#" class="navbar__item">iSAQB</a></li> | ||
</ul> | ||
<ul class="navigation-meta" role="list" aria-label="Verfügbare Sprachen"> | ||
<li><a lang="de" href="#" title="Zu Deutsch wechseln" aria-label="Zu Deutsch wechseln" class="navigation-meta__item">DE</a></li> | ||
<li><a lang="en" href="#" title="Switch to English" aria-label="Switch to English" aria-current="true" class="navigation-meta__item">EN</a></li> | ||
</ul> | ||
</div> | ||
<label class="navbar__burger" for="navbar__checkbox"></label> | ||
</div> | ||
</nav> | ||
</scroll-nav> | ||
|
||
<header class="header--breadcrumb header-color--normal"> | ||
<div class="container container--xl"> | ||
<div class="breadcrumb"> | ||
<ul class="breadcrumb__list"> | ||
<li class="breadcrumb__item"><a href="#">Home</a></li> | ||
<li class="breadcrumb__item"><span class="breadcrumb__arrow" aria-label="Pfeil nach rechts">›</span>Training</li> | ||
</ul> | ||
</div> | ||
<h1>TRAINING - 10.-12.1.2030</h1> | ||
<p>öffentlich</p> | ||
</div> | ||
</header> | ||
|
||
<main class="trainer-trainings-overview-page"> | ||
<h2>Teilnehmer:innen</h2> | ||
<table class="table"> | ||
<thead> | ||
<tr> | ||
<th>#</th> | ||
<th>Name</th> | ||
<th>Email</th> | ||
<th>Datum der Anmeldung</th> | ||
<th>Bereits besucht</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td>1</td> | ||
<td>Hans Wurst</td> | ||
<td>hans.wurst@example.com</td> | ||
<td>1.1.2022</td> | ||
<td>TRAINING1, TRAINING2, TRAINING3</td> | ||
</tr> | ||
<tr> | ||
<td>2</td> | ||
<td>Hans Wurst</td> | ||
<td>hans.wurst@example.com</td> | ||
<td>1.1.2022</td> | ||
<td>TRAINING</td> | ||
</tr> | ||
<tr> | ||
<td>3</td> | ||
<td>Hans Wurst</td> | ||
<td>hans.wurst@example.com</td> | ||
<td>1.1.2022</td> | ||
<td>TRAINING</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
</main> | ||
<footer class="footer"> | ||
<div class="footer__top"> | ||
<div class="container__fullwidth"> | ||
<div class="footer__content"> | ||
<img class="footer__logo" src="/snippet/images/logos/soc_logo.svg" alt="Software Creators Academy Logo" /> | ||
<div class="footer__linkarea"> | ||
<ul class="footer__links"> | ||
<li class="footer__link"><a href="#">Trainings</a></li> | ||
<li class="footer__link"><a href="#">Trainer:innen</a></li> | ||
<li class="footer__link"><a href="#">Modulbaukasten</a></li> | ||
<li class="footer__link"><a href="#">News</a></li> | ||
</ul> | ||
<ul class="footer__links"> | ||
<li class="footer__link"><a href="#">Impressum</a></li> | ||
<li class="footer__link"><a href="#">Datenschutz</a></li> | ||
<li class="footer__link"><a href="#">AGB</a></li> | ||
<li class="footer__link"><a href="#">Kontakt</a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="footer__bottom"> | ||
<div class="container__fullwidth"> | ||
<div class="footer__content"> | ||
<div class="footer__company">socreatory — The Software Creators’ Academy</div> | ||
<div class="footer__copyright">©2023</div> | ||
</div> | ||
</div> | ||
</div> | ||
</footer> | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters