-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
22 lines (22 loc) · 1.45 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
<!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.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=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Space+Grotesk:[email protected]&display=swap" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="logo-container">
<img src="assets/logo.png" alt="Company Logo" class="logo">
</div>
<p>Deploying AI is the most impactful action a company can take. A paradigm shift in business. A new renaissance. Vienna Analytics is dedicated to engineering and deploying AI systems that future-proof enterprises.</p>
<p>Specializing in automating business processes, our aim is to eradicate inefficiency, enhance productivity, and significantly reduce operational cost. We also provide strategic consultancy to help businesses leverage AI to gain an edge on the competition.</p>
<p>We offer one time system builds, or a subscription allowing us to partner in building out systems for your entire operation. All our prices are calculated using productivity growth. This means that you pay a fee based on the amount of productivity growth that we provide your company.</p>
</div>
</body>
</html>