-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
edbcfb3
commit d46f07e
Showing
28 changed files
with
534 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,163 @@ | ||
<!DOCTYPE html> | ||
<html lang="fr"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link rel="stylesheet" href="style/style.css"> | ||
<title>Ichat</title> | ||
</head> | ||
|
||
<body> | ||
<div class="page1"> | ||
<div class="nav-barre"> | ||
<div class="profil-users"> | ||
<img class="profil" src="image/img-profil.jpg" alt="photo de profil"></a> | ||
</div> | ||
<div class="bouton-parti "> | ||
<img class="logo-message" src="image/envelope.png" alt="message"> | ||
<img class="logo-users"src="image/user.png" alt="amis"> | ||
<img class="logo-rouage" src="image/settings.png" alt="paramétres"> | ||
</div> | ||
<div class="deconextion"> | ||
<img class="logo-deconextion" src="image/logout.png" alt="déconextion"> | ||
</div> | ||
</div> | ||
<div class="liste-amis"> | ||
|
||
<div class="ami"> | ||
<div class="new-friends"> | ||
<div class="ajouter-ami"> | ||
<p>New +</p> | ||
</div> | ||
</div> | ||
<div class="ami-1"> | ||
<img class="img-ami1" src="image/img-profil.jpg" alt="image profil ami-1"> | ||
<p>Matthieu</p> | ||
<p class="score">4</p> | ||
<img class="image-rocket" src="image/rocket.png" alt="image fussée"> | ||
</div> | ||
<div class="ami-2"> | ||
<img class="img-ami1" src="image/img-profil.jpg" alt="image profil ami-1"> | ||
<p>Lucas</p> | ||
<p class="score">20</p> | ||
<img class="image-rocket" src="image/rocket.png" alt="image fussée"> | ||
</div> | ||
<div class="ami-3"> | ||
<img class="img-ami1" src="image/img-profil.jpg" alt="image profil ami-1"> | ||
<p>Louis</p> | ||
<p class="score">10</p> | ||
<img class="image-rocket" src="image/rocket.png" alt="image fussée"> | ||
</div> | ||
<div class="ami-4"> | ||
<img class="img-ami1" src="image/img-profil.jpg" alt="image profil ami-1"> | ||
<p>Edgar</p> | ||
<p class="score">100</p> | ||
<img class="image-rocket" src="image/rocket.png" alt="image fussée"> | ||
</div> | ||
<div class="ami-5"> | ||
<img class="img-ami1" src="image/img-profil.jpg" alt="image profil ami-1"> | ||
<p>Hellimelie</p> | ||
<p class="score">4</p> | ||
<img class="image-rocket" src="image/rocket.png" alt="image fussée"> | ||
</div> | ||
<div class="ami-6"> | ||
<img class="img-ami1" src="image/img-profil.jpg" alt="image profil ami-1"> | ||
<p>Rushlife</p> | ||
<p class="score">25</p> | ||
<img class="image-rocket" src="image/rocket.png" alt="image fussée"> | ||
</div> | ||
<div class="ami-7"> | ||
<img class="img-ami1" src="image/img-profil.jpg" alt="image profil ami-1"> | ||
<p>Schadow</p> | ||
<p class="score">15</p> | ||
<img class="image-rocket" src="image/rocket.png" alt="image fussée"> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="page-message"> | ||
<div class="barre-info"> | ||
<div class="info"> | ||
<div class="img-profil-ami-barre-info"> | ||
<img class="logo-barre-profil" src="image/user.png" alt="image profil ami"> | ||
</div> | ||
<div class="texte-barre-info"> | ||
<p>Louis</p> | ||
</div> | ||
<div class="statut"> | ||
<img class="logo-statut-barre-profil" src="image/point-vert.png" alt="point-vert"> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="message"> | ||
<div class="message-recu-envoyer"> | ||
<div class="message1"> | ||
<div class="box-image"> | ||
<img class="img-messagge" src="image/img-profil.jpg" alt="image profil"> | ||
</div> | ||
<div class="box-texte"> | ||
<p>Louis <br>Salut comment vas tu ?</p> | ||
</div> | ||
</div> | ||
|
||
<div class="message1"> | ||
<div class="box-image"> | ||
<img class="img-messagge" src="image/img-profil.jpg" alt="image profil"> | ||
</div> | ||
<div class="box-texte"> | ||
<p>Salut bien et toi ?</p> | ||
</div> | ||
</div> | ||
|
||
<div class="message1"> | ||
<div class="box-image"> | ||
<img class="img-messagge" src="image/img-profil.jpg" alt="image profil"> | ||
</div> | ||
<div class="box-texte"> | ||
<p> Louis <br> Super tu fait quoi ?</p> | ||
</div> | ||
</div> | ||
|
||
<div class="message1"> | ||
<div class="box-image"> | ||
<img class="img-messagge" src="image/img-profil.jpg" alt="image profil"> | ||
</div> | ||
<div class="box-texte"> | ||
<p> cool rien de special et toi ?</p> | ||
</div> | ||
</div> | ||
|
||
<div class="message1"> | ||
<div class="box-image"> | ||
<img class="img-messagge" src="image/img-profil.jpg" alt="image profil"> | ||
</div> | ||
<div class="box-texte"> | ||
<p> Louis <br> rien nn plus faut que j’ecrit pour que sa fasse plus beau </p> | ||
</div> | ||
</div> | ||
|
||
<div class="message1"> | ||
<div class="box-image"> | ||
<img class="img-messagge" src="image/img-profil.jpg" alt="image profil"> | ||
</div> | ||
<div class="box-texte"> | ||
<p> ok</p> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
</div> | ||
<div class="ecrire-message"> | ||
<div class="barre-ecrire-message"> | ||
<div class="texte-barre-ecrire-message"> | ||
<p>Type something to send ...</p> | ||
</div> | ||
<div class="logo-texte-ecrire-message"> | ||
<img class="logo-fleche" src="image/fleche.png" alt="image fleche"> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</body> | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
d46f07e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
ichat – ./
ichat-git-connexion-lucas-science.vercel.app
ichat-wine.vercel.app
ichat-lucas-science.vercel.app