-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
325 lines (262 loc) · 13.7 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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:image" content="https://go.hacktx.com/img/icon.png" />
<meta property="og:url" content="https://api.hacktx.com" />
<meta property="og:title" content="HackTX 2017" />
<meta property="og:description" content="Information and help for HackTX 2017" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@HackTX" />
<meta name="twitter:title" content="HackTX 2017" />
<meta name="twitter:description" content="Company APIs available at HackTX 2017" />
<meta name="twitter:image" content="https://go.hacktx.com/img/icon.png" />
<link rel="apple-touch-icon" sizes="180x180" href="img/apple-touch-icon.png">
<link rel="icon" type="image/png" href="static/img/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="static/img/favicon-16x16.png" sizes="16x16">
<link rel="mask-icon" href="static/img/safari-pinned-tab.svg" color="#cc0019">
<link rel="shortcut icon" href="static/img/favicon.ico">
<meta name="theme-color" content="#124E78">
<title>HackTX API Directory</title>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="static/css/materialize.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<link href="static/css/main.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<link href="static/css/auto-complete.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script type="text/javascript" src="static/js/velocity.min.js"></script>
<script type="text/javascript" src="static/js/hammer.min.js"></script>
<script type="text/javascript" src="static/js/global.js"></script>
<script type="text/javascript" src="static/js/toasts.js"></script>
<script type="text/javascript" src="static/js/waves.js"></script>
<script type="text/javascript" src="static/js/leanModal.js"></script>
<script type="text/javascript" src="static/js/searchbox.js"></script>
<script type="text/javascript" src="static/js/search.js"></script>
</head>
<body>
<header>
<div class="section hacktx17-purple">
<div class="container">
<h1 class="center-align">
<a href="." class="tan-text">HackTX API Portal</a>
</h1>
<div class="input-field search-div">
<input name="query" id="search" class="white-text" type="search" required>
<label for="search"><i class="material-icons">search</i></label>
<i class="material-icons"id="close-button">close</i>
</div>
</div>
</div>
</header>
<main>
<div class="section">
<h2 class="tan-text section-header">APIs</h2>
<div class="container">
<div class="row">
<div class="col s12 l6 api-card-div" id="citi">
<div class="card small hoverable">
<div class="center api-img-wrapper">
<img src="static/img/partners/citi.png" class="api-img">
</div>
<div class="card-content">
<p class="block-with-text modal-trigger" href="#citi-modal">
Citi's Developer Hub!
</p>
</div>
<div class="card-action">
<div class="card-links">
<a class="modal-trigger" href="#citi-modal">More Info</a>
<a target="_blank" href="https://developer.citi.com/">Visit Website</a>
</div>
<div class="chip-links">
<div class="chip keyword-chip">citi</div>
<div class="chip keyword-chip">banking</div>
</div>
</div>
</div>
</div>
<div class="col s12 l6 api-card-div" id="microsoft">
<div class="card small hoverable">
<div class="center api-img-wrapper">
<img src="static/img/partners/microsoft.png" class="api-img">
</div>
<div class="card-content">
<p class="block-with-text modal-trigger" href="#microsoft-modal">
Infuse your apps, websites and bots with intelligent algorithms to see, hear, speak, understand and interpret your user needs through natural methods of communication.
</p>
</div>
<div class="card-action">
<div class="card-links">
<a class="modal-trigger" href="#microsoft-modal">More Info</a>
<a target="_blank" href="https://azure.microsoft.com/en-us/services/cognitive-services/">Visit Website</a>
</div>
<div class="chip-links">
<div class="chip keyword-chip">ai</div>
<div class="chip keyword-chip">microsoft</div>
</div>
</div>
</div>
</div>
<div class="col s12 l6 api-card-div" id="capitalone">
<div class="card small hoverable">
<div class="center api-img-wrapper">
<img src="static/img/partners/capital-one.png" class="api-img">
</div>
<div class="card-content">
<p class="block-with-text modal-trigger" href="#capitalone-modal">
Nessie is Capital One’s Hackathon API that gives you access to a multitude of real public-facing data - such as ATM and bank branch locations - along with mock customer account data. Use HTTP requests to set up peer-to-peer transactions, simulate a weekly paycheck, or even schedule bills for customers! This is all structured in a way that resembles how we actually run things here at Capital One.
</p>
</div>
<div class="card-action">
<div class="card-links">
<a class="modal-trigger" href="#capitalone-modal">More Info</a>
<a target="_blank" href="http://api.reimaginebanking.com/">Visit Website</a>
</div>
<div class="chip-links">
<div class="chip keyword-chip">REST</div>
<div class="chip keyword-chip">banking</div>
<div class="chip keyword-chip">jQuery</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="divider"></div>
<h2 class="tan-text section-header">Company Challenges</h2>
<div class="container">
<div class="row">
<div class="col s12 l6 api-card-div" id="citi-challenge">
<div class="card small hoverable">
<div class="center api-img-wrapper">
<img src="static/img/partners/citi.png" class="api-img">
</div>
<div class="card-content">
<p class="block-with-text modal-trigger" href="#citi-challenge-modal">
We challenge you to help people get a better understanding of their financial lives through any interface you choose - you can create insights by mixing APIs, provide recommendations of better budgeting, or anything else related to personal finance. You can qualify for our prize in two ways
1. Use Citi's APIs in any project (at developer.citi.com)
OR
2. Build any project that helps people with their personal finance.
If your project fits either criteria you are eligible to win a Raspberry Pi kit! Each member of the top two teams will receive this prize!
Ask us questions on the #Citi channel or through any of our mentors. If you want to use our API platform, message us on Slack, chat with our mentors, or come to our booth to get login credentials as we are in closed beta.
<br>
Each Member of Top 2 Teams: Raspberry Pi Kit
</p>
</div>
<div class="card-action">
<div class="card-links">
<a class="modal-trigger" href="#citi-challenge-modal">More Info</a>
<a target="_blank" href="https://developer.citi.com/">Visit Website</a>
</div>
<div class="chip-links">
<div class="chip keyword-chip">citi</div>
<div class="chip keyword-chip">banking</div>
<div class="chip keyword-chip">finance</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="citi-modal" class="modal">
<div class="modal-content">
<h3 class="modal-title">Citi</h3>
<div class="divider"></div>
<h4 class="modal-header">Description</h4>
<p>Citi's Developer Hub!</p>
</div>
<div class="modal-footer">
<a class="modal-action modal-close waves-effect waves-hacktx btn-flat">Close</a>
<a target="_blank" class="waves-effect waves-hacktx btn-flat" href="https://developer.citi.com/">Visit Website</a>
</div>
</div>
<div id="microsoft-modal" class="modal">
<div class="modal-content">
<h3 class="modal-title">Microsoft</h3>
<div class="divider"></div>
<h4 class="modal-header">Description</h4>
<p>Infuse your apps, websites and bots with intelligent algorithms to see, hear, speak, understand and interpret your user needs through natural methods of communication.</p>
</div>
<div class="modal-footer">
<a class="modal-action modal-close waves-effect waves-hacktx btn-flat">Close</a>
<a target="_blank" class="waves-effect waves-hacktx btn-flat" href="https://azure.microsoft.com/en-us/services/cognitive-services/">Visit Website</a>
</div>
</div>
<div id="capitalone-modal" class="modal">
<div class="modal-content">
<h3 class="modal-title">Capital One</h3>
<div class="divider"></div>
<h4 class="modal-header">Description</h4>
<p>Nessie is Capital One’s Hackathon API that gives you access to a multitude of real public-facing data - such as ATM and bank branch locations - along with mock customer account data. Use HTTP requests to set up peer-to-peer transactions, simulate a weekly paycheck, or even schedule bills for customers! This is all structured in a way that resembles how we actually run things here at Capital One.</p>
</div>
<div class="modal-footer">
<a class="modal-action modal-close waves-effect waves-hacktx btn-flat">Close</a>
<a target="_blank" class="waves-effect waves-hacktx btn-flat" href="http://api.reimaginebanking.com/">Visit Website</a>
</div>
</div>
<div id="citi-challenge-modal" class="modal">
<div class="modal-content">
<h3 class="modal-title">Generate Consumer Insights Using Citi APIs (Citi FinTech)</h3>
<div class="divider"></div>
<h4 class="modal-header">Description</h4>
<p>We challenge you to help people get a better understanding of their financial lives through any interface you choose - you can create insights by mixing APIs, provide recommendations of better budgeting, or anything else related to personal finance. You can qualify for our prize in two ways</p>
<p>1. Use Citi's APIs in any project (at developer.citi.com)</p>
<p>OR</p>
<p>2. Build any project that helps people with their personal finance.</p>
<p>If your project fits either criteria you are eligible to win a Raspberry Pi kit! Each member of the top two teams will receive this prize!</p>
<p>Ask us questions on the #Citi channel or through any of our mentors. If you want to use our API platform, message us on Slack, chat with our mentors, or come to our booth to get login credentials as we are in closed beta.</p>
<div class="divider"></div>
<h4 class="modal-header">Prizes</h4>
<h5>Each Member of Top 2 Teams</h5>
<p>Raspberry Pi Kit</h5>
</div>
<div class="modal-footer">
<a class="modal-action modal-close waves-effect waves-hacktx btn-flat">Close</a>
<a target="_blank" class="waves-effect waves-hacktx btn-flat" href="https://developer.citi.com/">Visit Website</a>
</div>
</div>
</main>
<footer class="page-footer hacktx17-purple">
<div class="container">
<div class="row">
<div class="col l6 s12">
<h5 class="white-text">HackTX 2017</h5>
</div>
<div class="col l3 s12">
<h5 class="white-text">Links</h5>
<ul>
<li><a class="white-text" href="https://hacktx.com">HackTX</a></li>
<li><a class="white-text" href="https://api.hacktx.com">API Directory</a></li>
<li><a class="white-text" href="https://static.mlh.io/docs/mlh-code-of-conduct.pdf">Code of Conduct</a></li>
<li><a class="white-text" href="https://hacktx-16f.slack.com">Slack</a></li>
</ul>
</div>
<div class="col l3 s12">
<h5 class="white-text">Social</h5>
<ul>
<li><a class="white-text" href="https://facebook.com/HackTX">Facebook</a></li>
<li><a class="white-text" href="https://twitter.com/HackTX">Twitter</a></li>
<li><a class="white-text" href="https://github.com/HackTX">GitHub</a></li>
</ul>
</div>
</div>
</div>
<div class="footer-copyright hacktx17-purple">
<div class="container">
<a class="red-text text-lighten-3" href="http://freetailhackers.com">Freetail Hackers</a>
</div>
</div>
</footer>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-80884741-4', 'auto');
ga('send', 'pageview');
</script>
<script type="text/javascript" src="static/js/auto-complete.min.js"></script>
</body>
</html>