diff --git a/luckydiamond/src/assets/icons-gamemode/crashgame-icon.png b/luckydiamond/src/assets/icons-gamemode/crashgame-icon.png new file mode 100644 index 0000000..f8c3d27 Binary files /dev/null and b/luckydiamond/src/assets/icons-gamemode/crashgame-icon.png differ diff --git a/luckydiamond/src/assets/icons-gamemode/doublegame-icon.png b/luckydiamond/src/assets/icons-gamemode/doublegame-icon.png new file mode 100644 index 0000000..1723958 Binary files /dev/null and b/luckydiamond/src/assets/icons-gamemode/doublegame-icon.png differ diff --git a/luckydiamond/src/assets/icons-gamemode/jackoptgame-icon.png b/luckydiamond/src/assets/icons-gamemode/jackoptgame-icon.png new file mode 100644 index 0000000..37d5b65 Binary files /dev/null and b/luckydiamond/src/assets/icons-gamemode/jackoptgame-icon.png differ diff --git a/luckydiamond/src/assets/icons-gamemode/minesgame-icon.png b/luckydiamond/src/assets/icons-gamemode/minesgame-icon.png new file mode 100644 index 0000000..e751848 Binary files /dev/null and b/luckydiamond/src/assets/icons-gamemode/minesgame-icon.png differ diff --git a/luckydiamond/src/pages/HomePage.vue b/luckydiamond/src/pages/HomePage.vue index c43740c..89ea50e 100644 --- a/luckydiamond/src/pages/HomePage.vue +++ b/luckydiamond/src/pages/HomePage.vue @@ -52,7 +52,17 @@ :key="mode.id" >
- {{ mode.title }} +
+

{{ mode.players }} player

+ + +
+
@@ -64,7 +74,17 @@ :key="mode.id" >
- {{ mode.title }} +
+

{{ mode.players }} player

+ + +
+
@@ -273,4 +293,54 @@ export default { text-decoration: none; cursor: pointer; } + +.line__header { + display: flex; + justify-content: space-between; +} +.line__header h2 { + padding: 14px 0px 0px 14px; + display: flex; + align-items: center; + color: #FFB400; + font-size: 20px; + font-family: Montserrat; + text-shadow: 1px 5px 6px rgba(0, 0, 0, 0.25); + font-weight: 700; +} +.line__header img { + padding: 2px 6px 0px 0px; +} + +.line__footer { + display: flex; + justify-content: space-between; + align-items: flex-end; + height: 55%; +} +.line__footer h2 { + padding-left: 12px; + font-family: 'Press Start 2P'; + font-weight: 400; + font-size: 30px; + color: #FFB400; + text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); + text-transform: uppercase; +} +.line__footer .line__btn { + padding-right: 14px; +} +.line__footer .line__btn a { + font-size: 24px; + font-family: Montserrat; + font-weight: 700; + text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); + color: #000; + text-decoration: none; + text-transform: uppercase; + padding: 16px 16px; + background: #FFB400; + border-radius: 21px; + box-shadow: 0px 4px 40px 1px #FFB400; +} \ No newline at end of file