-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
56 lines (50 loc) · 2.61 KB
/
Copy pathindex.html
File metadata and controls
56 lines (50 loc) · 2.61 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>SubvertIQ | Creating digital solutions through Intelligent Automation</title>
<meta name="application-name" content="SubvertIQ">
<meta name="description" content="SubvertIQ is an intelligent automation company focused on creating digital solutions based on innovative technologies that combine the benefits of human and artificial intelligence." />
<meta name="keywords" content="SubvertIQ, Artificial Intelligence, AI, Intelligent Automation, Robotic Process Automation, RPA, Creative Economy">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-77W10JXGZM"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-77W10JXGZM');
</script>
<!-- CANONICAL URL -->
<link rel="canonical" href="https://subvertiq.com/">
<!-- FAVICON -->
<link rel="icon" href="assets/favicon.png" type="image/png">
<!-- CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.6.0/css/all.min.css" rel="stylesheet">
<link href="application.css" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="position-relative bg-white text-center text-muted border border-dashed rounded-5 p-4 m-4">
<img id="brand" class="img-fluid mb-4" src="assets/logo.png" alt="SubvertIQ">
<h1 class="display-6">Creating digital solutions through Intelligent Automation</h1>
<p class="lead">Join us in automating the creative economy</p>
<ul class="list-inline social-media"></ul>
<li class="list-inline-item">
<a href="https://www.linkedin.com/company/subvertiq" class="btn btn-primary btn-sm" role="button" data-bs-toggle="tooltip" data-bs-title="LinkedIn">
<i class="fa-brands fa-linkedin"></i>
</a>
</li>
<li class="list-inline-item">
<a href="https://github.com/SubvertIQ" class="btn btn-primary btn-sm" role="button" data-bs-toggle="tooltip" data-bs-title="GitHub">
<i class="fa-brands fa-github"></i>
</a>
</li>
</ul>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
<script src="application.js"></script>
</body>
</html>