]> _ Git - cubedesigners-v7.git/commitdiff
wait #6626 @0:20
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 17 Jan 2024 10:23:09 +0000 (11:23 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 17 Jan 2024 10:23:09 +0000 (11:23 +0100)
.htaccess
files/voeux/index_en.html [new file with mode: 0644]
files/voeux/index_fr.html [new file with mode: 0644]

index 2c7f2e2c1165d2d0047eeed8d3c6fe6082f388d4..737380eafb1c5b50415d44e637e1aafc8041340b 100644 (file)
--- a/.htaccess
+++ b/.htaccess
@@ -21,6 +21,9 @@
        # Redirection to www. subdomain
        RewriteCond %{HTTP_HOST} =cubedesigners.com
        RewriteRule ^(.*)$ https://www.cubedesigners.com/$1 [R=301,L]
+       
+       RewriteRule ^happynewyear$ files/voeux/index_en.html [NC,L]
+       RewriteRule ^bonneannee$ files/voeux/index_fr.html [NC,L]
 
     # Block browser access to the framework folder and sensitive files
     RewriteRule ^framework/.*$ - [F]
diff --git a/files/voeux/index_en.html b/files/voeux/index_en.html
new file mode 100644 (file)
index 0000000..9cf6edb
--- /dev/null
@@ -0,0 +1,48 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+    <title>Happy New Year - Fluidbook and Cubedesigners!</title>
+    <style type="text/css">
+        * {
+            margin: 0;
+            padding: 0;
+        }
+
+        body, html {
+            height: 100%;
+        }
+
+        body {
+            background-color: #000000;
+            text-align: center;
+        }
+
+        videoWrapper {
+            position: relative;
+            padding-bottom: 66.66%; /* 16:9 */
+            padding-top: 0px;
+            height: 0;
+        }
+
+        .videoWrapper iframe {
+            position: absolute;
+            top: 0;
+            left: 0;
+            width: 100%;
+            height: 100%;
+        }
+
+
+    </style>
+</head>
+<body>
+<div class="videoWrapper">
+    <iframe src="https://www.youtube.com/embed/CvqhEKsu_xM?autoplay=1&modestbranding=1&showinfo=0&rel=0&autohide=1"
+            frameborder="0"
+            allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
+            allowfullscreen></iframe>
+</div>
+</body>
+</html>
\ No newline at end of file
diff --git a/files/voeux/index_fr.html b/files/voeux/index_fr.html
new file mode 100644 (file)
index 0000000..7941397
--- /dev/null
@@ -0,0 +1,44 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<title>Heureuse Nouvelle AnnĂ©e - Fluidbook et Cubedesigners !</title>
+<style type="text/css">
+*{margin:0;
+padding:0;
+}
+body,html {
+       height:100%;
+}
+body {
+      background-color:#000000;
+    text-align:center;
+ }
+videoWrapper {
+       position: relative;
+       padding-bottom: 66.66%; /* 16:9 */
+       padding-top: 0px;
+       height: 0;
+}
+.videoWrapper iframe {
+       position: absolute;
+       top: 0;
+       left: 0;
+       width: 100%;
+       height: 100%;
+}
+</style>
+</head>
+<body>
+<div class="videoWrapper">
+    <iframe src="https://www.youtube.com/embed/8plWWGFw8qg?autoplay=1&modestbranding=1&showinfo=0&rel=0&autohide=1"
+            frameborder="0"
+            allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
+            allowfullscreen></iframe>
+</div>
+</body>
+</html>
\ No newline at end of file