Skip to content

Commit

Permalink
Merge pull request #5 from danvitoriano/1.0.0-rc
Browse files Browse the repository at this point in the history
1.0.0-RC
  • Loading branch information
danvitoriano authored Nov 3, 2016
2 parents ac8a144 + 3f0a66f commit 8ce71f0
Show file tree
Hide file tree
Showing 4 changed files with 81 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<h1 class="project-name">The-coop-angularjs</h1>
<h2 class="project-tagline">The Coop&#39;s API integration POC with AngularJS and oAuth</h2>
<a href="https://github.com/danvitoriano/the-coop-angularjs" class="btn">View on GitHub</a>
<a href="https://github.com/danvitoriano/the-coop-angularjs/zipball/master" class="btn">Download .zip</a>
<a href="https://github.com/danvitoriano/the-coop-angularjs/tarball/master" class="btn">Download .tar.gz</a>
<a href="https://danvitoriano.github.io/the-coop-angularjs/" class="btn">Home</a>
<a href="https://danvitoriano.github.io/the-coop-angularjs/login.html" class="btn">Login</a>
</section>

<section class="main-content">
Expand Down
Empty file added js/login.js
Empty file.
53 changes: 53 additions & 0 deletions login.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>The-coop-angularjs by danvitoriano</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
</head>
<body>
<section class="page-header">
<h1 class="project-name">The-coop-angularjs</h1>
<h2 class="project-tagline">The Coop&#39;s API integration POC with AngularJS and oAuth</h2>
<a href="https://github.com/danvitoriano/the-coop-angularjs" class="btn">View on GitHub</a>
<a href="https://danvitoriano.github.io/the-coop-angularjs/" class="btn">Home</a>
<a href="https://danvitoriano.github.io/the-coop-angularjs/login.html" class="btn">Login</a>
</section>

<section class="main-content">
<h3>
<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>

<form>
<fieldset>
<legend>Fill the input with your data</legend>
<label for="email">E-mail</label>
<input type="email" name="email" id="email">
<label for="password">Password</label>
<input type="password" name="password" id="password">
<button type="submit">Submit</button>
</fieldset>
</form>






<footer class="site-footer">
<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>

<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>
</footer>

</section>

<script>

</script>
</body>
</html>
26 changes: 26 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit 8ce71f0

Please sign in to comment.