-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·99 lines (91 loc) · 4.26 KB
/
index.html
File metadata and controls
executable file
·99 lines (91 loc) · 4.26 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
---
title: Linear
layout: default
---
<!-- Featured -->
<div id="featured">
<div class="container">
<header>
<h2>Welcome to Antenna Data Science</h2>
</header>
<!-- <p>This is <strong>Linear</strong>, a responsive HTML5 site template freebie by <a href="http://templated.co">TEMPLATED</a>. Released for free under the <a href="http://templated.co/license">Creative Commons Attribution</a> license, so use it for whatever (personal or commercial) – just give us credit! Check out more of our stuff at <a href="http://templated.co">our site</a> or follow us on <a href="http://twitter.com/templatedco">Twitter</a>.</p> -->
<hr />
<!-- <div class="row">
<section class="4u">
<span class="pennant"><span class="fa fa-briefcase"></span></span>
<h3>Maecenas luctus lectus</h3>
<p>Curabitur sit amet nulla. Nam in massa. Sed vel tellus. Curabitur sem urna, consequat vel, suscipit in, mattis placerat, nulla. Sed ac leo.</p>
<a href="#" class="button button-style1">Read More</a>
</section>
<section class="4u">
<span class="pennant"><span class="fa fa-lock"></span></span>
<h3>Maecenas luctus lectus</h3>
<p>Donec ornare neque ac sem. Mauris aliquet. Aliquam sem leo, vulputate sed, convallis at, ultricies quis, justo. Donec magna.</p>
<a href="#" class="button button-style1">Read More</a>
</section>
<section class="4u">
<span class="pennant"><span class="fa fa-globe"></span></span>
<h3>Maecenas luctus lectus</h3>
<p>Curabitur sit amet nulla. Nam in massa. Sed vel tellus. Curabitur sem urna, consequat vel, suscipit in, mattis placerat, nulla. Sed ac leo.</p>
<a href="#" class="button button-style1">Read More</a>
</section>
</div> -->
</div>
<!-- Main -->
<div id="main">
<div class="container">
<header>
<h2>Our services include</h2>
</div>
</header>
<div id="content" class="container">
<div class="row">
<!-- <section class="6u">
<a href="#" class="image full"><img src="/assets/images/pic01.jpg" alt=""></a>
<header>
<h2>Exploratory data analysis</h2>
</header>
<p>Whether you have a small or large amount of data it’s important to learn what you can from it. We can provide detailed analysis to look for trends or underlying structure to seemingly random data.</p>
</section>
<section class="6u">
<a href="#" class="image full"><img src="/assets/images/pic02.jpg" alt=""></a>
<header>
<h2>Modelling and machine learning</h2>
</header>
<p>We offer automated data driven predictions made based on your data then we can build models that are easily integrated into your existing systems.</p>
</section>
</div>
<div class="row">
<section class="6u">
<a href="#" class="image full"><img src="/assets/images/pic03.jpg" alt=""></a>
<header>
<h2>Data visualisation</h2>
</header>
<p>If you have data that your struggling to learn anything from, or presentation/publication that you think needs a professional touch we can make bespoke data visualisations.</p>
</section> -->
<section class="6u">
<a href="#" class="image full"><img src="/assets/images/pic04.jpg" alt=""></a>
<header>
<h2>Consultancy</h2>
</header>
<p>We offer a consultantion service for those interested in data science but do not know what’s right for their needs. We also offer expert advice on how to expand existing ideas and solutions into the life science market.</p>
</section>
<!-- <div class="row"> -->
<section class="6u">
<a href="#" class="image full"><img src="/assets/images/pic03.jpg" alt=""></a>
<header>
<h2>Recruitment</h2>
</header>
<p>We can offer help with all parts of the recruitment procedure, from writing adverts to interviews.</p>
</section>
</div>
</div>
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-91308283-1', 'auto');
ga('send', 'pageview');
</script>