Added todo_responsive with Mohammad's first dabblings
BIN
todo_responsive/Images/about-background.jpg
Executable file
|
After Width: | Height: | Size: 140 KiB |
BIN
todo_responsive/Images/connect_app.png
Executable file
|
After Width: | Height: | Size: 3.2 KiB |
BIN
todo_responsive/Images/create_account.png
Executable file
|
After Width: | Height: | Size: 5.7 KiB |
BIN
todo_responsive/Images/icon-accounts.png
Executable file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
todo_responsive/Images/icon-branches.png
Executable file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
todo_responsive/Images/icon-counterparties.png
Executable file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
todo_responsive/Images/icon-entitlements.png
Executable file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
todo_responsive/Images/icon-kyc.png
Executable file
|
After Width: | Height: | Size: 2.7 KiB |
BIN
todo_responsive/Images/icon-messages.png
Executable file
|
After Width: | Height: | Size: 2.2 KiB |
BIN
todo_responsive/Images/icon-metadata.png
Executable file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
todo_responsive/Images/icon-requests.png
Executable file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
todo_responsive/Images/icon-security.png
Executable file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
todo_responsive/Images/icon-transactions.png
Executable file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
todo_responsive/Images/item-1.png
Executable file
|
After Width: | Height: | Size: 2.2 KiB |
BIN
todo_responsive/Images/item-2.png
Executable file
|
After Width: | Height: | Size: 2.5 KiB |
BIN
todo_responsive/Images/item-3.png
Executable file
|
After Width: | Height: | Size: 2.7 KiB |
BIN
todo_responsive/Images/mail.png
Executable file
|
After Width: | Height: | Size: 4.2 KiB |
BIN
todo_responsive/Images/plus.png
Executable file
|
After Width: | Height: | Size: 847 B |
BIN
todo_responsive/Images/slack.png
Executable file
|
After Width: | Height: | Size: 2.7 KiB |
BIN
todo_responsive/Images/test_data.png
Executable file
|
After Width: | Height: | Size: 4.9 KiB |
BIN
todo_responsive/Images/twitter.png
Executable file
|
After Width: | Height: | Size: 4.9 KiB |
1415
todo_responsive/css/base.css
Executable file
6
todo_responsive/css/bootstrap.min.css
vendored
Executable file
11
todo_responsive/css/cookies-consent.css
Executable file
@ -0,0 +1,11 @@
|
||||
#cookies-consent {
|
||||
background-color:#ffffe1;
|
||||
display:none;
|
||||
text-align: center;
|
||||
position: absolute;
|
||||
width: 1050px;
|
||||
margin:auto;
|
||||
left: 0;
|
||||
top: 0;
|
||||
right: 0;
|
||||
}
|
||||
437
todo_responsive/index.html
Executable file
@ -0,0 +1,437 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
|
||||
<title>OBP</title>
|
||||
<link rel="icon" type="image/png" href="/static/img/favicon.ico" />
|
||||
<link href="./css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="./css/base.css" rel="stylesheet">
|
||||
<link href="./css/cookies-consent.css" rel="stylesheet">
|
||||
|
||||
|
||||
<!-- Bootstrap -->
|
||||
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
|
||||
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
|
||||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||||
<!--[if lt IE 9]>
|
||||
<!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
|
||||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
|
||||
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
|
||||
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
<div class="cookies">
|
||||
<h2> We use cookies to support session management.
|
||||
<a class="btn btn-primary" href="">Click here</a>
|
||||
</h2>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12 col-xs-12">
|
||||
<div id="main-about" >
|
||||
<div id="main-about-box">
|
||||
<div id="main-about-text" >
|
||||
<h2>Welcome to the API Sandbox powered by the Open Bank Project!</h2>
|
||||
<p>This sandbox, powered by the Open Bank Project, provides a standard RESTful interface for developers to create customer facing applications for account types. You can use it as a flexible toolbox of data and services to help bring your ideas to life! Use this sandbox to explore the API catalogue, test an example API-powered application, and register for a developer key so you can start building your own applications., test an example API-powered application, and register for a developer key so you can start building your own applications., test an example API-powered application, and register for a developer key so you can start building your own applications.<br> </p>
|
||||
</div>
|
||||
<div id="main-about-buttons">
|
||||
<a href="" style="float:left">GET API KEY</a>
|
||||
<a href="" style="float:left">EXPLORE API</a>
|
||||
<a href="" style="float:left">UTILITY APP</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<img class="img-responsive center-block" src="./Images/about-background.jpg" width="1050px" length="600px">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>-->
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
|
||||
<ul class="nav nav-tabs" role="tablist">
|
||||
<li class="active"><a href="#">Home</a></li>
|
||||
<li><a href="#">Get API Key</a></li>
|
||||
<li><a href="#">Create Bank Account</a></li>
|
||||
<li><a href="#">Login</a></li>
|
||||
</ul>
|
||||
<div class="col-xs-12" class="col-md-12" id="bg">
|
||||
|
||||
<div class="box">
|
||||
<h3>This sandbox, powered by the Open Bank Project, provides a standard RESTful interface for developers to create customer facing applications for account types. You can use it as a flexible toolbox of data and </h3>
|
||||
<button type="button" class="btn btn-primary">GET API KEY</button>
|
||||
<button type="button" class="btn btn-primary">EXPLORE API</button>
|
||||
<button type="button" class="btn btn-primary">UTILITY APP</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-xs-12 col-md-12">
|
||||
<div class="well well-lg">
|
||||
<div id="main-get_started">
|
||||
<h1>Get Started</h1>
|
||||
</div>
|
||||
<div class="main-get_started-row">
|
||||
<div class="main-get_started-cell main-get_started-icon">
|
||||
<div class="img1">
|
||||
<img class="img-responsive" src="./Images/create_account.png" >
|
||||
</div>
|
||||
|
||||
<!--<img src="./Images/connect_app.png" width="260" height="260" alt="create account" />-->
|
||||
</div>
|
||||
<div class="main-get_started-cell">
|
||||
<div class="imag1">
|
||||
<img class="img-responsive" src="./Images/item-1.png" >
|
||||
</div>
|
||||
</div>
|
||||
<div class="main-get_started-cell">
|
||||
<h2>Create an account</h2>
|
||||
<p>First, create a free developer account on this sandbox and request a developer key. You will be asked to submit basic information about your app at this stage. Register <a href="/user_mgt/sign_up">here</a>.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="main-get_started-row">
|
||||
<div class="main-get_started-cell">
|
||||
<h2>Connect your app</h2>
|
||||
<p>Use our SDKs to connect your app to the Open Bank Project APIs. You will need your developer key, which was provided to you when you created an account. See all available APIs on the API Explorer. Please make sure you are using the correct base URL.</p>
|
||||
</div>
|
||||
<div class="main-get_started-cell">
|
||||
<div class="imag2">
|
||||
<img class="img-responsive" src="./Images/item-2.png" >
|
||||
</div>
|
||||
</div>
|
||||
<div class="main-get_started-cell main-get_started-icon">
|
||||
<img class="img-responsive" src="./Images/connect_app.png">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="main-get_started-row">
|
||||
<div class="main-get_started-cell main-get_started-icon">
|
||||
<img class="img-responsive" src="./Images/test_data.png">
|
||||
</div>
|
||||
<div class="main-get_started-cell">
|
||||
<div class="imag3">
|
||||
<img class="img-responsive" src="./Images/item-3.png">
|
||||
</div>
|
||||
</div>
|
||||
<div class="main-get_started-cell">
|
||||
<h2>Test your app using customer data</h2>
|
||||
<p>Once your app is connected, you can test it using test customer credentials. You can find a list of available customer logins for this sandbox <a class="example_sandbox_credentials_link" data-lift="WebUI.exampleSandboxCredentialsLink" href="https://github.com/OpenBankProject/OBP-API/wiki/">here</a>.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<button type="button" class="btn btn-success center-block">Get your API key</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-xs-12 col-md-12">
|
||||
<h1 class="text-center">Your APIs</h1>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-xs-12 col-md-2">
|
||||
<img class="img-responsive center-block " src="./Images/icon-accounts.png">
|
||||
</div>
|
||||
<div class="col-xs-12 col-md-4">
|
||||
<h2 >Accounts</h2>
|
||||
<h4 >Access the user's list of accounts and account information such as the balance.</h4>
|
||||
</div>
|
||||
<div class="col-xs-12 col-md-2">
|
||||
<img class="img-responsive center-block" src="./Images/icon-branches.png" >
|
||||
</div>
|
||||
<div class="col-xs-12 col-md-4">
|
||||
<h2>Branches, ATMs</h2>
|
||||
<h4>Access the list of branches and ATMs for the specified bank including geolocation and opening hours.</h4>
|
||||
</div>
|
||||
<div class="col-xs-12 col-md-2">
|
||||
<img class="img-responsive center-block" src="./Images/icon-transactions.png">
|
||||
</div>
|
||||
<div class="col-xs-12 col-md-4">
|
||||
<h2>Transactions</h2>
|
||||
<h4>Access the transaction history and metadata of accounts.</h4>
|
||||
</div>
|
||||
<div class="col-xs-12 col-md-2">
|
||||
<img class="img-responsive center-block" src="./Images/icon-metadata.png">
|
||||
</div>
|
||||
<div class="col-xs-12 col-md-4">
|
||||
<h2>Metadata</h2>
|
||||
<h4>Enrich transactions and counterparties with metadata including geolocations, comments, pictures and tags (e.g. category of spending).</h4>
|
||||
</div>
|
||||
<div class="col-xs-12 col-md-2">
|
||||
<img class="img-responsive center-block" src="./Images/icon-counterparties.png">
|
||||
</div>
|
||||
<div class="col-xs-12 col-md-4">
|
||||
<h2>counterparties</h2>
|
||||
<h4>Access the payers & payees of an account including metadata such as their aliases, labels, logos and home pages.</h4>
|
||||
</div>
|
||||
<div class="col-xs-12 col-md-2">
|
||||
<img class="img-responsive center-block" src="./Images/icon-entitlements.png">
|
||||
</div>
|
||||
<div class="col-xs-12 col-md-4">
|
||||
<h2>counterparties</h2>
|
||||
<h4>Enable account holders to grant fine-grained access to third-party users and applications. For instance, a business account might provide auditors with full read-only access whilst coworkers might only see the account balance.</h4>
|
||||
</div>
|
||||
<div class="col-xs-12 col-md-2">
|
||||
<img class="img-responsive center-block" src="./Images/icon-messages.png">
|
||||
</div>
|
||||
<div class="col-xs-12 col-md-4">
|
||||
<h2>Customer meetings, messages and video conferencing.</h2>
|
||||
<h4>Enable customer meetings, messages and video conferencing for KYC and CRM operations (uses third party video streaming).</h4>
|
||||
</div>
|
||||
<div class="col-xs-12 col-md-2">
|
||||
<img class="img-responsive center-block" src="./Images/icon-security.png">
|
||||
</div>
|
||||
<div class="col-xs-12 col-md-4">
|
||||
<h2>Security challenges</h2>
|
||||
<h4>Step up authentication using the generic challenge / response mechanism for sensitive operations e.g. to progress a transfer, the user must supply a mobile TAN.</h4>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-xs-12 col-md-2">
|
||||
<img class="img-responsive center-block" src="./Images/icon-requests.png">
|
||||
</div>
|
||||
|
||||
<div class="col-xs-12 col-md-4">
|
||||
<h2>Payments & Transaction requests</h2>
|
||||
<h4>Initiate transfers. View and confirm charges (as per PSD2).</h4>
|
||||
</div>
|
||||
<div class="col-xs-12 col-md-2">
|
||||
<img class="img-responsive center-block" src="./Images/icon-kyc.png">
|
||||
</div>
|
||||
<div class="col-xs-12 col-md-4">
|
||||
<h2>Onboarding & KYC</h2>
|
||||
<h4>Perform user, customer and account creation. Access Know Your Customer (KYC) documents, media and KYC status.</h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="main-apiexplorer" class="green-button">
|
||||
<a class="api-explorer-link" data-lift="WebUI.apiExplorerLink" href="">Go to API Explorer</a>
|
||||
</div>
|
||||
|
||||
<div id="main-showcases" class="container">
|
||||
<div class="row">
|
||||
<div class="col-xs-12 col-md-12">
|
||||
|
||||
<h1 class="text-center">SDK Showcases</h1>
|
||||
</div>
|
||||
<div class="col-xs-12 col-md-3 ">
|
||||
<div class="main-showcases-item">
|
||||
<a href="https://github.com/OpenBankProject/Hello-OBP-DirectLogin-Python"><img src="https://static.openbankproject.com/images/sandbox/showcases/python.png" width="156" height="156" alt="python" /></a>
|
||||
<h2>Python</h2>
|
||||
By <a href="https://github.com/OpenBankProject/Hello-OBP-DirectLogin-Python">OpenBankProject</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xs-12 col-md-3 ">
|
||||
<div class="main-showcases-item">
|
||||
<a href="https://github.com/OpenBankProject/Hello-OBP-OAuth1.0a-Django"><img src="https://static.openbankproject.com/images/sandbox/showcases/django.png" width="156" height="156" alt="django" /></a>
|
||||
<h2>Django</h2>
|
||||
By <a href="https://github.com/OpenBankProject/Hello-OBP-OAuth1.0a-Django">OpenBankProject</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xs-12 col-md-3 ">
|
||||
<div class="main-showcases-item">
|
||||
<a href="https://github.com/OpenBankProject/Hello-OBP-OAuth1.0a-Node"><img src="https://static.openbankproject.com/images/sandbox/showcases/nodejs.png" width="156" height="156" alt="nodejs" /></a>
|
||||
<h2>NodeJS</h2>
|
||||
By <a href="https://github.com/OpenBankProject/Hello-OBP-OAuth1.0a-Node">OpenBankProject</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xs-12 col-md-3 ">
|
||||
<div class="main-showcases-item">
|
||||
<a href="https://github.com/OpenBankProject/Hello-OBP-OAuth1.0a-Mac"><img src="https://static.openbankproject.com/images/sandbox/showcases/mac.png" width="156" height="156" alt="mac"/></a>
|
||||
<h2>Mac</h2>
|
||||
By <a href="https://github.com/OpenBankProject/Hello-OBP-OAuth1.0a-Mac">OpenBankProject</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xs-12 col-md-3 ">
|
||||
<div class="main-showcases-item">
|
||||
<a href="https://github.com/OpenBankProject/Hello-OBP-OAuth1.0a-IOS"><img src="https://static.openbankproject.com/images/sandbox/showcases/ios.png" width="156" height="156" alt="ios" /></a>
|
||||
<h2>IOS</h2>
|
||||
By <a href="https://github.com/OpenBankProject/Hello-OBP-OAuth1.0a-IOS">OpenBankProject</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xs-12 col-md-3 ">
|
||||
<div class="main-showcases-item">
|
||||
<a href="https://github.com/OpenBankProject/Hello-OBP-OAuth1.0a-Android"><img src="https://static.openbankproject.com/images/sandbox/showcases/android.png" width="156" height="156" alt="android" /></a>
|
||||
<h2>Android</h2>
|
||||
By <a href="https://github.com/OpenBankProject/Hello-OBP-OAuth1.0a-Android">OpenBankProject</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xs-12 col-md-3 ">
|
||||
<div class="main-showcases-item">
|
||||
<a href="https://github.com/OpenBankProject/Social-Finance"><img src="https://static.openbankproject.com/images/sandbox/showcases/scala.png" width="156" height="156" alt="scala" /></a>
|
||||
<h2>Scala (liftweb)</h2>
|
||||
By <a href="https://github.com/OpenBankProject/Social-Finance">OpenBankProject</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xs-12 col-md-3 ">
|
||||
<div class="main-showcases-item">
|
||||
<a href="https://github.com/solonas/OBP-PHP-HelloWorld"><img src="https://static.openbankproject.com/images/sandbox/showcases/php.png" width="156" height="156" alt="php" /></a>
|
||||
<h2>PHP</h2>
|
||||
By <a href="https://github.com/solonas/OBP-PHP-HelloWorld">Solonas</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xs-12">
|
||||
<div class="main-showcases-item">
|
||||
<a href="http://obp.sckhoo.com"><img src="https://static.openbankproject.com/images/sandbox/showcases/csharp.png" width="156" height="156" alt="csharp" ></a>
|
||||
<h2 >C#</h2>
|
||||
By <a href="http://obp.sckhoo.com">Sweechem</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xs-12 col-md-12 ">
|
||||
<h4 class="text-center">Please make sure you are using the correct sandbox domain when using the SDKs. In doubt, drop us a line.</h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="main-faq" class="container">
|
||||
<div class="row">
|
||||
<div class="col-xs-12 col-md-12">
|
||||
<h1 class="text-center">FAQs</h1>
|
||||
</div>
|
||||
<div class="col-xs-1 col-md-1">
|
||||
<img class="img-responsive" src="./Images/plus.png" >
|
||||
</div>
|
||||
<div class="col-xs-11 col-md-5">
|
||||
<h2>What is the correct base URL for this sandbox?</h2>
|
||||
|
||||
</div>
|
||||
<div class="col-xs-1 col-md-1">
|
||||
<img class="img-responsive " src="./Images/plus.png" >
|
||||
</div>
|
||||
<div class="col-xs-11 col-md-5">
|
||||
<h2>I got a 404 error, what am I doing wrong</h2>
|
||||
|
||||
</div>
|
||||
<div class="col-xs-1 col-md-1">
|
||||
<img class="img-responsive" src="./Images/plus.png" >
|
||||
</div>
|
||||
<div class="col-xs-11 col-md-5">
|
||||
<h2>How should I login?</h2>
|
||||
</div>
|
||||
<div class="col-xs-1 col-md-1">
|
||||
<img class="img-responsive" src="./Images/plus.png" >
|
||||
</div>
|
||||
<div class="col-xs-11 col-md-5">
|
||||
<h2>How can I use OAuth?</h2>
|
||||
</div>
|
||||
<div class="col-xs-1 col-md-1">
|
||||
<img class="img-responsive" src="./Images/plus.png" >
|
||||
</div>
|
||||
<div class="col-xs-11 col-md-5">
|
||||
<h2>Where can I read the API documentation?</h2>
|
||||
</div>
|
||||
<div class="col-xs-1 col-md-1">
|
||||
<img class="img-responsive" src="./Images/plus.png" >
|
||||
</div>
|
||||
<div class="col-xs-11 col-md-5">
|
||||
<h2>What are some customer logins I can use? </h2>
|
||||
</div>
|
||||
<div class="col-xs-1 col-md-1">
|
||||
<img class="img-responsive" src="./Images/plus.png" >
|
||||
</div>
|
||||
<div class="col-xs-11 col-md-5">
|
||||
<h2>How much does it cost? </h2>
|
||||
</div>
|
||||
<div class="col-xs-1 col-md-1">
|
||||
<img class="img-responsive" src="./Images/plus.png" >
|
||||
</div>
|
||||
<div class="col-xs-11 col-md-5">
|
||||
<h2>Who owns the IP of the code I create?</h2>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-xs-12 col-md-12">
|
||||
<h1 class="text-center"><strong>Get started building your application using this</strong></h1>
|
||||
</div>
|
||||
<div class="col-xs-12 col-md-12">
|
||||
<h1 class="text-center"><strong>sandbox now, register for a developer key</strong></h1>
|
||||
</div>
|
||||
<div class="col-xs-12 col-md-12">
|
||||
<div class="green-button">
|
||||
<a href="/consumer-registration">Get your API key</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!--<div id="main-partners" class="lift:WebUI.createMainPartners">
|
||||
<a href="">
|
||||
<img src="" alt="">
|
||||
</a>
|
||||
</div>-->
|
||||
|
||||
<div id="main-support" class="container">
|
||||
<div class="row">
|
||||
<div class="col-xs-12 col-md-4">
|
||||
<img class="img-responsive center-block" src="./Images/mail.png" >
|
||||
<h2>Email us</h2>
|
||||
<a href="mailto:contact@openbankproject.com">contact@openbankproject.com</a>
|
||||
</div>
|
||||
<div class="col-xs-12 col-md-4">
|
||||
<img class="img-responsive center-block" src="./Images/twitter.png" >
|
||||
<h2>Email us</h2>
|
||||
<a href="https://twitter.com/openbankproject">@OpenBankProject</a>
|
||||
</div>
|
||||
<div class="col-xs-12 col-md-4">
|
||||
<img class="img-responsive center-block" src="./Images/slack.png" >
|
||||
<h2>Email us</h2>
|
||||
<a href="http://slack.openbankproject.com">slack.openbankproject.com</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="footer" class="container">
|
||||
<div class="row">
|
||||
<div class="col-xs-12 col-md-12">
|
||||
|
||||
<a href="http://openbankproject.com">Open Bank Project</a> is ©2011-2016 <a href="http://tesobe.com">TESOBE</a> and distributed under the AGPL and commercial licenses.
|
||||
|
||||
</div>
|
||||
<div class="col-xs-12 col-md-12">
|
||||
<a href="http://twitter.com/#!/OpenBankProject">Twitter</a> |
|
||||
<a href="https://github.com/OpenBankProject/OBP-API/">Github</a> |
|
||||
<a class="api-documentation-link lift:WebUI.apiDocumentationLink" href="">API Documentation</a> |
|
||||
<a class="api-explorer-link lift:WebUI.apiExplorerLink" href="">API Explorer</a> |
|
||||
<a class="sofi-link lift:WebUI.sofiLink" href="">Sofi</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
|
||||
<!-- Include all compiled plugins (below), or include individual files as needed -->
|
||||
<!--<script src="js/bootstrap.min.js"></script>-->
|
||||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
|
||||
</body>
|
||||
</html>
|
||||