-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
67 lines (64 loc) · 2.94 KB
/
about.html
File metadata and controls
67 lines (64 loc) · 2.94 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>About Us</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 about us"/>
<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 class="active"><a href="about.html">about</a></li>
<li><a href="consulting.html">consulting</a></li>
<li><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"/>
<img src="img/about-photo.png" class="about-photo" alt="about-photo"/>
<div class="block-right">
<h3>the team</h3>
<p class="team">ProjectLounge was founded in 2001 by Ian Connor and Kim Dowds and it is a privately-held corporation. It was one of the first companies In the USA to provide IBM/Lotus QuickPlace as a hosted service. Since then it has grown into further consulting engagements and helping startups develop their minimal viable products.</p>
<p class 'team'>Skills include specialized consulting and software around publishing technology. We have in-depth knowledge around scientific and technical journal search, link resolving and the knowledge bases that underpin them.</p>
<h3>ian connor</h3>
<p>Programmer.<br>Education: B. Sci. (Physics/Math) & LLB (Law)</p>
<h3>kim dowds</h3>
<p>Designer.<br>Education: B. A. Architecture & Design Studies.</p>
<h3>jace patel</h3>
<p>Programmer.<br>Education: B. IT/Data Management & Business</p>
<hr>
</div>
</div>
</div>
<div id="footer" class="alt">
© 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>