<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>SalientPoint.</title>
    <link href="favicon.ico" rel="shortcut icon" type="image/x-icon" />
    <link href="https://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css" rel="stylesheet" />
    <link rel="stylesheet" href="styles.css" />
    <link href="https://fonts.googleapis.com/css?family=Open+Sans:300" rel="stylesheet" type="text/css" />
    <link href="https://fonts.googleapis.com/css?family=Titillium+Web:400,300" rel="stylesheet" type="text/css" />
    <!--[if lt IE 9]>
    <script src="https://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
</head>

<body>
    <div class="container">
        <div class="row-fluid">
            <div class="span6 offset3">
                <section>
                    <div id="main">
                    <div id="logocontainer">
                        <img src="logo70x.gif" alt="SalientPoint Logo">
                    </div>
                    </div>
                </section>
                <section>
                    <div id="info">
                        <p class="p1">SalientPoint is a Stockholm-based consultancy with a team of seasoned professionals
                            offering expert advice on
                            development and management of Software products and technology
                        </p>
                        <p class="p2">info@salientpoint.com</p>
                    </div>
                </section>
            </div>
        </div>
    </div>
</body>

</html>