diff --git a/prototypes/interface-menu/BackGround-menu.jpg b/prototypes/interface-menu/BackGround-menu.jpg new file mode 100644 index 0000000..b614a35 Binary files /dev/null and b/prototypes/interface-menu/BackGround-menu.jpg differ diff --git a/prototypes/interface-menu/Background-select-level.jpg b/prototypes/interface-menu/Background-select-level.jpg new file mode 100644 index 0000000..49f7f3f Binary files /dev/null and b/prototypes/interface-menu/Background-select-level.jpg differ diff --git a/prototypes/interface-menu/Road-to-masterU/Level.html b/prototypes/interface-menu/Road-to-masterU/Level.html new file mode 100644 index 0000000..b67c465 --- /dev/null +++ b/prototypes/interface-menu/Road-to-masterU/Level.html @@ -0,0 +1,32 @@ + + + + + Level - Road to masterU + + + +
+
+

Day 1

+ > +
+
+ + + + + + + + + + + +
+
+ + + \ No newline at end of file diff --git a/prototypes/interface-menu/Road-to-masterU/Menu.html b/prototypes/interface-menu/Road-to-masterU/Menu.html new file mode 100644 index 0000000..e1d82a2 --- /dev/null +++ b/prototypes/interface-menu/Road-to-masterU/Menu.html @@ -0,0 +1,23 @@ + + + + + Menu - Road to masterU + + + +
+
+

ROAD TO MASTERU

+
+
+

Play

+

Level

+
+
+ + + \ No newline at end of file diff --git a/prototypes/interface-menu/Road-to-masterU/style-Level.css b/prototypes/interface-menu/Road-to-masterU/style-Level.css new file mode 100644 index 0000000..dfca38c --- /dev/null +++ b/prototypes/interface-menu/Road-to-masterU/style-Level.css @@ -0,0 +1,45 @@ +body{ + background-image: url("../Background-select-level.jpg"); + background-position: right; +} +h1,.lien-icone,.back-to-accueil{ + font-size: 75px; + padding-top: 80px; + color:gold; +} +footer{ + text-align: center; + padding:50px + +} +a{ + text-decoration: none; + color:black; +} +.select-day{ + display: flex; + flex-direction: row; + justify-content: center; + align-items: baseline; + +} +.select-level{ + display:grid; + grid-template-columns: 40px 40px 40px; + grid-gap: 30px; + justify-content: center; +} +.level{ + height: 60px; + border:3px solid black; + +} +.level>a{ + font-size:30px; + display: flex; + justify-content:center; +} +.lien-icone{ + padding-left: 10px; +} + diff --git a/prototypes/interface-menu/Road-to-masterU/style-menu.css b/prototypes/interface-menu/Road-to-masterU/style-menu.css new file mode 100644 index 0000000..b8072b3 --- /dev/null +++ b/prototypes/interface-menu/Road-to-masterU/style-menu.css @@ -0,0 +1,24 @@ +body{ + background-image: url("../BackGround-menu.jpg"); + background-position: center; +} +h1{ + font-size: 75px; + padding-top: 80px; + text-decoration: underline; +} +h1,h2{ + text-align: center; + color: gold; +} +h2{ + font-size: 50px; + padding-top: 40px; +} +footer{ + text-align: end; + padding-top: 300px; +} +a{ + text-decoration: none; +} \ No newline at end of file diff --git a/prototypes/interface-menu/Trophee-pic.jpg b/prototypes/interface-menu/Trophee-pic.jpg new file mode 100644 index 0000000..0f65fc3 Binary files /dev/null and b/prototypes/interface-menu/Trophee-pic.jpg differ