Browse Source

ménage dans le repo + début de modification du contenu

Simon WIRTH 7 years ago
parent
commit
386426873e

File diff suppressed because it is too large
+ 8 - 0
public/Pages/aujourdhui.html


File diff suppressed because it is too large
+ 35 - 0
public/Pages/vision.html


BIN
public/img/bullet_leaf.png


BIN
public/img/bullet_tree.png


BIN
public/img/favicon.png


BIN
public/img/photos/chaise.jpg


BIN
public/img/photos/chantier_maison.jpg


BIN
public/img/photos/domaine.jpg


BIN
public/img/photos/jardin.jpg


BIN
public/img/photos/repas.jpg


BIN
public/img/photos/repas_collectif.jpg


BIN
public/img/photos/roue_maison.jpg


BIN
public/img/photos/toit_maison.jpg


+ 11 - 0
public/js/services/tera.js

@@ -0,0 +1,11 @@
+angular.module('teraService', [])
+
+	// super simple service
+	// each function returns a promise object 
+	.factory('Tera', ['$http',function($http) {
+		return {
+			get : function() {
+				return $http.get('/api/tera');
+			}
+		}
+	}]);

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