diff --git a/README.md b/README.md index 279b78e..d4ac2fa 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,25 @@ # pokedex -Pokemon Pokedex App \ No newline at end of file +Pokemon Pokedex App + +Installation Plugins +-------------------- + +bower install ionic-material +https://recordnotfound.com/Ionic-Material-zachfitz-109229 +bower install robotodraft + + +ionic platform add android +ionic plugin add cordova-plugin-device +ionic plugin add cordova-plugin-console +ionic plugin add cordova-plugin-whitelist +ionic plugin add cordova-plugin-splashscreen +ionic plugin add cordova-plugin-statusbar +ionic plugin add ionic-plugin-keyboard +//https://github.com/poiuytrez/AndroidInAppBilling +ionic plugin add cordova-plugin-inappbrowser +ionic plugin add cordova-plugin-file +ionic plugin add cordova-plugin-file-transfer +ionic plugin add https://github.com/an-rahulpandey/cordova-plugin-dbcopy.git +ionic plugin add cordova-sqlite-storage diff --git a/www/css/style.css b/www/css/style.css index fa22927..ecfa09c 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -1 +1,82 @@ /* Empty. Add your own CSS if you like */ +.box { +padding: 1em; + width: 100%; + height: 100%; +} + +.back1 { + background-image: url('../img/slieder-back1.jpg'); + background-repeat: no-repeat;background-size: cover; +} + +.back2 { + background-image: url('../img/slieder-back2.jpg'); + background-repeat: no-repeat;background-size: cover; +} + +.back3 { + background-image: url('../img/slieder-back3.jpg'); + background-repeat: no-repeat;background-size: cover; +} + +.font-robo { + font-family: RobotoDraft; + font-size: 24px; +} + +.font-robo500small { + font-family: RobotoDraft; + font-size: 12px; + font-weight:500; +} + +.font-robo500medium { + font-family: RobotoDraft; + font-size: 18px; + font-weight:500; +} + +.font-robo500big { + font-family: RobotoDraft; + font-size: 24px; + font-weight:500; +} + + +.font-robo400small { + font-family: RobotoDraft; + font-size: 12px; + font-weight:400; +} + +.font-robo400medium { + font-family: RobotoDraft; + font-size: 18px; + font-weight:400; +} + +.font-robo400big { + font-family: RobotoDraft; + font-size: 24px; + font-weight:400; +} + +.font-robo300small { + font-family: RobotoDraft; + font-size: 12px; + font-weight:300; +} + +.font-robo300medium { + font-family: RobotoDraft; + font-size: 18px; + font-weight:300; +} + +.font-robo300big { + font-family: RobotoDraft; + font-size: 24px; + font-weight:300; +} + diff --git a/www/img/9Y8wAF.jpg b/www/img/9Y8wAF.jpg new file mode 100644 index 0000000..1d028f1 Binary files /dev/null and b/www/img/9Y8wAF.jpg differ diff --git a/www/img/B7GKxs.png b/www/img/B7GKxs.png new file mode 100644 index 0000000..3de039e Binary files /dev/null and b/www/img/B7GKxs.png differ diff --git a/www/img/Poke_Ball.svg b/www/img/Poke_Ball.svg new file mode 100644 index 0000000..385ce20 --- /dev/null +++ b/www/img/Poke_Ball.svg @@ -0,0 +1,121 @@ + + + diff --git a/www/img/Pokeball-opt.svg b/www/img/Pokeball-opt.svg new file mode 100644 index 0000000..6b970f7 --- /dev/null +++ b/www/img/Pokeball-opt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/www/img/bFi4q5.png b/www/img/bFi4q5.png new file mode 100644 index 0000000..0cd7d22 Binary files /dev/null and b/www/img/bFi4q5.png differ diff --git a/www/img/ekvmX9.jpg b/www/img/ekvmX9.jpg new file mode 100644 index 0000000..163a257 Binary files /dev/null and b/www/img/ekvmX9.jpg differ diff --git a/www/img/slieder-back1.jpg b/www/img/slieder-back1.jpg new file mode 100644 index 0000000..1d028f1 Binary files /dev/null and b/www/img/slieder-back1.jpg differ diff --git a/www/img/slieder-back2.jpg b/www/img/slieder-back2.jpg new file mode 100644 index 0000000..1d028f1 Binary files /dev/null and b/www/img/slieder-back2.jpg differ diff --git a/www/img/slieder-back3.jpg b/www/img/slieder-back3.jpg new file mode 100644 index 0000000..1d028f1 Binary files /dev/null and b/www/img/slieder-back3.jpg differ diff --git a/www/index.html b/www/index.html index 01daa1d..0aa46f3 100644 --- a/www/index.html +++ b/www/index.html @@ -6,14 +6,17 @@