Skip to content

Commit

Permalink
commentaire du css
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieu777 committed May 23, 2021
1 parent edbcfb3 commit d46f07e
Show file tree
Hide file tree
Showing 28 changed files with 534 additions and 7 deletions.
163 changes: 163 additions & 0 deletions maquette ichat/Ichat.html
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>

Binary file added maquette ichat/image/envelope.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added maquette ichat/image/fleche-envelope.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added maquette ichat/image/img-profil.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added maquette ichat/image/logout.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added maquette ichat/image/point-vert.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added maquette ichat/image/rocket.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added maquette ichat/image/settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added maquette ichat/image/user.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

1 comment on commit d46f07e

@vercel
Copy link

@vercel vercel bot commented on d46f07e May 23, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.