-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstartups.html
More file actions
104 lines (101 loc) · 4.58 KB
/
startups.html
File metadata and controls
104 lines (101 loc) · 4.58 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
102
103
104
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Startups</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="logo.png" />
<meta property="og:image" content="img/logo.png" />
<meta property="og:image" content="img/sofa.jpg" />
<meta property="og:title" content="Projectlounge: startups"/>
<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 class="active"><a href="startups.html">startups</a></li>
<li><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-bliss.png" width='100' alt="Bliss 2015"/>
</div>
<div class="info">
<h4>Bliss.AI 2015</h4>
<p>Bliss is a development team's code review wingman. It makes code quality easy to manage.</p>
<div class="link">
<a href="https://blissai.com" target=_blank>blissai.com</a>
</div>
</div>
</div>
<div class="block-client">
<div class="company-logo">
<img src="img/icon-1.png" alt="SavSale 2012"/>
</div>
<div class="info">
<h4>SavSale 2012</h4>
<p>Developing and supporting a rails 3, backbone.js, backed site on AWS that crawls 40 retailers. The site stores the latest sales in RDS and a Solr cluster for searching.</p>
<div class="link">
<a href="http://web.archive.org/web/20150731010652/http://www.savsale.com/" target=_blank>www.savsale.com</a>
</div>
</div>
</div>
<div class="block-client">
<div class="company-logo">
<img src="img/icon-8.png" alt="Pubget 2010"/>
</div>
<div class="info">
<h4>Pubget 2010 (Acquired 2012)</h4>
<p>Pubget develops cloud-based content access tools for scientists and researchers. The company’s core product, Pubget.com, is a free site for legally finding and directly retrieving research papers. The site provides access to content from 450 libraries around the world in science and engineering, weighted toward biomedical science, but including content in arXiv, JStor, and IEEE. In 2011, Pubget was sold to CCC for an undisclosed sum.</p>
<div class="link">
<a href="http://pubget.com" target=_blank>www.pubget.com</a>
</div>
</div>
</div>
<div class="block-client">
<div class="company-logo">
<img src="img/icon-9.png" alt="Jack Cards 2007"/>
</div>
<div class="info">
<h4>Jack Cards 2007</h4>
<p>Jack Cards is specifically designed for busy people who value sending a personalized greeting, birthday, or a simple "miss you" card, but can’t find the time to fit it into their schedules. <br><br>Jack Cards focuses on delivering pre-scheduled ready-to-go greeting cards.</p>
<div class="link">
<a href="http://web.archive.org/web/20150917045949/http://www.jackcards.com/" target=_blank>www.jackcards.com</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="footer">
© 2001 - 2016. 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>