-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from danvitoriano/1.0.0-rc
1.0.0-RC
- Loading branch information
Showing
4 changed files
with
81 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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'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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |