Skip to content

Commit 5636043

Browse files
authored
Merge pull request #4 from hugotnbx/0ropo
add html and API
2 parents 15e037f + e7334c0 commit 5636043

3 files changed

Lines changed: 0 additions & 17 deletions

File tree

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

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

15-
<<<<<<< HEAD
1615
<ion-card *ngFor="let event of events" class="ion-text-center">
17-
=======
18-
<ion-card *ngFor="let event of events">
19-
>>>>>>> a55d4d5 (Test accueil)
2016
<ion-card-header>
2117
<ion-card-title>{{ event.nom }}</ion-card-title>
2218
<ion-card-subtitle>{{ event.date }}</ion-card-subtitle>
2319
</ion-card-header>
24-
2520
<ion-card-content>
2621
{{ event.desc }}
2722
</ion-card-content>

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

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

129
<ion-tab-button tab="tab2" href="/tabs/tab2">
1310
<ion-fab>
1411
<ion-fab-button size="small">
15-
<<<<<<< HEAD
1612
<ion-icon aria-hiden="true" name="add"></ion-icon>
1713
</ion-fab-button>
1814
</ion-fab>
19-
=======
2015
<ion-icon name="add"></ion-icon>
2116
</ion-fab-button>
2217
</ion-fab>
2318
<ion-label>
2419
Tab2
2520
</ion-label>
26-
>>>>>>> a55d4d5 (Test accueil)
2721
</ion-tab-button>
2822

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

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

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

0 commit comments

Comments
 (0)