added workadventure
This commit is contained in:
@@ -363,8 +363,8 @@
|
||||
</a>
|
||||
</mat-menu>
|
||||
|
||||
<mat-chip color="accent" selected [matMenuTriggerFor]="element-web">Element Web</mat-chip>
|
||||
<mat-menu #element-web="matMenu">
|
||||
<mat-chip color="accent" selected [matMenuTriggerFor]="elementweb">Element Web</mat-chip>
|
||||
<mat-menu #elementweb="matMenu">
|
||||
<a href="https://github.com/vector-im/element-web" target="_blank" mat-menu-item>
|
||||
<mat-icon>code</mat-icon> {{'sourcecode' | i18n}}
|
||||
</a>
|
||||
@@ -512,6 +512,29 @@
|
||||
</mat-menu>
|
||||
</mat-chip-list>
|
||||
</mat-expansion-panel>
|
||||
|
||||
<mat-expansion-panel>
|
||||
<mat-expansion-panel-header>
|
||||
<mat-panel-title>
|
||||
Work Adventure
|
||||
⚠️
|
||||
</mat-panel-title>
|
||||
</mat-expansion-panel-header>
|
||||
<app-html [template]="'services/planned/workadventure'"></app-html>
|
||||
|
||||
<span>{{'software' | i18n}}:</span>
|
||||
<mat-chip-list>
|
||||
<mat-chip color="accent" selected [matMenuTriggerFor]="workadventure">Work Adventure</mat-chip>
|
||||
<mat-menu #workadventure="matMenu">
|
||||
<a href="https://github.com/thecodingmachine/workadventure" target="_blank" mat-menu-item>
|
||||
<mat-icon>code</mat-icon> {{'sourcecode' | i18n}}
|
||||
</a>
|
||||
<a href="https://workadventu.re/" target="_blank" mat-menu-item>
|
||||
<mat-icon>public</mat-icon> {{'homepage' | i18n}}
|
||||
</a>
|
||||
</mat-menu>
|
||||
</mat-chip-list>
|
||||
</mat-expansion-panel>
|
||||
</mat-accordion>
|
||||
|
||||
<p>{{'home.services.legend' | i18n}}
|
||||
|
||||
Reference in New Issue
Block a user