Version 3 notice

This commit is contained in:
Samuel Štancl 2020-05-15 06:14:27 +02:00
parent d36debdf46
commit 857122540f

11
dist/index.html vendored
View file

@ -29,7 +29,15 @@
<meta name="msapplication-TileColor" content="#da532c"> <meta name="msapplication-TileColor" content="#da532c">
</head> </head>
<body class="antialiased font-sans w-full bg-indigo-100"> <body class="antialiased font-sans w-full bg-indigo-100">
<div class="fixed xl:flex hidden top-0 left-0 py-1 z-50 bg-indigo-700 w-full justify-between items-center px-40"> <div class="fixed xl:flex flex-col hidden top-0 left-0 z-50 bg-indigo-700 w-full">
<div class="font-medium text-xl p-3 bg-yellow-300 text-yellow-900 px-40">
<strong>Version 3.x</strong>, which brings single-database tenancy, shared users, event-driven architecture,
user
impersonation and other features, is now in beta.
<a class="underline font-bold"
href="https://github.com/stancl/tenancy/issues/397" target="_blank">Read more.</a>
</div>
<div class="flex flex-row w-full justify-between items-center px-40 py-1">
<div class="font-bold text-2xl text-indigo-100 tracking-wide"> <div class="font-bold text-2xl text-indigo-100 tracking-wide">
<a href="#"> <a href="#">
<div class="h-20"> <div class="h-20">
@ -120,6 +128,7 @@
</a> </a>
</div> </div>
</div> </div>
</div>
<header class="relative xl:mt-16"> <header class="relative xl:mt-16">
<div class="overflow-hidden w-full xl:block hidden absolute top-0 left-0"> <!-- waves --> <div class="overflow-hidden w-full xl:block hidden absolute top-0 left-0"> <!-- waves -->
<div class="bg-indigo-700 h-48 -mx-10"></div> <div class="bg-indigo-700 h-48 -mx-10"></div>