-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (46 loc) · 2.23 KB
/
index.html
File metadata and controls
46 lines (46 loc) · 2.23 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Igniter</title>
<link type="text/css" rel="stylesheet" href="css/main.css" media="screen" content="width=device-width">
<link href='http://fonts.googleapis.com/css?family=Lato:400,700,900,300' rel='stylesheet' type='text/css'>
<link href="images/favicon.ico" rel="shortcut icon">
</head>
<body>
<header class="header">
<img src="images/igniter.png" />
</header>
<p class="sub">Incubation and development,<br>for a better future.</p>
<h2>Currently</h2>
<p>
<a href='https://possibilian.xyz'><b>Possibilian</b></a>
<br>Capital and coordination, for transition.
</p>
<p>
<a href='https://superbenefit.org'><b>SuperBenefit</b></a>
<br>Making better faster.
</p>
<h2>Previous Ventures</h2>
<p>
<a href='https://venturebetter.org'><b>Venture Better</b></a> (practical resources for impact in venture - open sourced)
<br><a href="https://prtnr.notion.site/Welcome-to-Partner-0ed4e5a8cf1a4e1793cc97f20f641de7"><b>Partner</b></a> (protocol for quality of life improvement - retired)
<br><b>PINE</b> (mental health and wellness - retired)
<br><b>socialsca.pe</b> (social innovation - retired)
<br><b>epic.io</b> (collaboration - retired)
<br><b>clean energy developments</b> (cleantech - acquired)
<br><b>amoebacorp</b> (design - acquired)
<br><b>the leaf initaitve</b> (non-profit - acquired)
</p>
<h2>Previous Collaborators</h2>
<p>
<a href="https://www.geneagency.com/">gene</a>
<br><a href="http://mcdonalds.ca">mcdonald's</a>
<br><a href="http://tribalworldwide.com">tribal worldwide</a>
<br><a href="http://normative.com">normative</a>
<br><a href="http://bmo.com">bmo</a>
<br><a href="http://mcconnellfoundation.ca">the j.w. mccconnell family foundation</a>
<br><a href="http://marsdd.com">mars</a></p>
<h2>Contact</h2>
<p>Email: <a href="mailto:hello@igniter.com">hello@igniter.com</a><br>Twitter: <a href="http://www.twitter.com/igniter">@igniter</a></p>
</body>
</html>