Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Tabu
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
9
Issues
9
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dennis Willers
Tabu
Commits
4e377859
Commit
4e377859
authored
Jan 04, 2021
by
Isabell Heider
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
replaced Tabu with Tabooh
parent
897c9a99
Pipeline
#349
passed with stages
in 5 minutes and 30 seconds
Changes
4
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
203 additions
and
160 deletions
+203
-160
Tabu.csv
Tabu.csv
+200
-157
game.component.html
src/app/game/game.component.html
+1
-1
header.component.html
src/app/header/header.component.html
+1
-1
select-game.component.html
src/app/select-game/select-game.component.html
+1
-1
No files found.
Tabu.csv
View file @
4e377859
This diff is collapsed.
Click to expand it.
src/app/game/game.component.html
View file @
4e377859
...
@@ -46,7 +46,7 @@
...
@@ -46,7 +46,7 @@
<br>
<br>
<button
*ngIf=
"isExplainer"
mat-raised-button
color=
"primary"
(click)=
"rightAnswer()"
>
Richtig
✔
</button>
<button
*ngIf=
"isExplainer"
mat-raised-button
color=
"primary"
(click)=
"rightAnswer()"
>
Richtig
✔
</button>
<button
*ngIf=
"isExplainer"
mat-raised-button
color=
"accent"
style=
"margin: 40px"
(click)=
"newCard()"
>
Überspringen
»
</button>
<button
*ngIf=
"isExplainer"
mat-raised-button
color=
"accent"
style=
"margin: 40px"
(click)=
"newCard()"
>
Überspringen
»
</button>
<button
mat-raised-button
color=
"warn"
(click)=
"wrongAnswer()"
>
Tab
u
✘
</button>
<button
mat-raised-button
color=
"warn"
(click)=
"wrongAnswer()"
>
Tab
ooh
✘
</button>
<br>
<br>
<br>
<br>
<mat-card
class=
"transparent"
>
<mat-card
class=
"transparent"
>
...
...
src/app/header/header.component.html
View file @
4e377859
<mat-toolbar
color=
"primary"
>
<mat-toolbar
color=
"primary"
>
<span
class=
"mousefinger"
(click)=
"toStartpage()"
>
Tab
u
</span>
<span
class=
"mousefinger"
(click)=
"toStartpage()"
>
Tab
ooh
</span>
<a>
<a>
<img
class=
"mousefinger logoPlatz"
style=
"display: inline"
src=
"./assets/Icon.png"
alt=
"logo"
height=
"30px"
width=
"30"
(click)=
"toStartpage()"
/>
<img
class=
"mousefinger logoPlatz"
style=
"display: inline"
src=
"./assets/Icon.png"
alt=
"logo"
height=
"30px"
width=
"30"
(click)=
"toStartpage()"
/>
</a>
</a>
...
...
src/app/select-game/select-game.component.html
View file @
4e377859
<mat-card
class=
"transparent"
>
<mat-card
class=
"transparent"
>
<h1>
Willkommen bei Tab
u
im Online-Multiplayer-Modus
</h1>
<h1>
Willkommen bei Tab
ooh
im Online-Multiplayer-Modus
</h1>
<h2>
Ideal im Lockdown!
</h2>
<h2>
Ideal im Lockdown!
</h2>
</mat-card>
</mat-card>
<br>
<br>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment