Skip to content

Commit 15e037f

Browse files
author
Hugo Troonbeeckx
committed
html save
1 parent 9ed5f0f commit 15e037f

3 files changed

Lines changed: 23 additions & 0 deletions

File tree

mobile/src/app/tab1/tab1.page.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@
1212
<ion-title size="large" class="ion-text-center">Mes événements</ion-title>
1313
</ion-toolbar>
1414

15+
<<<<<<< HEAD
1516
<ion-card *ngFor="let event of events" class="ion-text-center">
17+
=======
18+
<ion-card *ngFor="let event of events">
19+
>>>>>>> a55d4d5 (Test accueil)
1620
<ion-card-header>
1721
<ion-card-title>{{ event.nom }}</ion-card-title>
1822
<ion-card-subtitle>{{ event.date }}</ion-card-subtitle>

mobile/src/app/tabs/tabs.page.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,29 @@
11
<ion-tabs>
22
<ion-tab-bar slot="bottom">
33
<ion-tab-button tab="tab1" href="/tabs/tab1">
4+
<<<<<<< HEAD
45
<ion-icon aria-hiden="true" name="calendar-outline"></ion-icon>
6+
=======
7+
<ion-icon aria-hidden="true" name="triangle"></ion-icon>
8+
>>>>>>> a55d4d5 (Test accueil)
59
<ion-label id="Izi">Izi</ion-label>
610
</ion-tab-button>
711

812
<ion-tab-button tab="tab2" href="/tabs/tab2">
913
<ion-fab>
1014
<ion-fab-button size="small">
15+
<<<<<<< HEAD
1116
<ion-icon aria-hiden="true" name="add"></ion-icon>
1217
</ion-fab-button>
1318
</ion-fab>
19+
=======
20+
<ion-icon name="add"></ion-icon>
21+
</ion-fab-button>
22+
</ion-fab>
23+
<ion-label>
24+
Tab2
25+
</ion-label>
26+
>>>>>>> a55d4d5 (Test accueil)
1427
</ion-tab-button>
1528

1629
<ion-tab-button tab="tab3" href="/tabs/tab3">

mobile/src/app/tabs/tabs.page.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
ion-fab-button {
2+
<<<<<<< HEAD
23
--background: #F9E6AC;
34
--background-activated: #fbf3db;
45
--background-hover: #fef8e5;
6+
=======
7+
--background: #b7f399;
8+
--background-activated: #87d361;
9+
--background-hover: #a3e681;
10+
>>>>>>> a55d4d5 (Test accueil)
511
--border-radius: 15px;
612
--box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
713
--color: black;

0 commit comments

Comments
 (0)