Add Lamassu support microsite

This commit is contained in:
goga-m 2017-11-06 19:01:24 +02:00 committed by Josh Harvey
parent 4f9cc88a5e
commit d901a36f29
5 changed files with 13347 additions and 12 deletions

13230
public/lamassu-elm.js Normal file

File diff suppressed because it is too large Load diff

29
public/support-index.html Normal file
View file

@ -0,0 +1,29 @@
<html>
<head>
<base href="/">
<link href="https://fonts.googleapis.com/css?family=Nunito:400,700&amp;subset=latin-ext" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
<script src="lamassu-elm.js"></script>
<style>
@keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
input[type="number"] {
-moz-appearance: textfield;
}
</style>
<meta name="viewport" content="width=device-width,initial-scale=1">
</head>
<body>
<script>
Elm.Main.fullscreen()
</script>
</body>
</html>