-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
148 lines (120 loc) · 6.97 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
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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>MediBee - Partners in child healthcare. By your side.</title>
<meta name="description" content="We accompany your family." />
<meta http-equiv="cache-control" content="no-cache">
<!--standard:head-->
<!--
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<link rel="icon" type="image/svg+xml" href="favicon.svg" sizes="any">
<link rel="icon" type="image/png" href="favicon-16x16.png" sizes="16x16">
<link rel="icon" type="image/png" href="favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="favicon-96x96.png" sizes="96x96">
<link rel="apple-touch-icon" href="older-iPhone.png">
<link rel="apple-touch-icon" sizes="180x180" href="iPhone-6-Plus.png">
<link rel="apple-touch-icon" sizes="152x152" href="iPad-Retina.png">
<link rel="apple-touch-icon" sizes="167x167" href="iPad-Pro.png">
<link rel="shortcut icon" sizes="196x196" href="favicon-196.png">
-->
<!--standard:styles linked-->
<!--ORDER matters, last loaded override others!-->
<!--
<link rel="stylesheet" href="css/spectre.min.css" type="text/css" media="all" />
<link rel="stylesheet" href="css/spectre-exp.min.css" type="text/css" media="all" />
<link rel="stylesheet" href="css/spectre-icons.min.css" type="text/css" media="all" />
<link rel="stylesheet" href="css/bootstrap.min.css" type="text/css" media="all" />
-->
<link rel="stylesheet" href="css/spectre-custom.css" type="text/css" media="all" />
<link rel="stylesheet" href="css/bootstrap-custom.css" type="text/css" media="all" />
<!--<link rel="stylesheet" href="css/hamburgers-custom.css" type="text/css">-->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
<!--standard:styles inline-->
<style>
html, body {
height: 100vh;
/*
margin: 0px;
min-height: 100%;
background-color: rgb(255,195,22);
background: -moz-linear-gradient(135deg, rgba(255,195,22,0.647963408996411) 0%, rgba(242,88,47,0.65) 69%, rgba(255,116,155,0.64) 100%);
background: -webkit-linear-gradient(135deg, rgba(255,195,22,0.647963408996411) 0%, rgba(242,88,47,0.65) 69%, rgba(255,116,155,0.64) 100%);
background: linear-gradient(135deg, rgba(255,195,22,0.647963408996411) 0%, rgba(242,88,47,0.65) 69%, rgba(255,116,155,0.64) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffc316",endColorstr="#ff749b",GradientType=1);
background: linear-gradient(135deg, rgba(255,195,22,0.647963408996411) 0%, rgba(242,88,47,0.65) 69%, rgba(255,116,155,0.64) 100%) url("/assets/alberto-casetta-349138-unsplash_edit_toneA_1920.jpg") no-repeat contain;
*/
}
.intro {
/*
background: rgb(255,195,22);
background: -moz-linear-gradient(135deg, rgba(255,195,22,0.647963408996411) 0%, rgba(242,88,47,0.65) 69%, rgba(255,116,155,0.64) 100%);
background: -webkit-linear-gradient(135deg, rgba(255,195,22,0.647963408996411) 0%, rgba(242,88,47,0.65) 69%, rgba(255,116,155,0.64) 100%);
background: linear-gradient(135deg, rgba(255,195,22,0.647963408996411) 0%, rgba(242,88,47,0.65) 69%, rgba(255,116,155,0.64) 100%), url("assets/alberto-casetta-349138-unsplash_edit_toneA_1920.jpg");
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffc316",endColorstr="#ff749b",GradientType=1);
background-size: cover;
background-repeat: no-repeat;
*/
background: rgb(255,195,22);
background: -moz-linear-gradient(135deg, rgba(255,195,22,0.4) 0%, rgba(242,88,47,0.4) 69%, rgba(255,116,155,0.4) 100%);
background: -webkit-linear-gradient(135deg, rgba(255,195,22,0.4) 0%, rgba(242,88,47,0.4) 69%, rgba(255,116,155,0.4) 100%);
background: linear-gradient(135deg, rgba(255,195,22,0.4) 0%, rgba(242,88,47,0.4) 69%, rgba(255,116,155,0.4) 100%), url("assets/alberto-casetta-349138-unsplash_edit_toneA_1920.jpg");
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffc316",endColorstr="#ff749b",GradientType=1);
background-size: cover;
background-repeat: no-repeat;
/*background-color: #FAFCFD;*/
}
</style>
<!--standard:scripts linked-->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-126704702-1"></script>
<!--standard:scripts inline-->
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-126704702-1');
</script>
<!-- Facebook Pixel Code -->
</head>
<body>
<main class="h-100">
<div class="intro container-fluid h-100">
<div class="row h-100">
<div class="col"></div>
<div class="col-6-lg col-md-12 d-flex justify-content-center align-items-center">
<div class="p-3 rounded-lg shadow-sm" style="background: rgba(255,255,255,0.95)">
<img src="assets/logo_artb_transp_web.svg" class="d-block w-100" alt="medib.ee logo">
<!--<img src="assets/logo_artb_transp_web.svg" class="img-fluid w-100" alt="medib.ee logo">-->
<div class="d-block">
<br>
<a href="assets/poc-medibee_v3_print.pdf" target="_blank">
<button type="button" class="btn btn-primary btn btn-block">Read the Proof of Concept</button>
</a>
<p class="font-weight-light text-muted text-center">
<br>
<br>
<br>
Partners in child healthcare. By your side.
<br>
Made with ♥ in Tartu, Estonia
2018
<br>
<a href="https://github.com/jhaendke/medibee.github.io">
<i class="fab fa-github"></i>
</a>
</p>
</div>
</div>
</div>
<div class="col"></div>
</div>
</div>
</main>
<!--standard:navigation-->
<!--page-specific:content-->
<!--standard:footer-->
<!--standard:scripts-->
<!--page-specific:scripts-->
</body>