Skip to content

Commit 59f6e9c

Browse files
committed
hack prototype
1 parent 6cbdbb2 commit 59f6e9c

File tree

2 files changed

+156
-0
lines changed

2 files changed

+156
-0
lines changed

css/justified-nav.css

+13
Original file line numberDiff line numberDiff line change
@@ -460,6 +460,19 @@ label.search span
460460
}
461461
}
462462

463+
@media (min-width: 1200px) {
464+
.col-lg-4
465+
466+
#updated .col-lg-4
467+
{
468+
width: 24.25%;
469+
}
470+
.col-lg-2
471+
{
472+
width: 25%
473+
}
474+
}
475+
463476
@media (min-width: 768px) {
464477
.nav-justified {
465478
max-height: 52px;

hack/index.html

+143
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,143 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<meta name="viewport" content="width=device-width, initial-scale=1">
7+
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
8+
<!-- for GA tracking-->
9+
<meta name="ippcat" content="GitHub" />
10+
<meta name="description" content="">
11+
<meta name="author" content="">
12+
13+
<title>Intuit Developer @ Github</title>
14+
15+
<link href="../css/bootstrap.min.css" rel="stylesheet">
16+
<link rel="shortcut icon" href="../assets/img/favicon.ico" />
17+
18+
19+
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
20+
<link href="../assets/css/ie10-viewport-bug-workaround.css" rel="stylesheet">
21+
22+
<!-- Custom styles for this template -->
23+
<link href="../css/justified-nav.css" rel="stylesheet">
24+
25+
<!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
26+
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
27+
<script src="../assets/js/ie-emulation-modes-warning.js"></script>
28+
29+
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
30+
<!--[if lt IE 9]>
31+
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
32+
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
33+
<![endif]-->
34+
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
35+
</head>
36+
<body>
37+
38+
<div class="container">
39+
40+
<!-- The justified navigation menu is meant for single line per list item.
41+
Multiple lines will require custom code not provided by Bootstrap. -->
42+
<div class="masthead">
43+
44+
<h3 id="titlehead" >Intuit Developer<a id="githublink" href="http://github.com/intuitdeveloper">Intuit Developer Github</a></br><a id="githublink" href="https://gist.github.com/IntuitDeveloperRelations">Intuit Developer Gist</a></h3>
45+
</div>
46+
<hr>
47+
48+
<!-- Jumbotron -->
49+
<div class="jumbotron">
50+
<h3>Welcome to SmallBizHack!</h3>
51+
<p class="lead">Here you will find useful information and sample code to complete your app.</p>
52+
</div>
53+
<hr>
54+
55+
<h4>The Challenge</h4>
56+
<p class="lead">Create a solution that saves a small business time or money.</p>
57+
58+
<hr>
59+
<div class="card pin col-sm-5 col-md-4 col-lg-4" id="OAuth2-Dotnet_UsingSDK"><a href="https://developer.intuit.com/docs/00_quickbooks_online/1_get_started/00_get_started" target="_blank"><h5>Getting Started</h5></a><p>Use the steps below to get started with QuickBooks API</p>
60+
<ul class="list">
61+
<li>Create a <a href="https://developer.intuit.com" target="_blank">developer account</a></li>
62+
<li>Create an <a href="https://developer.intuit.com/v2/ui#/app/startcreate" target="_blank">app</a></li>
63+
<li>Generate OAuth tokens using <a href="https://developer.intuit.com/v2/ui#/playground" target="_blank">playround</a></li>
64+
<li>Make the API call - <a href="#" onclick="myFunction()" >click</a> to see the curl request.
65+
<div style="display:none" id="myDIV">
66+
curl -X GET 'https://sandbox-quickbooks.api.intuit.com/v3/company/company id/companyinfo/company id/?minorversion=12' -H 'accept: application/json' -H 'authorization: Bearer accesstoken' -H 'content-type: application/json'
67+
</div>
68+
</li>
69+
</ul>
70+
</div>
71+
72+
<div class="card pin col-sm-5 col-md-4 col-lg-4" id="OAuth2-Dotnet_UsingSDK"><a href="https://developer.intuit.com/docs/00_quickbooks_online/1_get_started/00_get_started" target="_blank"><h5>Tools</h5></a><p>Use the tools below to get started with QuickBooks API</p>
73+
<ul class="list">
74+
<li>Explore API using <a href="https://developer.intuit.com/v2/apiexplorer?apiname=V3QBO#?id=Account" target="_blank">API explorer</a></li>
75+
<li>Download <a href="https://github.com/intuitdeveloper" target="_blank">samples</a></li>
76+
<li>Use <a href="https://developer.intuit.com/docs/00_quickbooks_online/2_build/40_sdks" target="_blank">SDKs</a> to code faster</li>
77+
<li>Download <a href="https://developer.intuit.com/docs/00_quickbooks_online/2_build/20_explore_the_quickbooks_online_api/20_postman" target="_default">postman collection</a></li>
78+
<li>Use <a href="https://developer.intuit.com/v2/ui#/sandbox" target="_blank">sandbox</a> for testing</li>
79+
</ul>
80+
</div>
81+
82+
<div class="card pin col-sm-5 col-md-4 col-lg-4" id="OAuth2-Dotnet_UsingSDK"><a href="https://developer.intuit.com/app/developer/qbo/docs/develop/sdks-and-samples" target="_blank"><h5>Samples</h5></a><p>Clone the samples below in the languge of your choice to use QuickBooks API</p>
83+
<ul class="list">
84+
<li><a href="https://github.com/IntuitDeveloper/HackathonSamples/tree/master/dotnet/SampleApp_hackathon" target="_blank">DotNet</a></li>
85+
<li><a href="https://github.com/IntuitDeveloper/HackathonSamples/tree/master/java" target="_blank">Java</a></li>
86+
<li><a href="https://github.com/IntuitDeveloper/HackathonSamples/tree/master/nodejs/Nodejs_OAuth2Sample_hackathon" target="_blank">Node.js</a></li>
87+
<li><a href="https://github.com/IntuitDeveloper/HackathonSamples/tree/master/php" target="_blank">PHP</a></li>
88+
<li><a href="https://github.com/IntuitDeveloper/HackathonSamples/tree/master/python/Python_OAuth2Sample_hackathon" target="_blank">Python</a></li>
89+
</ul>
90+
</div>
91+
92+
<div class="card pin col-sm-5 col-md-4 col-lg-4" id="OAuth2-Dotnet_UsingSDK"><a href="https://developer.intuit.com/app/developer/qbo/docs/concepts/invoicing" target="_blank"><h5>Invoicing</h5></a><p>Use the steps below to understand the "Invoicing" concept and build an app around it</p>
93+
94+
<ul class="list">
95+
<li>Understand <a href="https://developer.intuit.com/app/developer/qbo/docs/concepts/invoicing" target="_blank">Invoicing Concept</a></li>
96+
<li>Check out <a href="https://developer.intuit.com/docs/api/accounting/invoice" target="_blank">Invoice API Reference</a></li>
97+
<li>Use the invoice sample <a href="https://github.com/IntuitDeveloper/QBOConceptsTutorial-DotNet/blob/master/MvcCodeFlowClientManual/Controllers/InvoicingController.cs" target="_blank">DotNet</a> - <a href="https://github.com/IntuitDeveloper/QBOConceptsTutorial-Java/blob/master/src/main/java/com/intuit/developer/tutorials/controller/InvoiceController.java" target="_blank">Java</a> - <a href="https://github.com/IntuitDeveloper/QBOConceptsTutorial-PHP/blob/master/InvoiceAndBilling.php" target="_blank">PHP</a> to build an app</li>
98+
</ul>
99+
</br></br>
100+
</div>
101+
102+
<div class="card pin col-sm-5 col-md-4 col-lg-4" id="OAuth2-Dotnet_UsingSDK"><a href="https://developer.intuit.com/app/developer/qbo/docs/concepts/pay-bills" target="_blank"><h5>Billing</h5></a><p>Use the steps below to understand the "Pay Bill" concept and build an app around it</p>
103+
104+
<ul class="list">
105+
<li>Understand <a href="https://developer.intuit.com/app/developer/qbo/docs/concepts/pay-bills" target="_blank">Paying the Bill Concept</a></li>
106+
<li>Check out <a href="https://developer.intuit.com/docs/api/accounting/bill" target="_blank">Bill API Reference</a></li>
107+
<li>Use the billpay sample <a href="https://github.com/IntuitDeveloper/QBOConceptsTutorial-DotNet/blob/master/MvcCodeFlowClientManual/Controllers/BillingController.cs" target="_blank">DotNet</a> - <a href="https://github.com/IntuitDeveloper/QBOConceptsTutorial-Java/blob/master/src/main/java/com/intuit/developer/tutorials/controller/BillController.java" target="_blank">Java</a> - <a href="https://github.com/IntuitDeveloper/QBOConceptsTutorial-PHP/blob/master/PayBill.php" target="_blank">PHP</a> to build an app</li>
108+
</ul>
109+
</br></br>
110+
</div>
111+
112+
<div class="card pin col-sm-5 col-md-4 col-lg-4" id="OAuth2-Dotnet_UsingSDK"><a href="https://developer.intuit.com/docs/00_quickbooks_online/1_get_started/00_get_started" target="_blank"><h5>API Partners</h5></a><p>We encourage you to use the APIs below (HINT: there are special prizes for the teams who best utilise these APIs), but you’re free to use any other APIs and frameworks to bring your app to life.</p>
113+
</br>
114+
<ul class="list">
115+
<li>QuickBooks Online API - <a href="https://developer.intuit.com" target="_blank">developer.intuit.com</a></li>
116+
<li>Clarifai - <a href="https://clarifai.com/developer" target="_blank">clarifai.com/developer</a></li>
117+
<li>Nexmo - <a href="https://developer.nexmo.com/" target="_blank">developer.nexmo.com</a></li>
118+
<li>Box - <a href="https://developer.box.com/" target="_blank">developer.box.com</a></li>
119+
</br>
120+
</ul>
121+
</div>
122+
123+
124+
</div> <!-- /container -->
125+
126+
<!-- Site footer -->
127+
<footer class="footer">
128+
<nav class="footer-navigation">
129+
<p class="copyright">&copy; 2018 Intuit, Inc. All rights reserved. Intuit and QuickBooks are registered trademarks of Intuit Inc. </p>
130+
</nav>
131+
</footer>
132+
<script>
133+
function myFunction() {
134+
var x = document.getElementById("myDIV");
135+
if (x.style.display === "none") {
136+
x.style.display = "block";
137+
} else {
138+
x.style.display = "none";
139+
}
140+
}
141+
142+
</body>
143+
</html>

0 commit comments

Comments
 (0)