diff --git a/Site Web/client/src/components/Log/SuivreAussi.css b/Site Web/client/src/components/Log/SuivreAussi.css new file mode 100644 index 00000000..161590cc --- /dev/null +++ b/Site Web/client/src/components/Log/SuivreAussi.css @@ -0,0 +1,33 @@ +#suivreAussi{ + font-size: 8px; + text-align: center; + border: 2px solid; + border-radius: 30px; + width: 200px; +} + +#listeCompteASuivre{ + border-top: 2px solid; + +} + +.infoPersonne{ + display: flex; +} + +.name{ + font-size: 12px; +} + +.arobase{ + color:gray; +} + +.PhotoProfile{ + margin: 10px 15px 0px 20px; + width: 40px; + height:40px; + border-radius: 20px; + border: 2px solid #555; +} + diff --git a/Site Web/client/src/components/Log/SuivreAussi.html b/Site Web/client/src/components/Log/SuivreAussi.html new file mode 100644 index 00000000..893538a3 --- /dev/null +++ b/Site Web/client/src/components/Log/SuivreAussi.html @@ -0,0 +1,36 @@ + + + + + Ma page de test + + + +
+

Suivre aussi

+
+
+ +
+

personne 1

+

@personne1

+
+
+
+ +
+

personne 1

+

@personne1

+
+
+
+ +
+

personne 1

+

@personne1

+
+
+
+
+ + diff --git a/Site Web/client/src/components/Log/coeurs.png b/Site Web/client/src/components/Log/coeurs.png new file mode 100644 index 00000000..7f184cd7 Binary files /dev/null and b/Site Web/client/src/components/Log/coeurs.png differ diff --git a/Site Web/client/src/components/Log/coeursPlein.png b/Site Web/client/src/components/Log/coeursPlein.png new file mode 100644 index 00000000..463c75df Binary files /dev/null and b/Site Web/client/src/components/Log/coeursPlein.png differ diff --git a/Site Web/client/src/components/Log/commentaire.png b/Site Web/client/src/components/Log/commentaire.png new file mode 100644 index 00000000..8a9619de Binary files /dev/null and b/Site Web/client/src/components/Log/commentaire.png differ diff --git a/Site Web/client/src/components/Log/likeEtCommantaire.html b/Site Web/client/src/components/Log/likeEtCommantaire.html new file mode 100644 index 00000000..bb623be3 --- /dev/null +++ b/Site Web/client/src/components/Log/likeEtCommantaire.html @@ -0,0 +1,165 @@ + + + + Titre du document + + + +
+
+ +
+
+
+ +
+
+ +
+

personne 1

+

@personne1

+
+
+
+ +
+

personne 1

+

@personne1

+
+
+
+ +
+

personne 1

+

@personne1

+
+
+
+
+
+ +
+

personne 1

+

@personne1

+

texte du commantaire

+
+
+
+ +
+

personne 1

+

@personne1

+

texte du commantaire

+
+
+
+ +
+

personne 1

+

@personne1

+

texte du commantaire

+
+
+
+
+ + + + + diff --git a/Site Web/client/src/components/Log/newPoste.html b/Site Web/client/src/components/Log/newPoste.html new file mode 100644 index 00000000..b009eff7 --- /dev/null +++ b/Site Web/client/src/components/Log/newPoste.html @@ -0,0 +1,111 @@ + + + + Titre du document + + + +

Forme Popup

+

Cliquez sur le bouton "Ouvrir la forme" pour ouvrir la fdbjfndbfhbdbnfhdbfnbdhbfhbdhbfhdbfhdhbfhdbhfforme Popup.

+ + +
+ +
+ + +
+
+
+ +
+ + +
+ +
+ + +
+ +
+
+ +
+
+ +
+
+ + +
+
+
+ + + + + diff --git a/Site Web/client/src/components/Log/pagePerso.css b/Site Web/client/src/components/Log/pagePerso.css new file mode 100644 index 00000000..d81c4d85 --- /dev/null +++ b/Site Web/client/src/components/Log/pagePerso.css @@ -0,0 +1,32 @@ +#PhotoProfile{ + display: block; + margin-left: auto; + margin-right: auto; + width: 150px; + height:150px; + border-radius: 80px; + border: 2px solid #555; +} + +#blocAbonnement{ + display: flex; + justify-content: center; + + +} +#blocAbonnement div{ + margin-left: 80px; + margin-right: 80px; +} + +#blocName{ + text-align: center; +} + +.nombre{ + color:black; +} + +.texteNombre{ + color:grey; +} diff --git a/Site Web/client/src/components/Log/pagePerso.html b/Site Web/client/src/components/Log/pagePerso.html new file mode 100644 index 00000000..2889bf3a --- /dev/null +++ b/Site Web/client/src/components/Log/pagePerso.html @@ -0,0 +1,28 @@ + + + + + Ma page de test + + + +
+ +
+
+

Lena 1er

+

@Lena1er

+
+
+
+
10k
+
Abonnement
+
+
+
10k
+
Abonnée
+
+
+ + + diff --git a/Site Web/client/src/components/Log/poste.css b/Site Web/client/src/components/Log/poste.css new file mode 100644 index 00000000..d347bf4d --- /dev/null +++ b/Site Web/client/src/components/Log/poste.css @@ -0,0 +1,74 @@ +body{ +background: green; + +} + +#cadrePoste{ + background: white; + border-radius: 5px; + width: 40%; + margin-left: auto; + margin-right: auto; +} + +/*haut du poste*/ +/* +#cadreInfoPoste{ + display: flex; + align-items:center; + +} + +#PhotoProfile{ + margin: 10px 15px 0px 20px; + width: 40px; + height:40px; + border-radius: 20px; + border: 2px solid #555; +} + +#NomProfile{ + font-family: arial; + font-size: 18px; + +}*/ + +#hautPoste{ + display: flex; + align-items:center; + justify-content: space-between; + margin-right: 15px; +} + +#cadreInfoPoste{ + display: flex; + align-items:center; + +} +#PhotoProfile{ + margin: 10px 15px 0px 20px; + width: 40px; + height:40px; + border-radius: 20px; + border: 2px solid #555; +} + +#NomProfile{ + font-family: arial; + font-size: 18px; + +} + +/*bas poste*/ +#basPoste{ + display: flex; + align-items:center; + justify-content: space-between; + margin-left: 10px; + margin-right: 10px; +} + +#like, #commentaire{ + display: flex; + align-items:center; +} diff --git a/Site Web/client/src/components/Log/poste.html b/Site Web/client/src/components/Log/poste.html new file mode 100644 index 00000000..2fe8009f --- /dev/null +++ b/Site Web/client/src/components/Log/poste.html @@ -0,0 +1,43 @@ + + + + + Ma page de test + + + + + +
+
+
+ +
Lena 1er
+
+
6 jours
+
+ +
+ /*utliser leakpreview*/ +
+ +
+
+ +
10k
+
+
+ +
10k
+
+
+
+ + + +