-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
114 lines (76 loc) · 4.87 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>GrantedByMe by grantedbyme</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/github-light.css">
<meta name="viewport" content="width=device-width">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>GrantedByMe</h1>
<p>Organization Page</p>
<p class="view"><a href="https://github.com/grantedbyme">View My GitHub Profile</a></p>
</header>
<section>
<h1>
<a id="getting-started" class="anchor" href="#getting-started" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Getting started</h1>
<h2>
<a id="install-grantedbyme-mobile-app" class="anchor" href="#install-grantedbyme-mobile-app" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Install GrantedByMe Mobile app</h2>
<p><a href="https://play.google.com/store/apps/details?id=com.grantedbyme.android.auth">Android</a></p>
<p><a href="https://itunes.apple.com/app/grantedby.me/id1141721329?mt=8">iOS</a></p>
<h2>
<a id="users" class="anchor" href="#users" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Users</h2>
<h3>
<a id="login-to-your-account" class="anchor" href="#login-to-your-account" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Login to your account</h3>
<p><a href="https://account.grantedby.me/">GrantedByMe Account</a></p>
<h2>
<a id="service-providers" class="anchor" href="#service-providers" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Service Providers</h2>
<h3>
<a id="create-your-service" class="anchor" href="#create-your-service" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Create your service</h3>
<p><a href="https://services.grantedby.me/service">GrantedByMe Services</a></p>
<h3>
<a id="integrate-grantedbyme-plugin-or-sdk" class="anchor" href="#integrate-grantedbyme-plugin-or-sdk" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Integrate GrantedByMe PlugIn or SDK</h3>
<h4>
<a id="wordpress" class="anchor" href="#wordpress" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>WordPress</h4>
<p><a href="https://github.com/grantedbyme/grantedbyme-wordpress-plugin">PlugIn source</a></p>
<p><a href="https://cdn.grantedby.me/plugins/wordpress/grantedbyme.zip">PlugIn release</a></p>
<p><a href="https://demo.grantedby.me/wordpress">PlugIn demo</a></p>
<h4>
<a id="java" class="anchor" href="#java" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Java</h4>
<p><a href="https://github.com/grantedbyme/grantedbyme-java-sdk">SDK source</a></p>
<p><a href="https://github.com/grantedbyme/grantedbyme-java-example">Example source</a></p>
<h4>
<a id="nodejs" class="anchor" href="#nodejs" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Node.js</h4>
<p><a href="https://github.com/grantedbyme/grantedbyme-nodejs-sdk">SDK source</a></p>
<p><a href="https://github.com/grantedbyme/grantedbyme-nodejs-example">Example source</a></p>
<p><a href="https://demo.grantedby.me/express/login.html">Express.js demo</a></p>
<h4>
<a id="php" class="anchor" href="#php" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>PHP</h4>
<p><a href="https://github.com/grantedbyme/grantedbyme-php-sdk">SDK source</a></p>
<p><a href="https://github.com/grantedbyme/grantedbyme-php-example">Example source</a></p>
<p><a href="https://demo.grantedby.me/fatfree/login.php">FatFree demo</a></p>
<h4>
<a id="python" class="anchor" href="#python" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Python</h4>
<p><a href="https://github.com/grantedbyme/grantedbyme-python-sdk">SDK source</a></p>
<p><a href="https://github.com/grantedbyme/grantedbyme-python-example">Example source</a></p>
<p><a href="https://demo.grantedby.me/flask/login">Flask demo</a></p>
<h4>
<a id="ruby" class="anchor" href="#ruby" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Ruby</h4>
<p><a href="https://github.com/grantedbyme/grantedbyme-ruby-sdk">SDK source</a></p>
<p><a href="https://github.com/grantedbyme/grantedbyme-ruby-example">Example source</a></p>
<p><a href="https://demo.grantedby.me/sinatra/login">Sinatra demo</a></p>
</section>
<footer>
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>