diff --git a/assets/menu/contracts.png b/assets/menu/contracts.png
new file mode 100644
index 0000000..233bd08
Binary files /dev/null and b/assets/menu/contracts.png differ
diff --git a/assets/menu/home.png b/assets/menu/home.png
new file mode 100644
index 0000000..333e527
Binary files /dev/null and b/assets/menu/home.png differ
diff --git a/assets/menu/info.png b/assets/menu/info.png
new file mode 100644
index 0000000..5f40e33
Binary files /dev/null and b/assets/menu/info.png differ
diff --git a/assets/menu/leaderboard.png b/assets/menu/leaderboard.png
new file mode 100644
index 0000000..815bf69
Binary files /dev/null and b/assets/menu/leaderboard.png differ
diff --git a/assets/menu/ships.png b/assets/menu/ships.png
new file mode 100644
index 0000000..4bc000b
Binary files /dev/null and b/assets/menu/ships.png differ
diff --git a/css/auth.css b/css/auth.css
index 7d108f0..0472f79 100644
--- a/css/auth.css
+++ b/css/auth.css
@@ -38,4 +38,11 @@
background-color: darkgreen;
}
-.auth-select {}
\ No newline at end of file
+.auth-select {
+ margin-top: 1vh;
+ border-radius: 3px;
+}
+
+.errors {
+ color: red;
+}
\ No newline at end of file
diff --git a/css/global.css b/css/global.css
index c0ba70b..e0c6fb4 100644
--- a/css/global.css
+++ b/css/global.css
@@ -12,6 +12,8 @@
body {
margin: 0;
background-image: url("../assets/img/background.png");
+ background-repeat: no-repeat;
+ overflow-x: hidden;
font-family: pixellari;
color: var(--text-color);
}
@@ -44,4 +46,28 @@ select {
.title {
font-size: 40px;
+}
+
+.languettes {
+ display: flex;
+ flex-direction: column;
+ align-items:flex-end;
+ margin: 250px -50px 0px 0px ;
+}
+
+.languettes input{
+ width: 5%;
+}
+
+.languettes input:hover{
+ animation: slide-left;
+ position: relative;
+ animation-timing-function: ease;
+ animation-fill-mode: forwards;
+ animation-duration: 1s;
+}
+
+@keyframes slide-left {
+ 0% {right: 0px; top: 0px;}
+100% {right: 25px; top: 0px;}
}
\ No newline at end of file
diff --git a/css/system.css b/css/system.css
deleted file mode 100644
index e69de29..0000000
diff --git a/html/template.html b/html/template.html
index c34d499..d894437 100644
--- a/html/template.html
+++ b/html/template.html
@@ -1,2 +1,5 @@
-
\ No newline at end of file
+
New Agent
- +Remember me ?
diff --git a/js/controllers/menu_mod.js b/js/controllers/menu_mod.js index 5d9bfb3..55a117a 100644 --- a/js/controllers/menu_mod.js +++ b/js/controllers/menu_mod.js @@ -29,19 +29,20 @@ function init_menu(temp_engine) { } function loged_links() { - $(".nav-links").html(` -