ajout images accueil

This commit is contained in:
Romain Verger 2022-03-04 09:07:41 +01:00
parent 58332161ae
commit e633e445c5
5 changed files with 15 additions and 7 deletions

View File

@ -1 +1,15 @@
<h1 style = "text-align: center;">Hello {{userName}} !</h1> <h1 style = "text-align: center;">Hello {{userName}} !</h1>
<div class="intro">Bienvenue sur Simpl'eat, l'application indispensable pour un Simplonien comme toi ! </div>Bienvenue sur Simpl'eat, l'application indispensable pour un Simplonien comme toi !
<img src="assets/imagesAccueil/image_accueil_1.PNG" alt="Photo d'un magnifique repas miam ! ">
<div class="premier_p">Cette application à été conçue dans le but de te permettre de visualiser les différents restaurants aux alentours de lécole SIMPLON située à MONTREUIL.
Tu pourras choisir choisir selon tes préférences un restaurant en particulier qui convient selon ton envie du jour.
Une boulangerie, un kebab, une pizzeria ou simplement un magnifique sandwich triangle dans ton cente commercial préféré !</div>
C'est pas magnifique ça ?

View File

@ -11,19 +11,13 @@ export class HomePageComponent implements OnInit {
public userName : any; public userName : any;
constructor(private apiBackService : ApiBackService, private tokenService : TokenService) { constructor(private apiBackService : ApiBackService, private tokenService : TokenService) {}
}
ngOnInit(): void { ngOnInit(): void {
this.apiBackService.getPersonneById(this.tokenService.getCurrentUserId()).subscribe( this.apiBackService.getPersonneById(this.tokenService.getCurrentUserId()).subscribe(
user =>{ user =>{
this.userName = user.prenom; this.userName = user.prenom;
}) })
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 124 KiB