-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
63 lines (60 loc) · 2.54 KB
/
index.html
File metadata and controls
63 lines (60 loc) · 2.54 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Projectlounge</title>
<meta name="description" content="ProjectLounge: open source startup incubation using Ruby on Rails, GitHub, AWS and other agile technology">
<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"/>
<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><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="icons">
<img src="img/sofa.jpg" class="sofa" alt="sofa"/>
<img src="img/icon-1.png" class="icon-1" alt="icon-1"/>
<img src="img/icon-2.png" class="icon-2" alt="icon-2"/>
<img src="img/icon-3.png" class="icon-3" alt="icon-3"/>
<img src="img/icon-4.png" class="icon-4" alt="icon-4"/>
<img src="img/icon-5.png" class="icon-5" alt="icon-5"/>
<img src="img/icon-6.png" class="icon-6" alt="icon-6"/>
<img src="img/icon-7.png" class="icon-7" alt="icon-7"/>
<img src="img/icon-8.png" class="icon-8" alt="icon-8"/>
<img src="img/icon-9.png" class="icon-9" alt="icon-9"/>
</div>
</div>
<div id="footer" class="alternative">
© 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>