-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
54 lines (52 loc) · 2.76 KB
/
index.html
File metadata and controls
54 lines (52 loc) · 2.76 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-135372775-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-135372775-1');
</script>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-MZ772SP');</script>
<!-- End Google Tag Manager -->
<meta name="Description" content="We are a London Based Software Engineering and Development
Agency. We specialise in Engineering Management & Product Development. We can also work with your current
engineering team to ensure agile, efficient and robust processes are implemented. ">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> AlSaab Ltd | A Software Engineering Agency </title>
<link rel="icon" href="ALlogo.png" type="image/png" />
<link href="https://fonts.googleapis.com/css?family=Reem+Kufi|Roboto:300" rel="stylesheet">
<link href="https://use.fontawesome.com/releases/v5.4.1/css/all.css" rel="stylesheet">
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/themes/black-white.css">
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MZ772SP"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<main>
<div class="intro"> AlSaab Ltd </div>
<div class="tagline"> We are a London Based Software Engineering and Development
Agency. We specialise in Engineering Management & Product Development. We can also work with your current
engineering team to ensure agile, efficient and robust processes are implemented. </div>
<div class="tagline"> Founded by Feras AlSaab </div>
<div class="tagline"> <a href="mailto:hello@alsaab.co.uk?subject=New%20Project"> Contact me on hello [at] alsaab.co.uk </div>
<div class="icons-social">
<a target="_blank" href="https://github.com/alsaabltd"><i class="fab fa-github"></i></a>
<!--<a target="_blank" href="https://www.linkedin.com/in/ferasalsaab"><i class="fab fa-linkedin"></i></a>-->
<!--<a target="_blank" href="https://www.facebook.com"><i class="fab fa-medium"></i></a>-->
</div>
</main>
</body>
</html>