-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
90 lines (89 loc) · 3.6 KB
/
index.html
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
<!doctype html>
<html>
<head>
<meta charset="utf-8"/>
<title>Finsignia: Solving business problems in the finance and technology domains through better software engineering</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="imagetoolbar" content="no">
<meta name="keywords" content="software, software engineering, software architecture, applications architecture, distributed systems, ">
<meta name="description" content="Finsignia is a software architecture and engineering company. We build software products and help others design and develop theirs.">
<link rel="stylesheet" href="/styles/finsignia.css" type="text/css" media="screen" charset="utf-8">
<!--[if IE 6]>
<link rel="stylesheet" href="/styles/ie6.css" type="text/css" media="screen" charset="utf-8">
<![endif]-->
<!--[if IE 7]>
<link rel="stylesheet" href="/styles/ie7.css" type="text/css" media="screen" charset="utf-8">
<![endif]-->
<link rel="stylesheet" media="all" href=""/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
<!-- Adding "maximum-scale=1" fixes the Mobile Safari auto-zoom bug: http://filamentgroup.com/examples/iosScaleBug/ -->
</head>
<body lang="en">
<article id="page" class="home">
<header>
<h1>We are <img id="logo" src="/images/finsignia.png" title="Finsignia" width="410" height="113" id="finsignia logo"/></h1>
</header>
<aside>
<h2 class="tagline">
We build robust, horizontally <strong>scaling</strong>, distributed software services.
<br/>
We also simplify the development & deployment of it for our clients.
</h2>
</aside>
<img src="/images/conference.png" width="828" height="173" alt="Susan and Lucinda at work @ Finsignia"
title="Susan and Lucy discuss business in the conference room"/>
<section id="about" class="box">
<header>
<h3>About us</h3>
</header>
<p>
Find out about
<a href="/about/">our management personnel</a>.
</p>
</section>
<section id="clients" class="box">
<header>
<h3>Our clients</h3>
</header>
<p>
We have worked with a variety of
client profiles
from stealth tech startup to
<a href="/clients/financial-services/">global investment bank</a>.
</p>
</section>
<section id="contact" class="box">
<header>
<h3>Contact us</h3>
</header>
<p>
Find out <a href="/contact/">how to get in contact with us</a>.
</p>
</section>
<footer>
<small>Copyright © 2005-2011 <a href="http://finsignia.com/" title="Finsignia: Software architecture & engineering consulting firm">Finsignia LLC</a>.</small>
</footer>
</article>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
<script type="text/javascript">
if (typeof jQuery == 'undefined')
{
document.write(unescape("%3Cscript src='/scripts/jquery.min.js' type='text/javascript'%3E%3C/script%3E"));
}
</script>
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA--2']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script');
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
ga.setAttribute('async', 'true');
document.documentElement.firstChild.appendChild(ga);
})();
</script>
</body>
</html>