finalisation du footer
This commit is contained in:
parent
b12da5fb36
commit
bb34a0cc7a
@ -41,6 +41,7 @@ import { HumeurComponent } from './components/humeur/humeur.component';
|
|||||||
import { DeconnexionComponent } from './components/deconnexion/deconnexion.component';
|
import { DeconnexionComponent } from './components/deconnexion/deconnexion.component';
|
||||||
import { AlertComponent } from './components/alert/alert.component';
|
import { AlertComponent } from './components/alert/alert.component';
|
||||||
import { PageAjoutEvenementsComponent } from './pages/page-ajout-evenements/page-ajout-evenements.component';
|
import { PageAjoutEvenementsComponent } from './pages/page-ajout-evenements/page-ajout-evenements.component';
|
||||||
|
import { PageSupportComponent } from './pages/page-support/page-support.component';
|
||||||
registerLocaleData(localeFr)
|
registerLocaleData(localeFr)
|
||||||
|
|
||||||
@NgModule({
|
@NgModule({
|
||||||
@ -78,7 +79,8 @@ registerLocaleData(localeFr)
|
|||||||
DeconnexionComponent,
|
DeconnexionComponent,
|
||||||
HumeurComponent,
|
HumeurComponent,
|
||||||
AlertComponent,
|
AlertComponent,
|
||||||
PageAjoutEvenementsComponent
|
PageAjoutEvenementsComponent,
|
||||||
|
PageSupportComponent
|
||||||
],
|
],
|
||||||
imports: [
|
imports: [
|
||||||
BrowserModule,
|
BrowserModule,
|
||||||
|
@ -8,5 +8,6 @@
|
|||||||
<a routerLink="../to-do-list" routerLinkActive="active-custom" class="nav-link">To-Do-List</a>
|
<a routerLink="../to-do-list" routerLinkActive="active-custom" class="nav-link">To-Do-List</a>
|
||||||
<a routerLink="../agenda" routerLinkActive="active-custom" class="nav-link">Agenda</a>
|
<a routerLink="../agenda" routerLinkActive="active-custom" class="nav-link">Agenda</a>
|
||||||
<a routerLink="../menu" routerLinkActive="active-custom" class="nav-link">Menus</a>
|
<a routerLink="../menu" routerLinkActive="active-custom" class="nav-link">Menus</a>
|
||||||
|
<a routerLink="../page-support" routerLinkActive="active-custom" class="nav-link">Nous contacter</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
@ -8,3 +8,8 @@ font-size: smaller;
|
|||||||
.footer {
|
.footer {
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h3{
|
||||||
|
color : blue;
|
||||||
|
font-size : 16px;
|
||||||
|
}
|
@ -20,3 +20,4 @@
|
|||||||
|
|
||||||
|
|
||||||
</div> </div>
|
</div> </div>
|
||||||
|
|
@ -29,3 +29,4 @@
|
|||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
<app-footer></app-footer>
|
Loading…
Reference in New Issue
Block a user