-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
83 lines (66 loc) · 3.43 KB
/
index.html
File metadata and controls
83 lines (66 loc) · 3.43 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
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<title>Linnæan Co.</title>
<meta name="description" content="A multi-talented consultancy based in Cambridge, Massachusetts.">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<!-- Place favicon.ico in the root directory -->
<link rel="stylesheet" href="styles/main.css">
<script src="scripts/vendor/modernizr.js"></script>
</head>
<body>
<!--[if lt IE 10]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<div class="container">
<div class="jumbotron">
<object type="image/svg+xml" data="./images/logo/linnaean_logo.svg" id="linnaean-logo-animate"></object>
<hr>
<h2>A data science and software consultancy.</h2>
<h3>We help you build new things.</h3>
</div>
<!-- <div class="header">
<ul class="nav nav-pills pull-right">
<li class="active"><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Contact</a></li>
</ul>
<h3 class="text-muted">Linnæan</h3>
</div>
<div class="row marketing">
<div class="col-lg-12">
<h4>Software Development</h4>
<i class="fa fa-terminal fa-4x fa-fw fa-pull-right"></i>
<p>We specialize in proof-of-concept web applications & APIs. But we also operate our own <a href="https://proximate.com">SaaS products</a>, so we leave code others can extend and maintain.</p>
<h4>Data Science and Analytics</h4>
<i class="fa fa-database fa-4x fa-fw fa-pull-right"></i>
<p>A combined decade of experience in R, Python, and Ruby. We like building marketing analytics for lean startup teams; more exotic problems welcome too.</p>
<h4>Finance and Operations</h4>
<i class="fa fa-bar-chart fa-4x fa-fw fa-pull-right"></i>
<p>Five startups' worth of payroll and finance scars. We won't do your paperwork long-term, but can set up a back office that is cost-effective and compliant.</p>
<h4>Project Management</h4>
<i class="fa fa-tasks fa-4x fa-fw fa-pull-right"></i>
<p>We're effective translators, capable of speaking to management and engineering teams on their own terms. Experience managing outsourced product teams, too.</p>
</div>
</div> -->
<div class="footer">
<p>© 2016 The Linnaean Company.<a href="mailto:robb@linnaean.co" class="btn btn-default pull-right">Contact Us</a></p>
</div>
</div>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
<script>
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
e.src='https://www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
ga('create','UA-53698016-1');ga('send','pageview');
</script>
<script src="scripts/vendor.js"></script>
<script src="scripts/plugins.js"></script>
<script src="scripts/main.js"></script>
</body>
</html>