diff --git a/images/drapeauFrance.png b/images/drapeauFrance.png new file mode 100644 index 0000000..f6de078 Binary files /dev/null and b/images/drapeauFrance.png differ diff --git a/images/imageProfil.png b/images/imageProfil.png new file mode 100644 index 0000000..2515991 Binary files /dev/null and b/images/imageProfil.png differ diff --git a/pages/profil.html b/pages/profil.html new file mode 100644 index 0000000..3eb1e96 --- /dev/null +++ b/pages/profil.html @@ -0,0 +1,52 @@ + + + + + + + Wiki Fantasy : Profil + + + + +
+
+ + +
+
+ +
+

▶ Profil ◀

+ + + + +

Tyler De Dordogne

+ +

user@wikiFantasy.com

+

*********

+ +
+

Language :

+
+ + +
+ Ajouter une citation +
+ + +
+ +
+ +
+ + \ No newline at end of file diff --git a/styles/styleLogin.css b/styles/styleLogin.css index d43ac38..5194393 100644 --- a/styles/styleLogin.css +++ b/styles/styleLogin.css @@ -61,4 +61,4 @@ p{ border-radius: 25px; width: 75%; font-size: 20px; -} +} \ No newline at end of file diff --git a/styles/styleProfil.css b/styles/styleProfil.css new file mode 100644 index 0000000..2e5e60c --- /dev/null +++ b/styles/styleProfil.css @@ -0,0 +1,83 @@ +@import url(./style.css); + + +h1{ + color : white; + font-family: "Lemon", serif; + text-align: center; + font-size: 35px; + margin-top: 10%; +} + +p{ + margin-top: 6%; + margin-bottom: 2%; + color : white; + font-size: 20px; + font-family: "Lemon", serif; +} + + +.buttonSudmite{ + background: linear-gradient(90deg, #6100ff 0%, #1b0048 100%); + font-family: "Lemon", serif; + border: none; + color: white; + padding: 5%; + border-radius: 25px; + width: 75%; + font-size: 20px; +} + +.buttonSudmiteDiv{ + text-align: center; +} + + +.createQuote{ + margin-top: 5%; + margin-bottom: 5%; + font-size: 15px; + text-align: center; + padding-top: 1%; + color: white; + font-family: "Lemon", serif; +} + +.login{ + background-color: black; + width: 30%; + margin-left: 35%; + margin-top: 9%; + border-radius: 25px; + padding-top: 1px; + padding-bottom: 1%; +} + +.imageProfil{ + width: 25%; + border-radius: 25px; + display:block; + margin-left: 38%; + margin-top: 5%; +} + +.nameProfil{ + text-align: center; + font-size: 120%; +} + + +.languageDiv{ + margin-left: 25%; +} +.languageTitle{ + text-align: left; + font-size: 100%; +} +.languageImage{ + width: 300px; + height: 40px; + margin-left: 25%; + display:block; +} \ No newline at end of file