Browse Source

server and app commited in different repositories

master
nau 7 years ago
parent
commit
29ec62c50a
253 changed files with 160365 additions and 0 deletions
  1. +3
    -0
      .bowerrc
  2. +14
    -0
      .editorconfig
  3. +6
    -0
      .gitignore
  4. +1
    -0
      .io-config.json
  5. +7
    -0
      bower.json
  6. +12
    -0
      comandesUtils.txt
  7. +43
    -0
      config.xml
  8. +51
    -0
      gulpfile.js
  9. +83
    -0
      hooks/README.md
  10. +94
    -0
      hooks/after_prepare/010_add_platform_class.js
  11. +4
    -0
      ionic.config.json
  12. +4
    -0
      ionic.project
  13. +26
    -0
      package.json
  14. BIN
      resources/android/icon/drawable-hdpi-icon.png
  15. BIN
      resources/android/icon/drawable-ldpi-icon.png
  16. BIN
      resources/android/icon/drawable-mdpi-icon.png
  17. BIN
      resources/android/icon/drawable-xhdpi-icon.png
  18. BIN
      resources/android/icon/drawable-xxhdpi-icon.png
  19. BIN
      resources/android/icon/drawable-xxxhdpi-icon.png
  20. BIN
      resources/android/splash/drawable-land-hdpi-screen.png
  21. BIN
      resources/android/splash/drawable-land-ldpi-screen.png
  22. BIN
      resources/android/splash/drawable-land-mdpi-screen.png
  23. BIN
      resources/android/splash/drawable-land-xhdpi-screen.png
  24. BIN
      resources/android/splash/drawable-land-xxhdpi-screen.png
  25. BIN
      resources/android/splash/drawable-land-xxxhdpi-screen.png
  26. BIN
      resources/android/splash/drawable-port-hdpi-screen.png
  27. BIN
      resources/android/splash/drawable-port-ldpi-screen.png
  28. BIN
      resources/android/splash/drawable-port-mdpi-screen.png
  29. BIN
      resources/android/splash/drawable-port-xhdpi-screen.png
  30. BIN
      resources/android/splash/drawable-port-xxhdpi-screen.png
  31. BIN
      resources/android/splash/drawable-port-xxxhdpi-screen.png
  32. BIN
      resources/icon.png
  33. BIN
      resources/ios/icon/icon-40.png
  34. BIN
      resources/ios/icon/icon-40@2x.png
  35. BIN
      resources/ios/icon/icon-50.png
  36. BIN
      resources/ios/icon/icon-50@2x.png
  37. BIN
      resources/ios/icon/icon-60.png
  38. BIN
      resources/ios/icon/icon-60@2x.png
  39. BIN
      resources/ios/icon/icon-60@3x.png
  40. BIN
      resources/ios/icon/icon-72.png
  41. BIN
      resources/ios/icon/icon-72@2x.png
  42. BIN
      resources/ios/icon/icon-76.png
  43. BIN
      resources/ios/icon/icon-76@2x.png
  44. BIN
      resources/ios/icon/icon-small.png
  45. BIN
      resources/ios/icon/icon-small@2x.png
  46. BIN
      resources/ios/icon/icon-small@3x.png
  47. BIN
      resources/ios/icon/icon.png
  48. BIN
      resources/ios/icon/icon@2x.png
  49. BIN
      resources/ios/splash/Default-568h@2x~iphone.png
  50. BIN
      resources/ios/splash/Default-667h.png
  51. BIN
      resources/ios/splash/Default-736h.png
  52. BIN
      resources/ios/splash/Default-Landscape-736h.png
  53. BIN
      resources/ios/splash/Default-Landscape@2x~ipad.png
  54. BIN
      resources/ios/splash/Default-Landscape~ipad.png
  55. BIN
      resources/ios/splash/Default-Portrait@2x~ipad.png
  56. BIN
      resources/ios/splash/Default-Portrait~ipad.png
  57. BIN
      resources/ios/splash/Default@2x~iphone.png
  58. BIN
      resources/ios/splash/Default~iphone.png
  59. BIN
      resources/splash.png
  60. +23
    -0
      scss/ionic.app.scss
  61. +22
    -0
      www/css/style.css
  62. BIN
      www/img/asking.png
  63. BIN
      www/img/avatars/anteater.png
  64. BIN
      www/img/avatars/bat.png
  65. BIN
      www/img/avatars/beetle.png
  66. BIN
      www/img/avatars/bulldog.png
  67. BIN
      www/img/avatars/butterfly.png
  68. BIN
      www/img/avatars/camel.png
  69. BIN
      www/img/avatars/cat.png
  70. BIN
      www/img/avatars/chameleon.png
  71. BIN
      www/img/avatars/clown-fish.png
  72. BIN
      www/img/avatars/cobra.png
  73. BIN
      www/img/avatars/cow.png
  74. BIN
      www/img/avatars/crab.png
  75. BIN
      www/img/avatars/crocodile.png
  76. BIN
      www/img/avatars/duck.png
  77. BIN
      www/img/avatars/elephant.png
  78. BIN
      www/img/avatars/frog.png
  79. BIN
      www/img/avatars/giraffe.png
  80. BIN
      www/img/avatars/hen.png
  81. BIN
      www/img/avatars/hippopotamus.png
  82. BIN
      www/img/avatars/kangaroo.png
  83. BIN
      www/img/avatars/lion.png
  84. BIN
      www/img/avatars/llama.png
  85. BIN
      www/img/avatars/macaw.png
  86. BIN
      www/img/avatars/monkey.png
  87. BIN
      www/img/avatars/moose.png
  88. BIN
      www/img/avatars/mouse.png
  89. BIN
      www/img/avatars/octopus.png
  90. BIN
      www/img/avatars/ostrich.png
  91. BIN
      www/img/avatars/owl.png
  92. BIN
      www/img/avatars/panda.png
  93. BIN
      www/img/avatars/pelican.png
  94. BIN
      www/img/avatars/penguin.png
  95. BIN
      www/img/avatars/pig.png
  96. BIN
      www/img/avatars/rabbit.png
  97. BIN
      www/img/avatars/racoon.png
  98. BIN
      www/img/avatars/ray.png
  99. BIN
      www/img/avatars/rhinoceros.png
  100. BIN
      www/img/avatars/sea-cow.png

+ 3
- 0
.bowerrc

@ -0,0 +1,3 @@
{
"directory": "www/lib"
}

+ 14
- 0
.editorconfig

@ -0,0 +1,14 @@
# http://editorconfig.org
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
insert_final_newline = false
trim_trailing_whitespace = false

+ 6
- 0
.gitignore

@ -0,0 +1,6 @@
# Specifies intentionally untracked files to ignore when using Git
# http://git-scm.com/docs/gitignore
node_modules/
platforms/
plugins/

+ 1
- 0
.io-config.json

@ -0,0 +1 @@
{"app_id":"0f46f512"}

+ 7
- 0
bower.json

@ -0,0 +1,7 @@
{
"name": "HelloIonic",
"private": "true",
"devDependencies": {
"ionic": "driftyco/ionic-bower#1.3.1"
}
}

+ 12
- 0
comandesUtils.txt

@ -0,0 +1,12 @@
export ANDROID_HOME=~/Android/Sdk/
PATH=$PATH:$ANDROID_HOME/tools
PATH=$PATH:$ANDROID_HOME/platform-tools
cd /home/nau/Android/Sdk/tools
./android
ionic serve
ionic build android

+ 43
- 0
config.xml

@ -0,0 +1,43 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<widget id="com.ionicframework.app751563" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>app</name>
<description>
An Ionic Framework and Cordova project.
</description>
<author email="you@example.com" href="http://example.com.com/">
Your Name Here
</author>
<content src="index.html"/>
<access origin="*"/>
<preference name="webviewbounce" value="false"/>
<preference name="UIWebViewBounce" value="false"/>
<preference name="DisallowOverscroll" value="true"/>
<preference name="SplashScreenDelay" value="2000"/>
<preference name="FadeSplashScreenDuration" value="2000"/>
<preference name="android-minSdkVersion" value="16"/>
<preference name="BackupWebStorage" value="none"/>
<preference name="SplashScreen" value="screen"/>
<feature name="StatusBar">
<param name="ios-package" value="CDVStatusBar" onload="true"/>
</feature>
<platform name="android">
<icon src="resources/android/icon/drawable-ldpi-icon.png" density="ldpi"/>
<icon src="resources/android/icon/drawable-mdpi-icon.png" density="mdpi"/>
<icon src="resources/android/icon/drawable-hdpi-icon.png" density="hdpi"/>
<icon src="resources/android/icon/drawable-xhdpi-icon.png" density="xhdpi"/>
<icon src="resources/android/icon/drawable-xxhdpi-icon.png" density="xxhdpi"/>
<icon src="resources/android/icon/drawable-xxxhdpi-icon.png" density="xxxhdpi"/>
<splash src="resources/android/splash/drawable-land-ldpi-screen.png" density="land-ldpi"/>
<splash src="resources/android/splash/drawable-land-mdpi-screen.png" density="land-mdpi"/>
<splash src="resources/android/splash/drawable-land-hdpi-screen.png" density="land-hdpi"/>
<splash src="resources/android/splash/drawable-land-xhdpi-screen.png" density="land-xhdpi"/>
<splash src="resources/android/splash/drawable-land-xxhdpi-screen.png" density="land-xxhdpi"/>
<splash src="resources/android/splash/drawable-land-xxxhdpi-screen.png" density="land-xxxhdpi"/>
<splash src="resources/android/splash/drawable-port-ldpi-screen.png" density="port-ldpi"/>
<splash src="resources/android/splash/drawable-port-mdpi-screen.png" density="port-mdpi"/>
<splash src="resources/android/splash/drawable-port-hdpi-screen.png" density="port-hdpi"/>
<splash src="resources/android/splash/drawable-port-xhdpi-screen.png" density="port-xhdpi"/>
<splash src="resources/android/splash/drawable-port-xxhdpi-screen.png" density="port-xxhdpi"/>
<splash src="resources/android/splash/drawable-port-xxxhdpi-screen.png" density="port-xxxhdpi"/>
</platform>
</widget>

+ 51
- 0
gulpfile.js

@ -0,0 +1,51 @@
var gulp = require('gulp');
var gutil = require('gulp-util');
var bower = require('bower');
var concat = require('gulp-concat');
var sass = require('gulp-sass');
var minifyCss = require('gulp-minify-css');
var rename = require('gulp-rename');
var sh = require('shelljs');
var paths = {
sass: ['./scss/**/*.scss']
};
gulp.task('default', ['sass']);
gulp.task('sass', function(done) {
gulp.src('./scss/ionic.app.scss')
.pipe(sass())
.on('error', sass.logError)
.pipe(gulp.dest('./www/css/'))
.pipe(minifyCss({
keepSpecialComments: 0
}))
.pipe(rename({ extname: '.min.css' }))
.pipe(gulp.dest('./www/css/'))
.on('end', done);
});
gulp.task('watch', function() {
gulp.watch(paths.sass, ['sass']);
});
gulp.task('install', ['git-check'], function() {
return bower.commands.install()
.on('log', function(data) {
gutil.log('bower', gutil.colors.cyan(data.id), data.message);
});
});
gulp.task('git-check', function(done) {
if (!sh.which('git')) {
console.log(
' ' + gutil.colors.red('Git is not installed.'),
'\n Git, the version control system, is required to download Ionic.',
'\n Download git here:', gutil.colors.cyan('http://git-scm.com/downloads') + '.',
'\n Once git is installed, run \'' + gutil.colors.cyan('gulp install') + '\' again.'
);
process.exit(1);
}
done();
});

+ 83
- 0
hooks/README.md

@ -0,0 +1,83 @@
<!--
#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
#
-->
# Cordova Hooks
This directory may contain scripts used to customize cordova commands. This
directory used to exist at `.cordova/hooks`, but has now been moved to the
project root. Any scripts you add to these directories will be executed before
and after the commands corresponding to the directory name. Useful for
integrating your own build systems or integrating with version control systems.
__Remember__: Make your scripts executable.
## Hook Directories
The following subdirectories will be used for hooks:
after_build/
after_compile/
after_docs/
after_emulate/
after_platform_add/
after_platform_rm/
after_platform_ls/
after_plugin_add/
after_plugin_ls/
after_plugin_rm/
after_plugin_search/
after_prepare/
after_run/
after_serve/
before_build/
before_compile/
before_docs/
before_emulate/
before_platform_add/
before_platform_rm/
before_platform_ls/
before_plugin_add/
before_plugin_ls/
before_plugin_rm/
before_plugin_search/
before_prepare/
before_run/
before_serve/
pre_package/ <-- Windows 8 and Windows Phone only.
## Script Interface
All scripts are run from the project's root directory and have the root directory passes as the first argument. All other options are passed to the script using environment variables:
* CORDOVA_VERSION - The version of the Cordova-CLI.
* CORDOVA_PLATFORMS - Comma separated list of platforms that the command applies to (e.g.: android, ios).
* CORDOVA_PLUGINS - Comma separated list of plugin IDs that the command applies to (e.g.: org.apache.cordova.file, org.apache.cordova.file-transfer)
* CORDOVA_HOOK - Path to the hook that is being executed.
* CORDOVA_CMDLINE - The exact command-line arguments passed to cordova (e.g.: cordova run ios --emulate)
If a script returns a non-zero exit code, then the parent cordova command will be aborted.
## Writing hooks
We highly recommend writting your hooks using Node.js so that they are
cross-platform. Some good examples are shown here:
[http://devgirl.org/2013/11/12/three-hooks-your-cordovaphonegap-project-needs/](http://devgirl.org/2013/11/12/three-hooks-your-cordovaphonegap-project-needs/)

+ 94
- 0
hooks/after_prepare/010_add_platform_class.js

@ -0,0 +1,94 @@
#!/usr/bin/env node
// Add Platform Class
// v1.0
// Automatically adds the platform class to the body tag
// after the `prepare` command. By placing the platform CSS classes
// directly in the HTML built for the platform, it speeds up
// rendering the correct layout/style for the specific platform
// instead of waiting for the JS to figure out the correct classes.
var fs = require('fs');
var path = require('path');
var rootdir = process.argv[2];
function addPlatformBodyTag(indexPath, platform) {
// add the platform class to the body tag
try {
var platformClass = 'platform-' + platform;
var cordovaClass = 'platform-cordova platform-webview';
var html = fs.readFileSync(indexPath, 'utf8');
var bodyTag = findBodyTag(html);
if(!bodyTag) return; // no opening body tag, something's wrong
if(bodyTag.indexOf(platformClass) > -1) return; // already added
var newBodyTag = bodyTag;
var classAttr = findClassAttr(bodyTag);
if(classAttr) {
// body tag has existing class attribute, add the classname
var endingQuote = classAttr.substring(classAttr.length-1);
var newClassAttr = classAttr.substring(0, classAttr.length-1);
newClassAttr += ' ' + platformClass + ' ' + cordovaClass + endingQuote;
newBodyTag = bodyTag.replace(classAttr, newClassAttr);
} else {
// add class attribute to the body tag
newBodyTag = bodyTag.replace('>', ' class="' + platformClass + ' ' + cordovaClass + '">');
}
html = html.replace(bodyTag, newBodyTag);
fs.writeFileSync(indexPath, html, 'utf8');
process.stdout.write('add to body class: ' + platformClass + '\n');
} catch(e) {
process.stdout.write(e);
}
}
function findBodyTag(html) {
// get the body tag
try{
return html.match(/<body(?=[\s>])(.*?)>/gi)[0];
}catch(e){}
}
function findClassAttr(bodyTag) {
// get the body tag's class attribute
try{
return bodyTag.match(/ class=["|'](.*?)["|']/gi)[0];
}catch(e){}
}
if (rootdir) {
// go through each of the platform directories that have been prepared
var platforms = (process.env.CORDOVA_PLATFORMS ? process.env.CORDOVA_PLATFORMS.split(',') : []);
for(var x=0; x<platforms.length; x++) {
// open up the index.html file at the www root
try {
var platform = platforms[x].trim().toLowerCase();
var indexPath;
if(platform == 'android') {
indexPath = path.join('platforms', platform, 'assets', 'www', 'index.html');
} else {
indexPath = path.join('platforms', platform, 'www', 'index.html');
}
if(fs.existsSync(indexPath)) {
addPlatformBodyTag(indexPath, platform);
}
} catch(e) {
process.stdout.write(e);
}
}
}

+ 4
- 0
ionic.config.json

@ -0,0 +1,4 @@
{
"name": "app",
"app_id": "0f46f512"
}

+ 4
- 0
ionic.project

@ -0,0 +1,4 @@
{
"name": "app",
"app_id": "0f46f512"
}

+ 26
- 0
package.json

@ -0,0 +1,26 @@
{
"name": "collectivecar",
"version": "1.1.1",
"description": "app: collectivecar",
"dependencies": {
"gulp": "^3.5.6",
"gulp-sass": "^2.0.4",
"gulp-concat": "^2.2.0",
"gulp-minify-css": "^0.3.0",
"gulp-rename": "^1.2.0"
},
"devDependencies": {
"bower": "^1.3.3",
"gulp-util": "^2.2.14",
"shelljs": "^0.3.0"
},
"cordovaPlugins": [
"cordova-plugin-device",
"cordova-plugin-console",
"cordova-plugin-whitelist",
"cordova-plugin-splashscreen",
"cordova-plugin-statusbar",
"ionic-plugin-keyboard"
],
"cordovaPlatforms": []
}

BIN
resources/android/icon/drawable-hdpi-icon.png

Before After
Width: 72  |  Height: 72  |  Size: 2.8 KiB

BIN
resources/android/icon/drawable-ldpi-icon.png

Before After
Width: 36  |  Height: 36  |  Size: 1.1 KiB

BIN
resources/android/icon/drawable-mdpi-icon.png

Before After
Width: 48  |  Height: 48  |  Size: 1.8 KiB

BIN
resources/android/icon/drawable-xhdpi-icon.png

Before After
Width: 96  |  Height: 96  |  Size: 4.2 KiB

BIN
resources/android/icon/drawable-xxhdpi-icon.png

Before After
Width: 144  |  Height: 144  |  Size: 7.6 KiB

BIN
resources/android/icon/drawable-xxxhdpi-icon.png

Before After
Width: 192  |  Height: 192  |  Size: 12 KiB

BIN
resources/android/splash/drawable-land-hdpi-screen.png

Before After
Width: 800  |  Height: 480  |  Size: 13 KiB

BIN
resources/android/splash/drawable-land-ldpi-screen.png

Before After
Width: 320  |  Height: 200  |  Size: 3.7 KiB

BIN
resources/android/splash/drawable-land-mdpi-screen.png

Before After
Width: 480  |  Height: 320  |  Size: 6.9 KiB

BIN
resources/android/splash/drawable-land-xhdpi-screen.png

Before After
Width: 1280  |  Height: 720  |  Size: 39 KiB

BIN
resources/android/splash/drawable-land-xxhdpi-screen.png

Before After
Width: 1600  |  Height: 960  |  Size: 58 KiB

BIN
resources/android/splash/drawable-land-xxxhdpi-screen.png

Before After
Width: 1920  |  Height: 1280  |  Size: 87 KiB

BIN
resources/android/splash/drawable-port-hdpi-screen.png

Before After
Width: 480  |  Height: 800  |  Size: 13 KiB

BIN
resources/android/splash/drawable-port-ldpi-screen.png

Before After
Width: 200  |  Height: 320  |  Size: 3.5 KiB

BIN
resources/android/splash/drawable-port-mdpi-screen.png

Before After
Width: 320  |  Height: 480  |  Size: 7.0 KiB

BIN
resources/android/splash/drawable-port-xhdpi-screen.png

Before After
Width: 720  |  Height: 1280  |  Size: 38 KiB

BIN
resources/android/splash/drawable-port-xxhdpi-screen.png

Before After
Width: 960  |  Height: 1600  |  Size: 54 KiB

BIN
resources/android/splash/drawable-port-xxxhdpi-screen.png

Before After
Width: 1280  |  Height: 1920  |  Size: 80 KiB

BIN
resources/icon.png

Before After
Width: 1024  |  Height: 1024  |  Size: 59 KiB

BIN
resources/ios/icon/icon-40.png

Before After
Width: 40  |  Height: 40  |  Size: 1.2 KiB

BIN
resources/ios/icon/icon-40@2x.png

Before After
Width: 80  |  Height: 80  |  Size: 3.5 KiB

BIN
resources/ios/icon/icon-50.png

Before After
Width: 50  |  Height: 50  |  Size: 1.9 KiB

BIN
resources/ios/icon/icon-50@2x.png

Before After
Width: 100  |  Height: 100  |  Size: 4.6 KiB

BIN
resources/ios/icon/icon-60.png

Before After
Width: 60  |  Height: 60  |  Size: 2.4 KiB

BIN
resources/ios/icon/icon-60@2x.png

Before After
Width: 120  |  Height: 120  |  Size: 5.9 KiB

BIN
resources/ios/icon/icon-60@3x.png

Before After
Width: 180  |  Height: 180  |  Size: 11 KiB

BIN
resources/ios/icon/icon-72.png

Before After
Width: 72  |  Height: 72  |  Size: 2.8 KiB

BIN
resources/ios/icon/icon-72@2x.png

Before After
Width: 144  |  Height: 144  |  Size: 7.6 KiB

BIN
resources/ios/icon/icon-76.png

Before After
Width: 76  |  Height: 76  |  Size: 3.2 KiB

BIN
resources/ios/icon/icon-76@2x.png

Before After
Width: 152  |  Height: 152  |  Size: 8.1 KiB

BIN
resources/ios/icon/icon-small.png

Before After
Width: 29  |  Height: 29  |  Size: 818 B

BIN
resources/ios/icon/icon-small@2x.png

Before After
Width: 58  |  Height: 58  |  Size: 2.2 KiB

BIN
resources/ios/icon/icon-small@3x.png

Before After
Width: 87  |  Height: 87  |  Size: 3.8 KiB

BIN
resources/ios/icon/icon.png

Before After
Width: 57  |  Height: 57  |  Size: 2.1 KiB

BIN
resources/ios/icon/icon@2x.png

Before After
Width: 114  |  Height: 114  |  Size: 5.6 KiB

BIN
resources/ios/splash/Default-568h@2x~iphone.png

Before After
Width: 640  |  Height: 1136  |  Size: 31 KiB

BIN
resources/ios/splash/Default-667h.png

Before After
Width: 750  |  Height: 1334  |  Size: 40 KiB

BIN
resources/ios/splash/Default-736h.png

Before After
Width: 1242  |  Height: 2208  |  Size: 44 KiB

BIN
resources/ios/splash/Default-Landscape-736h.png

Before After
Width: 2208  |  Height: 1242  |  Size: 44 KiB

BIN
resources/ios/splash/Default-Landscape@2x~ipad.png

Before After
Width: 2048  |  Height: 1536  |  Size: 100 KiB

BIN
resources/ios/splash/Default-Landscape~ipad.png

Before After
Width: 1024  |  Height: 768  |  Size: 22 KiB

BIN
resources/ios/splash/Default-Portrait@2x~ipad.png

Before After
Width: 1536  |  Height: 2048  |  Size: 97 KiB

BIN
resources/ios/splash/Default-Portrait~ipad.png

Before After
Width: 768  |  Height: 1024  |  Size: 22 KiB

BIN
resources/ios/splash/Default@2x~iphone.png

Before After
Width: 640  |  Height: 960  |  Size: 18 KiB

BIN
resources/ios/splash/Default~iphone.png

Before After
Width: 320  |  Height: 480  |  Size: 7.0 KiB

BIN
resources/splash.png

Before After
Width: 2208  |  Height: 2208  |  Size: 61 KiB

+ 23
- 0
scss/ionic.app.scss

@ -0,0 +1,23 @@
/*
To customize the look and feel of Ionic, you can override the variables
in ionic's _variables.scss file.
For example, you might change some of the default colors:
$light: #fff !default;
$stable: #f8f8f8 !default;
$positive: #387ef5 !default;
$calm: #11c1f3 !default;
$balanced: #33cd5f !default;
$energized: #ffc900 !default;
$assertive: #ef473a !default;
$royal: #886aea !default;
$dark: #444 !default;
*/
// The path for our ionicons font files, relative to the built CSS in www/css
$ionicons-font-path: "../lib/ionic/fonts" !default;
// Include all of Ionic
@import "www/lib/ionic/scss/ionic";

+ 22
- 0
www/css/style.css

@ -0,0 +1,22 @@
/* Empty. Add your own CSS if you like */
.o-imgMenu{
width: 25px!important;
height: 25px!important;
}
.o-imgTitle{
width: 40px!important;
height: 40px!important;
}
.o-bold{
font-weight: bold!important;
}
.o-float-right{
float: right;
}
.o-text-right{
text-align: right;
}
.o-mini-text{
font-size: 12px;
display: inline-block;
}

BIN
www/img/asking.png

Before After
Width: 512  |  Height: 512  |  Size: 15 KiB

BIN
www/img/avatars/anteater.png

Before After
Width: 512  |  Height: 512  |  Size: 8.1 KiB

BIN
www/img/avatars/bat.png

Before After
Width: 512  |  Height: 512  |  Size: 10 KiB

BIN
www/img/avatars/beetle.png

Before After
Width: 512  |  Height: 512  |  Size: 16 KiB

BIN
www/img/avatars/bulldog.png

Before After
Width: 512  |  Height: 512  |  Size: 17 KiB

BIN
www/img/avatars/butterfly.png

Before After
Width: 512  |  Height: 512  |  Size: 11 KiB

BIN
www/img/avatars/camel.png

Before After
Width: 512  |  Height: 512  |  Size: 13 KiB

BIN
www/img/avatars/cat.png

Before After
Width: 512  |  Height: 512  |  Size: 17 KiB

BIN
www/img/avatars/chameleon.png

Before After
Width: 512  |  Height: 512  |  Size: 15 KiB

BIN
www/img/avatars/clown-fish.png

Before After
Width: 512  |  Height: 512  |  Size: 21 KiB

BIN
www/img/avatars/cobra.png

Before After
Width: 512  |  Height: 512  |  Size: 17 KiB

BIN
www/img/avatars/cow.png

Before After
Width: 512  |  Height: 512  |  Size: 21 KiB

BIN
www/img/avatars/crab.png

Before After
Width: 512  |  Height: 512  |  Size: 17 KiB

BIN
www/img/avatars/crocodile.png

Before After
Width: 512  |  Height: 512  |  Size: 8.7 KiB

BIN
www/img/avatars/duck.png

Before After
Width: 512  |  Height: 512  |  Size: 9.6 KiB

BIN
www/img/avatars/elephant.png

Before After
Width: 512  |  Height: 512  |  Size: 11 KiB

BIN
www/img/avatars/frog.png

Before After
Width: 512  |  Height: 512  |  Size: 15 KiB

BIN
www/img/avatars/giraffe.png

Before After
Width: 512  |  Height: 512  |  Size: 17 KiB

BIN
www/img/avatars/hen.png

Before After
Width: 512  |  Height: 512  |  Size: 12 KiB

BIN
www/img/avatars/hippopotamus.png

Before After
Width: 512  |  Height: 512  |  Size: 11 KiB

BIN
www/img/avatars/kangaroo.png

Before After
Width: 512  |  Height: 512  |  Size: 11 KiB

BIN
www/img/avatars/lion.png

Before After
Width: 512  |  Height: 512  |  Size: 17 KiB

BIN
www/img/avatars/llama.png

Before After
Width: 512  |  Height: 512  |  Size: 8.4 KiB

BIN
www/img/avatars/macaw.png

Before After
Width: 512  |  Height: 512  |  Size: 14 KiB

BIN
www/img/avatars/monkey.png

Before After
Width: 512  |  Height: 512  |  Size: 16 KiB

BIN
www/img/avatars/moose.png

Before After
Width: 512  |  Height: 512  |  Size: 11 KiB

BIN
www/img/avatars/mouse.png

Before After
Width: 512  |  Height: 512  |  Size: 10 KiB

BIN
www/img/avatars/octopus.png

Before After
Width: 512  |  Height: 512  |  Size: 21 KiB

BIN
www/img/avatars/ostrich.png

Before After
Width: 512  |  Height: 512  |  Size: 12 KiB

BIN
www/img/avatars/owl.png

Before After
Width: 512  |  Height: 512  |  Size: 15 KiB

BIN
www/img/avatars/panda.png

Before After
Width: 512  |  Height: 512  |  Size: 12 KiB

BIN
www/img/avatars/pelican.png

Before After
Width: 512  |  Height: 512  |  Size: 11 KiB

BIN
www/img/avatars/penguin.png

Before After
Width: 512  |  Height: 512  |  Size: 14 KiB

BIN
www/img/avatars/pig.png

Before After
Width: 512  |  Height: 512  |  Size: 13 KiB

BIN
www/img/avatars/rabbit.png

Before After
Width: 512  |  Height: 512  |  Size: 12 KiB

BIN
www/img/avatars/racoon.png

Before After
Width: 512  |  Height: 512  |  Size: 13 KiB

BIN
www/img/avatars/ray.png

Before After
Width: 512  |  Height: 512  |  Size: 12 KiB

BIN
www/img/avatars/rhinoceros.png

Before After
Width: 512  |  Height: 512  |  Size: 10 KiB

BIN
www/img/avatars/sea-cow.png

Before After
Width: 512  |  Height: 512  |  Size: 7.5 KiB

Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save