-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (43 loc) · 1.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
<!DOCTYPE html>
<html>
<head>
<title>AI, CRM, Ecommerce, Automation, Search in Mallorca & Belfast</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description"
content="Whatever Labs is a boutique consultancy and development house specialising in search, document management, cataloguing and ecommerce systems." />
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
<link href="style.css" rel="stylesheet" />
<link rel="apple-touch-icon" sizes="60x60" href="apple-touch-icon.png">
<link rel="icon" type="image/png" href="favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="manifest.json">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<header>
<img id="logo" src="img/logo.png" alt="web belief" />
</header>
<main>
<h1>Whatever Labs are AI, Automation, CRM, E-commerce and Search integration specialists.</h1>
<p>
<a href="mailto:hello@whateverlabs.com">hello@whateverlabs.com</a>
</p>
<p>
</p>
<p>
Belfast<br />
United Kingdom<br />
</p>
<p>
Palma<br />
Mallorca, Spain<br />
</p>
</main>
<footer>
<img src="img/elasticsearch.png" alt="elasticsearch" />
<img src="img/windows-azure.png" alt="Windows Azure" />
<img src="img/amazon-web-services.png" alt="Amazon Web Services" />
</footer>
</body>
</html>