-
Notifications
You must be signed in to change notification settings - Fork 1
/
consulting.html
70 lines (64 loc) · 2.69 KB
/
consulting.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
<!DOCTYPE html>
<html lang="en-GB">
<head>
<!--
The Krell were an advanced alien race who built a vast underground computer
complex on a planet called Altair IV, powered by thermonuclear reactors. The
machines were so reliable and self-sufficient that they continued to function
thousands of years after the Krell had left behind their corporeal existence.
https://en.wikipedia.org/wiki/Krell
-->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Krellian Consulting</title>
<link rel="icon" href="images/icon.svg" />
<link rel="stylesheet" type="text/css" href="css/index.css?v=2" />
<link rel="stylesheet" media="(max-width: 959px)" href="css/index-mobile.css?v=2" />
<meta name="description" content="Software consultancy specialising in web apps and web things." />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@Krellian" />
<meta property="og:title" content="Krellian Consulting" />
<meta property="og:description" content="Software consultancy specialising in web apps and web things." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://krellian.com" />
<meta property="og:image" content="https://krellian.com/images/banner2.png" />
<!-- Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-16744701-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-16744701-3');
</script>
</head>
<body>
<header>
</header>
<main>
<img id="krellian-bird" src="images/krellian_bird.svg" />
<img id="wordmark" src="images/krellian_consulting_wordmark.svg" />
<p>Software consultancy specialising in web apps and web things.</p>
<a class="button" href="mailto:[email protected]">Get in Touch</a>
</main>
<footer>
<div id="projects">
<a href="https://webthings.io">
<img src="images/webthings_wordmark.svg" alt="WebThings"/>
</a>
<a href="https://wiki.mozilla.org/B2G">
<img src="images/b2gos_wordmark.svg" alt="B2GOS"/>
</a>
<a href="http://webian.org">
<img src="images/webian_wordmark.svg" alt="Webian"/>
</a>
</div>
<nav id="social">
<a id="facebook-icon" href="https://www.facebook.com/KrellianUK/"></a>
<a id="twitter-icon" href="https://twitter.com/krellian"></a>
</nav>
<span id="copyright">
© Krellian Ltd. 2022
</span>
</footer>
</body>
</html>