Skip to content

Commit 55cc398

Browse files
Create index.html
1 parent 94e037d commit 55cc398

File tree

1 file changed

+130
-0
lines changed

1 file changed

+130
-0
lines changed

sdstartup-hacknight/index.html

Lines changed: 130 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,130 @@
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 the SD Startup HackNight!</h3>
51+
<p class="lead">Here you will find useful information and sample code to build an integration with QuickBooks Online.</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="div-get-started"><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/app/developer/qbo/docs/get-started" target="_blank">app</a></li>
63+
<li>Generate OAuth tokens using <a href="https://developer.intuit.com/v2/ui#/playground" target="_blank">playground</a></li>
64+
</ul>
65+
</br>
66+
</div>
67+
68+
<div class="card pin col-sm-5 col-md-4 col-lg-4" id="div-tools"><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>
69+
<ul class="list">
70+
<li>Explore API using <a href="https://developer.intuit.com/app/developer/qbo/docs/api/accounting/most-commonly-used/account" target="_blank">API explorer</a></li>
71+
<li>Download <a href="https://github.com/intuitdeveloper" target="_blank">samples</a></li>
72+
<li>Use <a href="hhttps://developer.intuit.com/app/developer/qbo/docs/develop/sdks-and-samples" target="_blank">SDKs</a> to code faster</li>
73+
<li>Download <a href="https://developer.intuit.com/app/developer/qbo/docs/develop/sandboxes/postman" target="_default">postman collection</a></li>
74+
<li>Use <a href="https://developer.intuit.com/app/developer/qbo/docs/develop/sandboxes/manage-your-sandboxes" target="_blank">sandbox</a> for testing</li>
75+
</ul>
76+
</br>
77+
</div>
78+
79+
<div class="card pin col-sm-5 col-md-4 col-lg-4" id="div-samples"><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>
80+
<ul class="list">
81+
<li><a href="https://github.com/IntuitDeveloper/HelloWorldApp-MVC5-Dotnet" target="_blank">DotNet</a></li>
82+
<li><a href="https://github.com/IntuitDeveloper/HelloWorld-Java" target="_blank">Java</a></li>
83+
<li><a href="https://github.com/IntuitDeveloper/oauth2-nodejs" target="_blank">Node.js</a></li>
84+
<li><a href="https://github.com/IntuitDeveloper/HelloWorld-PHP" target="_blank">PHP</a></li>
85+
<li><a href="https://github.com/IntuitDeveloper/OAuth2PythonSampleApp" target="_blank">Python</a></li>
86+
<li><a href="https://github.com/IntuitDeveloper/OAuth2_RubyOnRails">Ruby</a></li>
87+
</ul>
88+
</div>
89+
90+
<div class="card pin col-sm-5 col-md-4 col-lg-4" id="div-invoicing"><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>
91+
92+
<ul class="list">
93+
<li>Understand <a href="https://developer.intuit.com/app/developer/qbo/docs/concepts/invoicing" target="_blank">Invoicing Concept</a></li>
94+
<li>Check out <a href="https://developer.intuit.com/docs/api/accounting/invoice" target="_blank">Invoice API Reference</a></li>
95+
<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>
96+
</ul>
97+
</br></br></br></br></br>
98+
</div>
99+
100+
<div class="card pin col-sm-5 col-md-4 col-lg-4" id="div-billing"><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>
101+
102+
<ul class="list">
103+
<li>Understand <a href="https://developer.intuit.com/app/developer/qbo/docs/concepts/pay-bills" target="_blank">Paying the Bill Concept</a></li>
104+
<li>Check out <a href="https://developer.intuit.com/docs/api/accounting/bill" target="_blank">Bill API Reference</a></li>
105+
<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>
106+
</ul>
107+
</br></br></br></br></br>
108+
</div>
109+
110+
111+
</div> <!-- /container -->
112+
113+
<!-- Site footer -->
114+
<footer class="footer">
115+
<nav class="footer-navigation">
116+
<p class="copyright">&copy; 2025 Intuit, Inc. All rights reserved. Intuit and QuickBooks are registered trademarks of Intuit Inc. </p>
117+
</nav>
118+
</footer>
119+
<script>
120+
function myFunction() {
121+
var x = document.getElementById("myDIV");
122+
if (x.style.display === "none") {
123+
x.style.display = "block";
124+
} else {
125+
x.style.display = "none";
126+
}
127+
}
128+
129+
</body>
130+
</html>

0 commit comments

Comments
 (0)