Skip to content

Commit

Permalink
Readme + variables.less removal
Browse files Browse the repository at this point in the history
  • Loading branch information
ldiqual committed Apr 14, 2012
1 parent 308bcfe commit 4a5a3f7
Show file tree
Hide file tree
Showing 7 changed files with 39 additions and 136 deletions.
Binary file not shown.
31 changes: 31 additions & 0 deletions README.md
@@ -0,0 +1,31 @@
Push It
=======

Push It is a simple iPhone application making use of Apache Cordova and jQuery Mobile.
It consists in a very useful button which, when pressed, search for nice places around you (restaurant, movie theater, cafe, shopping).

Screenshots
-------

[](http://lois.di-qual.net/files/pushit/welcome.png)
[](http://lois.di-qual.net/files/pushit/list.png)
[](http://lois.di-qual.net/files/pushit/map.png)

How to build
------------

* Setup [Apache Cordova](http://incubator.apache.org/cordova/)
* Load the project in XCode
* Press "Run" !

What's inside ?
---------------

* Apache Cordova for native device use (here: geolocation)
* jQuery Mobile
* Google Maps API v3
* Maps
* Directions
* Places
* LessCSS to handle some CSS rules
* Icons from [Glyphish Icon Pack](http://glyphish.com/)
120 changes: 0 additions & 120 deletions www/README

This file was deleted.

13 changes: 6 additions & 7 deletions www/index.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title></title>
<title>Push It</title>

<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no;" />
<meta charset="utf-8">
Expand All @@ -17,14 +17,13 @@
// Set to true if you need to debug the app in Chrome/Firefox
var debug = false;
</script>
<script src="http://localhost:8080/target/target-script-min.js#anonymous"></script>
<script type="text/javascript" charset="utf-8" src="javascripts/cordova-1.6.0.js"></script>
<script type="text/javascript" src="javascripts/jquery/jquery-1.7.1.js"></script>
<script type="text/javascript"
<script type="text/javascript" charset="utf-8" src="javascripts/jquery/jquery-1.7.1.js"></script>
<script type="text/javascript" charset="utf-8"
src="http://maps.googleapis.com/maps/api/js?libraries=places&key=AIzaSyDQWO6d3uFsjjeBEllD6C3bGhbX3-11GRM&sensor=false">
</script>
<script type="text/javascript" src="javascripts/jquery/jquery.mobile-1.1.0.js"></script>
<script type="text/javascript" src="javascripts/jquery.inherit.min.js"></script>
<script type="text/javascript" charset="utf-8" src="javascripts/jquery/jquery.mobile-1.1.0.js"></script>
<script type="text/javascript" charset="utf-8" src="javascripts/jquery.inherit.min.js"></script>
<script type="text/javascript" charset="utf-8" src="javascripts/app.js"></script>

<script type="text/javascript">
Expand Down Expand Up @@ -83,4 +82,4 @@
</div>
</div>
</body>
</html>
</html>
3 changes: 1 addition & 2 deletions www/stylesheets/less/style.less
@@ -1,5 +1,4 @@
@import "functions";
@import "variables";

#button-page {
background:url(../images/background.jpg);
Expand Down Expand Up @@ -43,7 +42,7 @@
.ui-icon {
width: 42px!important;
height: 30px!important;
margin-left: -15px !important;
margin-left: -27px !important;
box-shadow: none!important;
-moz-box-shadow: none!important;
-webkit-box-shadow: none!important;
Expand Down
6 changes: 0 additions & 6 deletions www/stylesheets/less/variables.less

This file was deleted.

2 changes: 1 addition & 1 deletion www/stylesheets/style.css
Expand Up @@ -28,7 +28,7 @@
#list-page #categories .ui-btn .ui-icon {
width: 42px!important;
height: 30px!important;
margin-left: -15px !important;
margin-left: -27px !important;
box-shadow: none!important;
-moz-box-shadow: none!important;
-webkit-box-shadow: none!important;
Expand Down

0 comments on commit 4a5a3f7

Please sign in to comment.