-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (39 loc) · 1.27 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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body,
html {
height: 100%;
margin: 0;
}
.bg {
/* The image used */
background-image: url("https://raw.githubusercontent.com/cnr-ibf-pa/ebrains-italy-splash/main/background_02.jpg");
/* Full height */
height: 100%;
/* Center and scale the image nicely */
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
</style>
</head>
<body class="bg">
<div><img width=100% src="https://raw.githubusercontent.com/cnr-ibf-pa/ebrains-italy-splash/main/header-banner.jpg">
</div>
<div style="width:30%; margin-left: 80px">
<br><br>
<div style="color: rgb(255, 255, 255); text-align: center; font-size: 36px;">
Our systems are under maintenance.
<br><br>
We will be back online on March, 18.
Thanks for your patience!
</div>
<br><br><br>
<div style="color: rgb(255, 255, 255); text-align: center; font-size: 26px;">
ebrains.coordinamento [at] ibf.cnr.it</div>
</div>
</body>
</html>