-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinvesting.html
More file actions
101 lines (95 loc) · 4.82 KB
/
investing.html
File metadata and controls
101 lines (95 loc) · 4.82 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
100
101
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Angel Investing</title>
<meta name="description" content="">
<meta name="author" content="">
<meta name="viewport" content="width=device-width">
<link href='http://fonts.googleapis.com/css?family=Special+Elite' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="css/styles.css">
<meta property="og:image" content="img/logo.png" />
<meta property="og:image" content="img/sofa.jpg" />
<meta property="og:title" content="Projectlounge: angel investing" />
<meta property="og:description" content="ProjectLounge: open source startup incubation using Ruby on Rails, GitHub, AWS and other agile technology" />
</head>
<body>
<div id="page">
<div id="header">
<div id="logo">
<h1>
<a href="/"></a>
</h1>
</div>
<ul class="menu">
<li><a href="about.html">about</a></li>
<li><a href="consulting.html">consulting</a></li>
<li><a href="startups.html">startups</a></li>
<li class="active"><a href="investing.html">investing</a></li>
<li><a href="hosting.html">hosting</a></li>
<li><a href="contact.html">contact</a></li>
</ul>
</div>
<div id="body">
<div class="content">
<img src="img/sofa.jpg" class="sofa" alt="sofa" />
<div class="clients">
<div class="block-client">
<div class="company-logo">
<img src="img/icon-3.png" alt="Enliken" />
</div>
<div class="info">
<h4>Enliken</h4>
<p>Every day, companies track our online activity and sell information about what we are searching and shopping for to advertisers. Enliken’s goal is to help individuals capture the value of their data for themselves.<br><br>Enliken
was founded in 2011. Our corporate HQ is in New York City and our engineering team is based in Seattle, Wa.</p>
<div class="link">
<a href="https://www.crunchbase.com/organization/enliken" taget=_blank>www.enliken.com</a>
</div>
</div>
</div>
<div class="block-client">
<div class="company-logo">
<img src="img/icon-2.png" alt="Instikana" />
</div>
<div class="info">
<h4>Istikana</h4>
<p>Co founded by Samer Abdin and Tareq Abu-Lughod, Istikana is an online video service that offers premium 30,000 hours on-demand Arabic video content. Istikana is the first Arabic Jordanian website that includes a wide variety
of videos focusing on classical Arabic productions and animations from the eighties and nineties.<br><br>Instikana was founded in 2011 and it is based in Arman, Jordon.</p>
<div class="link">
<a href="http://www.istikana.com/en" taget=_blank>www.istikana.com</a>
</div>
</div>
</div>
<div class="block-client">
<div class="company-logo">
<img src="img/icon-1.png" alt="OzDebt" />
</div>
<div class="info">
<h4>OzDebt</h4>
<p>OzDebt automates, resolves and finalizes your outstanding debts.</p>
<div class="link">
<a href="http://ozdebt.com" taget=_blank>ozdebt.com</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="footer">
© 2001 - 2018. ProjectLounge.com Inc. All Rights Reserved. <a href="terms.html">Terms of Service</a>.
</div>
</div>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-1169494-1");
pageTracker._trackPageview();
pageTracker._setCustomVar(1, "username", "Anonymous", 3);
pageTracker._trackPageview();
} catch (err) {}
</script>
</body>
</html>