-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
76 lines (57 loc) · 2.58 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
65
66
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vienna Analytics</title>
<link rel="stylesheet" href="styles/base.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Doto:[email protected]&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap" rel="stylesheet">
</head>
<body>
<div class="middle-column-wrapper">
<div class="middle-column">
<div class="text">
Deploying AI is the most impactful action a company can take.
A paradigm shift in business.
A new renaissance.
Adoption is no longer optional but essential to remain competitive.
</div>
<div class="text">
Vienna Analytics builds and deploys AI systems to future-proof your business.
We specialize in process automation,
waste reduction,
efficiency gains,
and cost savings.
Our consultancy helps you leverage AI for a competitive edge.
</div>
<div class="nav-container">
<div class="nav-item">
HOME
<div class="dot"></div>
</div>
<div class="nav-item">RESEARCH</div>
<div class="nav-item">WORK</div>
<div class="nav-item">CONTACT</div>
</div>
<!--
<div class="text"></div>
<div class="text">
To best serve the needs of our clients, we offer two engagement types:
</div>
<div class="panel">
<div class="panel-title">Subscription</div>
<div class="panel-subtitle">€3,000 / Month</div>
<div class="panel-text">Our subscription model provides ongoing access to our services on a recurring basis</div>
</div>
<div class="panel">
<div class="panel-title">Per Project</div>
<div class="panel-subtitle">Starting at €10,000</div>
<div class="panel-text">perfect for engagements with well-defined objectives and deliverables</div>
</div>
-->
</div>
</div>
</body>
</html>