-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
117 lines (91 loc) · 7.54 KB
/
index.html
File metadata and controls
117 lines (91 loc) · 7.54 KB
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Rustica Dashboard</title>
<meta name="description" content="">
<meta name="keywords" content="">
<!-- Font Awesome if you need it
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css">
-->
<link rel="stylesheet" href="https://unpkg.com/tailwindcss/dist/tailwind.min.css">
<!--Replace with your tailwind.css once created-->
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700" rel="stylesheet">
<!-- Animation CSS-->
<style>
/* ----------------------------------------------
* Generated by Animista
* w: http://animista.net, t: @cssanimista
* ---------------------------------------------- */
.slide-in-bottom{-webkit-animation:slide-in-bottom .5s cubic-bezier(.25,.46,.45,.94) both;animation:slide-in-bottom .5s cubic-bezier(.25,.46,.45,.94) both}
.slide-in-bottom-h1{-webkit-animation:slide-in-bottom .5s cubic-bezier(.25,.46,.45,.94) .5s both;animation:slide-in-bottom .5s cubic-bezier(.25,.46,.45,.94) .5s both}
.slide-in-bottom-subtitle{-webkit-animation:slide-in-bottom .5s cubic-bezier(.25,.46,.45,.94) .75s both;animation:slide-in-bottom .5s cubic-bezier(.25,.46,.45,.94) .75s both}
.fade-in{-webkit-animation:fade-in 1.2s cubic-bezier(.39,.575,.565,1.000) 1s both;animation:fade-in 1.2s cubic-bezier(.39,.575,.565,1.000) 1s both}
.bounce-top-icons{-webkit-animation:bounce-top .9s 1s both;animation:bounce-top .9s 1s both}
@-webkit-keyframes slide-in-bottom{0%{-webkit-transform:translateY(1000px);transform:translateY(1000px);opacity:0}100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes slide-in-bottom{0%{-webkit-transform:translateY(1000px);transform:translateY(1000px);opacity:0}100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}
@-webkit-keyframes bounce-top{0%{-webkit-transform:translateY(-45px);transform:translateY(-45px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:1}24%{opacity:1}40%{-webkit-transform:translateY(-24px);transform:translateY(-24px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}65%{-webkit-transform:translateY(-12px);transform:translateY(-12px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}82%{-webkit-transform:translateY(-6px);transform:translateY(-6px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}93%{-webkit-transform:translateY(-4px);transform:translateY(-4px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}25%,55%,75%,87%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}100%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;opacity:1}}@keyframes bounce-top{0%{-webkit-transform:translateY(-45px);transform:translateY(-45px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:1}24%{opacity:1}40%{-webkit-transform:translateY(-24px);transform:translateY(-24px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}65%{-webkit-transform:translateY(-12px);transform:translateY(-12px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}82%{-webkit-transform:translateY(-6px);transform:translateY(-6px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}93%{-webkit-transform:translateY(-4px);transform:translateY(-4px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}25%,55%,75%,87%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}100%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;opacity:1}}
@-webkit-keyframes fade-in{0%{opacity:0}100%{opacity:1}}@keyframes fade-in{0%{opacity:0}100%{opacity:1}}
</style>
</head>
<body class="leading-normal tracking-normal text-gray-900" style="font-family: 'Source Sans Pro', sans-serif;">
<div class="h-screen pb-14 bg-right bg-cover" style="background-image:url('bg.svg');">
<!--Nav-->
<header class="text-gray-700 bg-white border-t border-b body-font">
<div class="container flex flex-col flex-wrap p-5 mx-auto md:items-center md:flex-row ">
<a class="flex items-center w-40 mb-4 font-medium text-gray-900 title-font md:mb-0">
<img style="width:243px;height:99.9771px;" src="rustica.png">
</a>
<nav class="flex flex-wrap items-center justify-center text-base md:ml-auto md:mr-auto">
<a href="/" class="mr-5 text-sm font-semibold text-blue-600 hover:text-gray-800">Rustica</a>
<a href="/artisan" class="mr-5 text-sm font-semibold text-gray-600 hover:text-gray-800">Artisan</a>
<!--<a href="/barndoor" class="mr-5 text-sm font-semibold text-gray-600 hover:text-gray-800">Barndoor</a>-->
</nav>
<h2 style="color: rgb(159, 26, 69); font-size: 30px;" class="inline-block text-center p-2 md:h-auto md:p-4" href="#">
Spend Summary
</h2>
</div>
</header>
<div class="container w-full p-20 m-4 mx-auto my-16 text-center bg-white h-96 rounded-xl">
<div class="grid grid-cols-2">
<div style="height: 250px;width: 800px;">
<iframe class="underScale" style="height: 600px; width: 100%; max-width: 800px;" src="https://app.datahero.com/service/embed/chart?cId=3144090&cWidth=800&cUser=278597&uHash=mb94ll0CQx" frameborder="0"></iframe>
</div>
<div style="height: 250px;width: 700px;">
<iframe class="underScale" style="height: 600px; width: 100%; max-width: 800px;" src="https://app.datahero.com/service/embed/chart?cId=3144091&cWidth=800&cUser=278597&uHash=Dbd8nnosZb" frameborder="0"></iframe>
</div>
</div>
<div class="grid grid-cols-2">
<div style="height: 250px;width: 800px;">
<iframe class="underScale" style="height: 600px; width: 100%; max-width: 800px;" src="https://app.datahero.com/service/embed/chart?cId=3134819&cWidth=800&cUser=278597&uHash=8zgkKNGC1z" frameborder="0"></iframe>
</div>
<div style="height: 250px;width: 700px;">
<iframe class="underScale" style="height: 600px; width: 100%; max-width: 800px;" src="https://app.datahero.com/service/embed/chart?cId=3134820&cWidth=800&cUser=278597&uHash=DLEnAW5tVz" frameborder="0"></iframe>
</div>
</div>
</div>
<!--Main-->
<div class="container pt-24 px-6 mx-auto items-center">
<!--Footer-->
<div class="w-full pt-16 pb-6 text-sm text-center md:text-left fade-in">
<a class="text-gray-500 no-underline hover:no-underline" href="#">© Datahero 2021</a>
</div>
</div>
</div>
<style>
.underScale {
-moz-transform: scale(0.50, 0.50);
-webkit-transform: scale(0.50, 0.50);
-o-transform: scale(0.50, 0.50);
-ms-transform: scale(0.50, 0.50);
transform: scale(0.50, 0.50);
-moz-transform-origin: top left;
-webkit-transform-origin: top left;
-o-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
}
</style>
</body>
</html>