diff --git a/src/en/index.html b/src/en/index.html index 10f7259..e5c606b 100644 --- a/src/en/index.html +++ b/src/en/index.html @@ -1,131 +1,133 @@ - - - Hagman - - - - - - - - - - - - - - - - - -
-

Hangman!

- -
- - - - - - - + + Hagman + + + + + + + + + + + + + + + +
+

Hangman!

+ +
+ + + + + \ No newline at end of file diff --git a/src/img/ro.png b/src/img/ro.png new file mode 100644 index 0000000..5aaee91 Binary files /dev/null and b/src/img/ro.png differ diff --git a/src/img/usa.png b/src/img/usa.png new file mode 100644 index 0000000..f027ed8 Binary files /dev/null and b/src/img/usa.png differ diff --git a/src/index.html b/src/index.html index a50790d..8dd743f 100644 --- a/src/index.html +++ b/src/index.html @@ -1,131 +1,133 @@ - - - Spanzuratoarea - - - - - - - - - - - - - - - - - -
-

Spanzuratoarea!

- -
- - - - - - - + + Spanzuratoarea + + + + + + + + + + + + + + + +
+

Spanzuratoarea!

+ +
+ + + + + \ No newline at end of file diff --git a/src/m/index.html b/src/m/index.html index 0e5bb57..7f463a2 100644 --- a/src/m/index.html +++ b/src/m/index.html @@ -11,7 +11,7 @@ - + diff --git a/src/m/words.js b/src/m/words.js new file mode 100644 index 0000000..f0f4c01 --- /dev/null +++ b/src/m/words.js @@ -0,0 +1,7 @@ +var animale_eu = ["pisica", "caine", "lup", "vulpe", "urs", "caprioara", "vaca", "cal", "oaie", "sobolan", "soarece"]; + +var tari_eu = ["romania", "moldova", "germania", "spania", "franta", "rusia","italia", "elvetia", "suedia", "norvegia"]; + +var firme = ["google", "yahoo", "microsoft", "oracle", "amazon", "emag", "ebay", "apple", "siemens", "intel", "toyota", "dacia", "volvo"]; + +var ldp = ["javascript", "html", "css", "java", "c", "c++", "ruby", "pascal", "lisp", "erlang", "sql", "python", "perl", "lua"]; diff --git a/src/styles/styles.css b/src/styles/styles.css index 544add0..74445c0 100644 --- a/src/styles/styles.css +++ b/src/styles/styles.css @@ -4,11 +4,11 @@ } html, body { height: 100%; -} -body { background-color: #eef7fb; } + h1 { + margin: 0; text-align: center; text-overflow: ellipsis; -webkit-text-stroke: 1px #375449; @@ -30,7 +30,7 @@ h3, h5 { color: #3b7998; } footer, #content:after { - height: 50px; + height: 30px; } a { text-decoration: none; @@ -48,12 +48,24 @@ footer { color: #c9e7f3; background-color: #8aa3c8; } +.language_menu a, img { + padding: 1px; + margin: 1px auto; + display: inline; +} + +.language_menu { + display: inline; + padding: 2px; + height: 18px; + width: auto; +} .game p { color: #448aae; } .game { padding: 30px; - margin: 20px 80px 20px; + margin: 0 80px; height: 400px; border: solid 5px black; background-color: #C9E7F3; @@ -64,8 +76,8 @@ footer { #content { min-height: 100%; /* equal to footer height */ - -margin-bottom: -50px; + top: 0; + margin-bottom: -30px; } #left { float: left; @@ -146,6 +158,7 @@ margin-bottom: -50px; right: 108px; } .footer-content { + display: inline; margin: 0px 10px 0px 10px; padding-top: 15px; }