Mentor eingebaut, CSS-Queries eingebaut, Hilfe eingebaut, Midi Files

This commit is contained in:
Carsten Hilmer
2016-10-30 02:48:59 +02:00
parent 4535d7751f
commit 379f039d51
18 changed files with 517 additions and 16 deletions

View File

@@ -6,6 +6,8 @@
<img class="myborder" src="img/elefant.jpg" height="128" width="128" ng-click="starte_spiel1()">
</div>
</div>
<div class="mentorborder" ng-show="showmentor">
<div class="mentor"></div>
</div>
</ion-content>
</ion-view>

View File

@@ -8,6 +8,16 @@
<br>
</div>
</div>
<div class="row" style="font-size: 12px;" >
<div style="width: 100%; text-align: center;" class="col">
<img class="myborder animated" src="img/mentorhelp.png" width="64" height="64" alig="center" ng-click="hilfe()">
</div>
</div>
<div class="mentorborder" ng-show="showmentor">
<div class="mentor"></div>
</div>
<div class="mentorborderbravo" ng-show="showmentorbravo">
<div class="mentorbravo"></div>
</div>
</ion-content>
</ion-view>