Skip to content

Commit 3f0a66f

Browse files
authored
Merge pull request #4 from danvitoriano/feature-RC
Feature rc
2 parents ac8a144 + 5b07b36 commit 3f0a66f

File tree

4 files changed

+81
-2
lines changed

4 files changed

+81
-2
lines changed

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
<h1 class="project-name">The-coop-angularjs</h1>
1515
<h2 class="project-tagline">The Coop&#39;s API integration POC with AngularJS and oAuth</h2>
1616
<a href="https://github.com/danvitoriano/the-coop-angularjs" class="btn">View on GitHub</a>
17-
<a href="https://github.com/danvitoriano/the-coop-angularjs/zipball/master" class="btn">Download .zip</a>
18-
<a href="https://github.com/danvitoriano/the-coop-angularjs/tarball/master" class="btn">Download .tar.gz</a>
17+
<a href="https://danvitoriano.github.io/the-coop-angularjs/" class="btn">Home</a>
18+
<a href="https://danvitoriano.github.io/the-coop-angularjs/login.html" class="btn">Login</a>
1919
</section>
2020

2121
<section class="main-content">

js/login.js

Whitespace-only changes.

login.html

+53
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
<!DOCTYPE html>
2+
<html lang="en-us">
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>The-coop-angularjs by danvitoriano</title>
6+
<meta name="viewport" content="width=device-width, initial-scale=1">
7+
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
8+
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
9+
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
10+
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
11+
</head>
12+
<body>
13+
<section class="page-header">
14+
<h1 class="project-name">The-coop-angularjs</h1>
15+
<h2 class="project-tagline">The Coop&#39;s API integration POC with AngularJS and oAuth</h2>
16+
<a href="https://github.com/danvitoriano/the-coop-angularjs" class="btn">View on GitHub</a>
17+
<a href="https://danvitoriano.github.io/the-coop-angularjs/" class="btn">Home</a>
18+
<a href="https://danvitoriano.github.io/the-coop-angularjs/login.html" class="btn">Login</a>
19+
</section>
20+
21+
<section class="main-content">
22+
<h3>
23+
<a id="welcome-to-github-pages" class="anchor" href="#welcome-to-github-pages" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Login</h3>
24+
25+
<form>
26+
<fieldset>
27+
<legend>Fill the input with your data</legend>
28+
<label for="email">E-mail</label>
29+
<input type="email" name="email" id="email">
30+
<label for="password">Password</label>
31+
<input type="password" name="password" id="password">
32+
<button type="submit">Submit</button>
33+
</fieldset>
34+
</form>
35+
36+
37+
38+
39+
40+
41+
<footer class="site-footer">
42+
<span class="site-footer-owner"><a href="https://github.com/danvitoriano/the-coop-angularjs">The-coop-angularjs</a> is maintained by <a href="https://github.com/danvitoriano">danvitoriano</a>.</span>
43+
44+
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <a href="https://twitter.com/jasonlong">Jason Long</a>.</span>
45+
</footer>
46+
47+
</section>
48+
49+
<script>
50+
51+
</script>
52+
</body>
53+
</html>

package.json

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"name": "the-coop-angularjs",
3+
"version": "1.0.0",
4+
"description": "The Coop's API integration POC with AngularJS and oAuth",
5+
"main": "login.html",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/danvitoriano/the-coop-angularjs.git"
12+
},
13+
"keywords": [
14+
"angularjs",
15+
"api"
16+
],
17+
"author": "danvitoriano",
18+
"license": "MIT",
19+
"bugs": {
20+
"url": "https://github.com/danvitoriano/the-coop-angularjs/issues"
21+
},
22+
"homepage": "https://github.com/danvitoriano/the-coop-angularjs#readme",
23+
"dependencies": {
24+
"gulp-install": "^0.6.0"
25+
}
26+
}

0 commit comments

Comments
 (0)