commit 0651ee7e3b495f63f1554e6fd2def6a3bc9ba48c Author: Pierre HUBERT Date: Tue Feb 5 13:44:50 2019 +0100 Initial commit diff --git a/assets/route_1920x1080_light.jpg b/assets/route_1920x1080_light.jpg new file mode 100644 index 0000000..47318e9 Binary files /dev/null and b/assets/route_1920x1080_light.jpg differ diff --git a/assets/style.css b/assets/style.css new file mode 100644 index 0000000..1e6f00d --- /dev/null +++ b/assets/style.css @@ -0,0 +1,34 @@ +body { + background-color: black; + color: white; +} + +.background { + opacity: 0.3; + background: url("./route_1920x1080_light.jpg"); + background-repeat: no-repeat; + background-position: 50% 0%; + width: 100%; + height: 100%; + position: fixed; + top: 0px; + left: 0px; + z-index: -1; +} + +.screen { + display: flex; + align-items: center; + justify-content: center; + flex-direction: column; + height: 100%; + position: fixed; + width: 100%; + left: 0px; + top: 0px; + text-align: center; +} + +a { + color: white; +} \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..9704c91 --- /dev/null +++ b/index.html @@ -0,0 +1,21 @@ + + + + Comunic + + + + +
+ +
+ +
+

Une nouvelle version de Comunic est disponible sur https://comunic.io/

+ +

Utiliser l'ancienne version

+
+ +
+ + \ No newline at end of file