-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
32 lines (32 loc) · 1.61 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
<!doctype html>
<html lang="en">
<head>
<title>Juvet : The message platform framework</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="The message platform framework built in Elixir.">
<meta name="author" content="Juvet">
<meta property="og:url" content="http://juvet.io">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link rel="stylesheet" type="text/css" href="./dist/styles.css">
</head>
<body class="bg-green font-source-sans font-normal text-black leading-normal">
<div class="flex flex-col">
<div class="min-h-screen flex items-center justify-center leading-tight p-6 pb-16">
<div>
<div>
<img class="mx-auto block h-24 mb-3" src="/images/logo.svg" alt="Juvet logo">
<p class="text-center text-lg text-green-light font-semibold tracking-tight">v0.0.1</p>
</div>
<h2 class="mt-12 font-normal sm:text-4xl text-center text-green-lightest">
The message platform framework built in Elixir
</h2>
<div class="mt-12 sm:flex sm:justify-center">
<a class="mt-6 sm:mt-0 mx-auto sm:mx-2 max-w-xs rounded-full text-center leading-none font-semibold block px-12 py-3 no-underline border-2 border-green-lightest bg-transparent text-green-lightest hover:border-green-light hover:bg-green-light" href="https://github.com/juvet/juvet">GitHub</a>
</div>
</div>
</div>
</div>
</body>
</html>