-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
64 lines (55 loc) · 2.32 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title> ExtractMethod</title>
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Catamaran:100,200,300,400,500,600,700,800,900" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i" rel="stylesheet">
<link href="css/one-page-wonder.css" rel="stylesheet">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-30665247-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-30665247-1');
</script>
</head>
<body>
<header class="masthead text-center">
<div class="masthead-content">
<div class="container">
<img src='img/bg-logo.png' width='80%'></img>
<p> Custom software and consultancy services.</p>
<br>
<br>
<br>
<a class='btn btn-xl btn-primary' href="mailto:info@extractmethod.com">
info@extractmethod.com</a>
</div>
</div>
</header>
<!-- Footer -->
<footer class="py-5 bg-black">
<div class="container">
<p class="m-0 float-left text-white small">
Registered company number
<strong>7745867</strong>
<br>
Registered office address
<strong>International House, 64 Nile Street, London, N1 7SR</strong>
</p>
<p class="m-0 float-right text-white small">
<br>
Copyright © ExtractMethod LTD 2011 - 2022
</p>
<!-- /.container -->
</footer>
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
</body>
</html>