login
85
config.xml
@@ -1,48 +1,49 @@
|
|||||||
<?xml version='1.0' encoding='utf-8'?>
|
<?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">
|
<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>CarsInCommon</name>
|
<name>CarsInCommon</name>
|
||||||
<description>
|
<description>
|
||||||
CarSharing app, for collective use.
|
CarSharing app, for collective use.
|
||||||
</description>
|
</description>
|
||||||
<author email="mail@mail.com" href="http://arnaucode.com/">
|
<author email="mail@mail.com" href="http://arnaucode.com/">
|
||||||
ArnauCode
|
ArnauCode
|
||||||
</author>
|
</author>
|
||||||
<content src="index.html" />
|
<content src="index.html"/>
|
||||||
<access origin="*" />
|
<access origin="*"/>
|
||||||
<preference name="webviewbounce" value="false" />
|
<preference name="webviewbounce" value="false"/>
|
||||||
<preference name="UIWebViewBounce" value="false" />
|
<preference name="UIWebViewBounce" value="false"/>
|
||||||
<preference name="DisallowOverscroll" value="true" />
|
<preference name="DisallowOverscroll" value="true"/>
|
||||||
<preference name="SplashScreenDelay" value="3000" />
|
<preference name="SplashScreenDelay" value="3000"/>
|
||||||
<preference name="FadeSplashScreenDuration" value="500" />
|
<preference name="FadeSplashScreenDuration" value="500"/>
|
||||||
<preference name="android-minSdkVersion" value="16" />
|
<preference name="android-minSdkVersion" value="16"/>
|
||||||
<preference name="BackupWebStorage" value="none" />
|
<preference name="BackupWebStorage" value="none"/>
|
||||||
<preference name="SplashScreen" value="screen" />
|
<preference name="SplashScreen" value="screen"/>
|
||||||
<feature name="StatusBar">
|
<feature name="StatusBar">
|
||||||
<param name="ios-package" onload="true" value="CDVStatusBar" />
|
<param name="ios-package" onload="true" value="CDVStatusBar"/>
|
||||||
</feature>
|
</feature>
|
||||||
<platform name="android">
|
<platform name="android">
|
||||||
<icon density="ldpi" src="resources/android/icon/drawable-ldpi-icon.png" />
|
<icon src="resources/android/icon/drawable-ldpi-icon.png" density="ldpi"/>
|
||||||
<icon density="mdpi" src="resources/android/icon/drawable-mdpi-icon.png" />
|
<icon src="resources/android/icon/drawable-mdpi-icon.png" density="mdpi"/>
|
||||||
<icon density="hdpi" src="resources/android/icon/drawable-hdpi-icon.png" />
|
<icon src="resources/android/icon/drawable-hdpi-icon.png" density="hdpi"/>
|
||||||
<icon density="xhdpi" src="resources/android/icon/drawable-xhdpi-icon.png" />
|
<icon src="resources/android/icon/drawable-xhdpi-icon.png" density="xhdpi"/>
|
||||||
<icon density="xxhdpi" src="resources/android/icon/drawable-xxhdpi-icon.png" />
|
<icon src="resources/android/icon/drawable-xxhdpi-icon.png" density="xxhdpi"/>
|
||||||
<icon density="xxxhdpi" src="resources/android/icon/drawable-xxxhdpi-icon.png" />
|
<icon src="resources/android/icon/drawable-xxxhdpi-icon.png" density="xxxhdpi"/>
|
||||||
<splash density="land-ldpi" src="resources/android/splash/drawable-land-ldpi-screen.png" />
|
<splash src="resources/android/splash/drawable-land-ldpi-screen.png" density="land-ldpi"/>
|
||||||
<splash density="land-mdpi" src="resources/android/splash/drawable-land-mdpi-screen.png" />
|
<splash src="resources/android/splash/drawable-land-mdpi-screen.png" density="land-mdpi"/>
|
||||||
<splash density="land-hdpi" src="resources/android/splash/drawable-land-hdpi-screen.png" />
|
<splash src="resources/android/splash/drawable-land-hdpi-screen.png" density="land-hdpi"/>
|
||||||
<splash density="land-xhdpi" src="resources/android/splash/drawable-land-xhdpi-screen.png" />
|
<splash src="resources/android/splash/drawable-land-xhdpi-screen.png" density="land-xhdpi"/>
|
||||||
<splash density="land-xxhdpi" src="resources/android/splash/drawable-land-xxhdpi-screen.png" />
|
<splash src="resources/android/splash/drawable-land-xxhdpi-screen.png" density="land-xxhdpi"/>
|
||||||
<splash density="land-xxxhdpi" src="resources/android/splash/drawable-land-xxxhdpi-screen.png" />
|
<splash src="resources/android/splash/drawable-land-xxxhdpi-screen.png" density="land-xxxhdpi"/>
|
||||||
<splash density="port-ldpi" src="resources/android/splash/drawable-port-ldpi-screen.png" />
|
<splash src="resources/android/splash/drawable-port-ldpi-screen.png" density="port-ldpi"/>
|
||||||
<splash density="port-mdpi" src="resources/android/splash/drawable-port-mdpi-screen.png" />
|
<splash src="resources/android/splash/drawable-port-mdpi-screen.png" density="port-mdpi"/>
|
||||||
<splash density="port-hdpi" src="resources/android/splash/drawable-port-hdpi-screen.png" />
|
<splash src="resources/android/splash/drawable-port-hdpi-screen.png" density="port-hdpi"/>
|
||||||
<splash density="port-xhdpi" src="resources/android/splash/drawable-port-xhdpi-screen.png" />
|
<splash src="resources/android/splash/drawable-port-xhdpi-screen.png" density="port-xhdpi"/>
|
||||||
<splash density="port-xxhdpi" src="resources/android/splash/drawable-port-xxhdpi-screen.png" />
|
<splash src="resources/android/splash/drawable-port-xxhdpi-screen.png" density="port-xxhdpi"/>
|
||||||
<splash density="port-xxxhdpi" src="resources/android/splash/drawable-port-xxxhdpi-screen.png" />
|
<splash src="resources/android/splash/drawable-port-xxxhdpi-screen.png" density="port-xxxhdpi"/>
|
||||||
</platform>
|
</platform>
|
||||||
<plugin name="cordova-plugin-whitelist" spec="~1.3.1" />
|
<plugin name="cordova-plugin-whitelist" spec="~1.3.1"/>
|
||||||
<plugin name="cordova-plugin-device" spec="~1.1.4" />
|
<plugin name="cordova-plugin-device" spec="~1.1.4"/>
|
||||||
<plugin name="cordova-plugin-splashscreen" spec="~4.0.1" />
|
<plugin name="cordova-plugin-splashscreen" spec="~4.0.1"/>
|
||||||
<plugin name="cordova-plugin-console" spec="~1.0.5" />
|
<plugin name="cordova-plugin-console" spec="~1.0.5"/>
|
||||||
<plugin name="ionic-plugin-keyboard" spec="~2.2.1" />
|
<plugin name="ionic-plugin-keyboard" spec="~2.2.1"/>
|
||||||
|
<icon src="resources/android/icon/drawable-xhdpi-icon.png"/>
|
||||||
</widget>
|
</widget>
|
||||||
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 297 KiB |
|
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 82 KiB |
|
Before Width: | Height: | Size: 6.9 KiB After Width: | Height: | Size: 144 KiB |
|
Before Width: | Height: | Size: 39 KiB After Width: | Height: | Size: 587 KiB |
|
Before Width: | Height: | Size: 58 KiB After Width: | Height: | Size: 886 KiB |
|
Before Width: | Height: | Size: 87 KiB After Width: | Height: | Size: 1.3 MiB |
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 237 KiB |
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 65 KiB |
|
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 112 KiB |
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 475 KiB |
|
Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 704 KiB |
|
Before Width: | Height: | Size: 63 KiB After Width: | Height: | Size: 989 KiB |
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 3.4 KiB |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.9 KiB |
|
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 4.8 KiB |
|
Before Width: | Height: | Size: 7.6 KiB After Width: | Height: | Size: 7.2 KiB |
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 9.7 KiB |
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 3.4 KiB |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.9 KiB |
|
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 4.8 KiB |
|
Before Width: | Height: | Size: 7.6 KiB After Width: | Height: | Size: 7.2 KiB |
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 9.7 KiB |
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 297 KiB |
|
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 82 KiB |
|
Before Width: | Height: | Size: 6.9 KiB After Width: | Height: | Size: 144 KiB |
|
Before Width: | Height: | Size: 39 KiB After Width: | Height: | Size: 587 KiB |
|
Before Width: | Height: | Size: 58 KiB After Width: | Height: | Size: 886 KiB |
|
Before Width: | Height: | Size: 87 KiB After Width: | Height: | Size: 1.3 MiB |
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 237 KiB |
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 65 KiB |
|
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 112 KiB |
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 475 KiB |
|
Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 704 KiB |
|
Before Width: | Height: | Size: 63 KiB After Width: | Height: | Size: 989 KiB |
|
Before Width: | Height: | Size: 59 KiB After Width: | Height: | Size: 9.1 KiB |
|
Before Width: | Height: | Size: 61 KiB After Width: | Height: | Size: 362 KiB |
@@ -8,6 +8,62 @@
|
|||||||
.o_floatRight{
|
.o_floatRight{
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
.o_loginBackground{
|
||||||
|
height: 100%!important;
|
||||||
|
width: 100%;
|
||||||
|
min-height: auto;
|
||||||
|
-webkit-background-size: cover;
|
||||||
|
-moz-background-size: cover;
|
||||||
|
background-size: cover;
|
||||||
|
-o-background-size: cover;
|
||||||
|
background-position: center;
|
||||||
|
background-image: url('../img/userProfileBackground.png');
|
||||||
|
text-align: center;
|
||||||
|
/*color: white;*/
|
||||||
|
|
||||||
|
/* Create the parallax scrolling effect */
|
||||||
|
background-attachment: fixed;
|
||||||
|
background-position: center;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-size: cover;
|
||||||
|
|
||||||
|
color: #ffffff;
|
||||||
|
|
||||||
|
padding-top: 30%;
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Thinking_of_Betty';
|
||||||
|
src: url('../fonts/Thinking_of_Betty.ttf');
|
||||||
|
}
|
||||||
|
.o_loginBackground h1{
|
||||||
|
color: #ffffff!important;
|
||||||
|
margin: 10px;
|
||||||
|
font-family: 'Thinking_of_Betty'
|
||||||
|
/*font-weight: bold;*/
|
||||||
|
}
|
||||||
|
.o_loginDivForm{
|
||||||
|
/*background: rgba(255, 255, 255, 0.2);*/
|
||||||
|
}
|
||||||
|
.o_loginInput{
|
||||||
|
background: rgba(255, 255, 255, 0.2);
|
||||||
|
padding:10px;
|
||||||
|
color: #ffffff;
|
||||||
|
border: 0px;
|
||||||
|
width: 80%;
|
||||||
|
font-size: 120%;
|
||||||
|
}
|
||||||
|
.o_loginInput::-webkit-input-placeholder{
|
||||||
|
color: rgba(255, 255, 255, 0.6);
|
||||||
|
}
|
||||||
|
.o_loginButton{
|
||||||
|
color: rgba(0, 0, 0, 0.8);
|
||||||
|
font-weight: bold;
|
||||||
|
margin: 10%;
|
||||||
|
}
|
||||||
|
.o_transparentBackground{
|
||||||
|
background: rgba(255, 255, 255, 0);
|
||||||
|
color: #ffffff;
|
||||||
|
}
|
||||||
.o_userProfileBackground{
|
.o_userProfileBackground{
|
||||||
min-height: 30%!important;
|
min-height: 30%!important;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|||||||
BIN
www/fonts/Pacifico.ttf
Normal file
BIN
www/fonts/Thinking_of_Betty.ttf
Normal file
|
Before Width: | Height: | Size: 141 KiB |
@@ -1,22 +1,39 @@
|
|||||||
<ion-modal-view>
|
<ion-modal-view>
|
||||||
<ion-content>
|
<ion-content>
|
||||||
<img src="img/header.png" style="width:100%;"/>
|
<div class="o_loginBackground">
|
||||||
<form ng-submit="doLogin()">
|
<div class="o_loginDivForm">
|
||||||
<div class="list padding">
|
<h1>Cars in Common</h1>
|
||||||
<span class="item-note">v0.0.1</span>
|
|
||||||
<md-input-container class="md-block" flex-gt-sm>
|
<span class="item-note">v0.0.1</span>
|
||||||
<label>{{'Username' | translate}}</label>
|
<br><br>
|
||||||
<input ng-model="loginData.username">
|
<p>
|
||||||
</md-input-container>
|
<i class="icon ion-person"></i>
|
||||||
<md-input-container class="md-block" flex-gt-sm>
|
<input ng-model="loginData.username" class="o_loginInput"
|
||||||
<label>{{'Password' | translate}}</label>
|
placeholder="{{'Username' | translate}}">
|
||||||
<input ng-model="loginData.password" type="password">
|
</p>
|
||||||
</md-input-container>
|
<br>
|
||||||
<div>
|
<p>
|
||||||
<md-button class="o_purple100" ng-href="#/app/signup">{{'Signup' | translate}}</md-button>
|
<i class="icon ion-locked"></i>
|
||||||
<md-button class="o_purple300 o_floatRight" ng-click="doLogin()">{{'Login' | translate}}</md-button>
|
<input ng-model="loginData.password" class="o_loginInput"
|
||||||
|
placeholder="{{'Password' | translate}}" style="-webkit-text-security: disc;">
|
||||||
|
</p>
|
||||||
|
<br>
|
||||||
|
<p>
|
||||||
|
<a class="o_loginButton button button-block" ng-click="doLogin()">
|
||||||
|
{{'LOG IN' | translate}}
|
||||||
|
</a>
|
||||||
|
</p>
|
||||||
|
<!--<p>
|
||||||
|
<a class="o_loginButton button button-block" ng-href="#/app/signup">
|
||||||
|
{{'Signup' | translate}}
|
||||||
|
</a>
|
||||||
|
</p>-->
|
||||||
|
<div class="bar bar-footer o_transparentBackground">
|
||||||
|
<a class="button o_purple300 pull-right" ng-href="#/app/signup">
|
||||||
|
{{'SIGN UP' | translate}}
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</div>
|
||||||
</ion-content>
|
</ion-content>
|
||||||
</ion-modal-view>
|
</ion-modal-view>
|
||||||
|
|||||||
@@ -6,11 +6,11 @@
|
|||||||
</a>
|
</a>
|
||||||
<a href="#/app/askCar" class="item item-icon-left o_purple400">
|
<a href="#/app/askCar" class="item item-icon-left o_purple400">
|
||||||
<i class="icon ion-help"></i>
|
<i class="icon ion-help"></i>
|
||||||
Ask for Car
|
Ask for Car (not yet)
|
||||||
</a>
|
</a>
|
||||||
<a href="#/app/askPackage" class="item item-icon-left o_purple300">
|
<a href="#/app/askPackage" class="item item-icon-left o_purple300">
|
||||||
<i class="icon ion-ios-box"></i>
|
<i class="icon ion-ios-box"></i>
|
||||||
Ask for Package
|
Ask for Package (not yet)
|
||||||
</a>
|
</a>
|
||||||
</ion-content>
|
</ion-content>
|
||||||
</ion-view>
|
</ion-view>
|
||||||
|
|||||||