-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
99 lines (77 loc) · 3.31 KB
/
index.html
File metadata and controls
99 lines (77 loc) · 3.31 KB
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
<!doctype html>
<html lang="en-US">
<head>
<!-- Google Site Tag -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-138502146-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-138502146-1');
</script>
<!-- End Google Site Tag -->
<title>venture network</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, minimum-scale=1, initial-scale=1, user-scalable=no">
<meta name="keywords" content="design,pitch,code,fund,market,support" />
<meta name="description" content="venture marketplace" />
<meta name="theme-color" content="#0d0e18">
<meta name="application-name" content="appeligo">
<meta property="og:type" content="website" />
<meta property="og:site_name" content="appeligo" />
<meta property="og:title" content="traditionally modern" />
<meta property="og:description"
content="team discovery, angel investments, modern frameworks, native designs, brilliantly scaleable, continuous delivery" />
<meta property="og:image" content="https://appeligo.com/img/social-preview.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@appeligo" />
<meta name="twitter:creator" content="@appeligo" />
<link rel="stylesheet" href="/static/css/gzc7ibl.css" type="text/css" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css"
integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay" crossorigin="anonymous">
<link rel="stylesheet" href="/static/css/color.css" type="text/css" />
<link rel="stylesheet" href="/static/css/font.css" type="text/css" />
<link rel="stylesheet" href="/static/css/layout.css" type="text/css" />
<link rel="stylesheet" href="/static/css/layou" type="text/css" />
<link rel="icon" href="/static/img/icon-light.png" />
<link rel="apple-touch-icon" href="/static/img/icon-light.png" />
<link rel="canonical" href="https://appeligo.com" />
<link rel="manifest" href="/manifest.json">
</head>
<body>
<a href=".">
<div class="header">
<p class="site-name fs2 fw5">APPELIGO</p>
</div>
</a>
<div class="flex-container">
</div>
<div class="footer" style="width: 100%;">
<a href="/partners">
<img class="site-icon" src="/partners/icon.svg" style="float: right;width: 20%;" />
</a>
<a href="/discover">
<img class="site-icon" src="/discover/icon.svg" style="float: right;width: 20%;" />
</a>
<a href="/latest">
<img class="site-icon" src="/latest/icon.svg" style="float: right;width: 20%;" />
</a>
<a href="/startups">
<img class="site-icon" src="/startups/icon.svg" style="float: right;width: 20%;" />
</a>
<a href="/research">
<img class="site-icon" src="/research/icon.svg" style="float: right;width: 20%;" />
</a>
</div>
<script type="text/javascript">
if (navigator.serviceWorker != null) {
navigator.serviceWorker.register('sw-swr.js')
.then(function (registration) {
console.log('Registered events at scope: ', registration.scope);
});
}
</script>
</body>
</html>