From 4556188a0edd837c1f1fd364cd9c47dcb7c0c81c Mon Sep 17 00:00:00 2001 From: Danilo Vitoriano Date: Wed, 2 Nov 2016 21:35:05 -0200 Subject: [PATCH 1/4] duplicate pages and add links --- index.html | 4 ++-- login.html | 42 ++++++++++++++++++++++++++++++++++++++++++ package.json | 26 ++++++++++++++++++++++++++ 3 files changed, 70 insertions(+), 2 deletions(-) create mode 100644 login.html create mode 100644 package.json diff --git a/index.html b/index.html index 16246e0..915b8fd 100644 --- a/index.html +++ b/index.html @@ -14,8 +14,8 @@

The-coop-angularjs

The Coop's API integration POC with AngularJS and oAuth

View on GitHub - Download .zip - Download .tar.gz + Home + Login
diff --git a/login.html b/login.html new file mode 100644 index 0000000..99700e3 --- /dev/null +++ b/login.html @@ -0,0 +1,42 @@ + + + + + The-coop-angularjs by danvitoriano + + + + + + + + + +
+

+Login

+ +

This automatic page generator is the easiest way to create beautiful pages for all of your projects. Author your page content here using GitHub Flavored Markdown, select a template crafted by a designer, and publish. After your page is generated, you can check out the new gh-pages branch locally. If you’re using GitHub Desktop, simply sync your repository and you’ll see the new branch.

+ + + + + + + + +
+ + + + diff --git a/package.json b/package.json new file mode 100644 index 0000000..b648309 --- /dev/null +++ b/package.json @@ -0,0 +1,26 @@ +{ + "name": "the-coop-angularjs", + "version": "1.0.0", + "description": "The Coop's API integration POC with AngularJS and oAuth", + "main": "login.html", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/danvitoriano/the-coop-angularjs.git" + }, + "keywords": [ + "angularjs", + "api" + ], + "author": "danvitoriano", + "license": "MIT", + "bugs": { + "url": "https://github.com/danvitoriano/the-coop-angularjs/issues" + }, + "homepage": "https://github.com/danvitoriano/the-coop-angularjs#readme", + "dependencies": { + "gulp-install": "^0.6.0" + } +} From 646fb9e3d4d6d57a88c766bd7a31c3e5be14b4b0 Mon Sep 17 00:00:00 2001 From: Danilo Vitoriano Date: Wed, 2 Nov 2016 21:35:58 -0200 Subject: [PATCH 2/4] add js files --- js/login.js | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 js/login.js diff --git a/js/login.js b/js/login.js new file mode 100644 index 0000000..e69de29 From 0cadd1700c3b5fcfc521322896b401b007482576 Mon Sep 17 00:00:00 2001 From: Danilo Vitoriano Date: Wed, 2 Nov 2016 21:48:51 -0200 Subject: [PATCH 3/4] add login form HTML --- login.html | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 login.html diff --git a/login.html b/login.html new file mode 100644 index 0000000..6ceb5cb --- /dev/null +++ b/login.html @@ -0,0 +1,53 @@ + + + + + The-coop-angularjs by danvitoriano + + + + + + + + + +
+

+Login

+ +
+
+ Fill the input with your data + + + + + +
+
+ + + + + + + + +
+ + + + From 9dd54f0d9fb74819dae02439c6732f838e1c5add Mon Sep 17 00:00:00 2001 From: Danilo Vitoriano Date: Wed, 2 Nov 2016 22:16:02 -0200 Subject: [PATCH 4/4] rebase feature-RC --- login.html | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/login.html b/login.html index 99700e3..6ceb5cb 100644 --- a/login.html +++ b/login.html @@ -22,7 +22,16 @@

The Coop's API integration POC with AngularJS an

Login

-

This automatic page generator is the easiest way to create beautiful pages for all of your projects. Author your page content here using GitHub Flavored Markdown, select a template crafted by a designer, and publish. After your page is generated, you can check out the new gh-pages branch locally. If you’re using GitHub Desktop, simply sync your repository and you’ll see the new branch.

+
+
+ Fill the input with your data + + + + + +
+
@@ -37,6 +46,8 @@

- +