-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (38 loc) · 1.71 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<link rel="shortcut icon" href="favicon.png" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/instantsearch.css@7/themes/satellite-min.css" />
<meta name="theme-color" content="#317EFB" />
<meta name="robots" content="index, follow">
<meta name="description" content="Techstars+Algolia Search UI POC for networking signals.">
<script async src="https://www.googletagmanager.com/gtag/js?id=G-CGYW035CZB"></script>
<script>
if (window.location.hostname !== "localhost" && window.location.hostname !== "127.0.0.1") {
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-CGYW035CZB');
} else {
console.log('GA is off.');
}
</script>
<title>Techstars Portfolio Companies (React/Agolia/Techstars)</title>
</head>
<body>
<noscript>You will need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script type="module" src="src/index.tsx"></script>
<footer style="text-align: center; background-color: #EFEFEF; padding: 10px; width: 100%; font-size: 13px; border-top: 1px solid #DFDFDF;">
<a href="https://StephanSmith.solutions" target="_blank">Stephan Smith Solutions</a>
|
<a href="https://github.com/d1b1/techstar-search" target="_blank">Github Repo (Public)</a>
<br>
<Br>
This is a <b>React</b> + <b>Algolia</b> UI to expose the Techstars Dataset. Part of a family of POCs to
help test different UIs for networking signals integrations.
</footer>
</body>
</html>