-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
36 lines (34 loc) · 2.28 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>automedia, the AI printing press</title>
<link rel = "icon" href = "favicon.png" type = "image/x-icon">
<meta charset="utf-8">
<meta name="Description" CONTENT="automedia, we are creating an automated synthetic media generation platform">
<meta property="og:site_name" content="automedia" />
<meta property="og:description" content="We are creating an automated synthetic media generation platform. Also open for bespoke work." />
<meta property="og:image" content="OGImage.png"/>
<!-- <link rel="stylesheet" href="https://unpkg.com/tailwindcss/dist/tailwind.min.css" /> -->
<script src="https://cdn.tailwindcss.com"></script>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body class="bg-gradient-to-br from-red-900 to-red-700 h-screen v-full" style="font-family:'Montserrat'">
<div id="nav" class="container mx-auto p-8">
<p class="text-2xl text-white" style="text-shadow:2px 2px #282828;">automedia</p>
</div>
<div id="main-content" class="text-base text-yellow-200 flex flex-col items-center max-w-2xl m-auto text-center justify-center pt-12 px-8" style="text-shadow:1px 1px #B82D2D;">
<span class="mt-5">Hi there👋</span>
<p class="mt-5">
<span >We're building a modern, AI powered printing press that can programmatically create, publish and distribute media of many kinds through our global brands. We are hard at work expanding the platform.</span><span class="text-white" style="text-shadow:1px 1px #000000;"> You can check our youtube based daily video brand </span><span class="font-bold text-white" style="text-shadow:1px 1px #000000;"><a href="http://spool.tv/">spool.tv</a></span>
</p>
<span class="mt-5">We are also open for bespoke work. We create automated live or periodic video feeds using custom or public data sources, and push these to channels of your choice.</span>
<a href="mailto:[email protected]">
<div id="button" class="bg-yellow-100 py-2 px-4 rounded-md shadow-lg mt-12">
<p class="text-base text-red-900" style="text-shadow:none;">Contact for bespoke work</p>
</div>
</a>
</div>
</body>
</html>