diff --git a/background-video/screenshot.png b/background-video/screenshot.png new file mode 100644 index 0000000..be6a1bc Binary files /dev/null and b/background-video/screenshot.png differ diff --git a/v1-com-officielle/index.html b/v1-com-officielle/index.html index 0b2deba..d4b4be8 100644 --- a/v1-com-officielle/index.html +++ b/v1-com-officielle/index.html @@ -13,8 +13,6 @@ - - @@ -29,379 +27,13 @@ nerds - +
+ +
+
- - - - - - - - diff --git a/v1-com-officielle/index.webgl.html b/v1-com-officielle/index.webgl.html new file mode 100644 index 0000000..30a8bdc --- /dev/null +++ b/v1-com-officielle/index.webgl.html @@ -0,0 +1,408 @@ + + + + + + DRAGS AND NERDS #2 + + + + + + + + + + + + + + +

+ drags and nerds +

+ Drag shows, musique électronique, synthés vidéos et autre performances nerds +

+ drag + nerd + drags + nerds +

+ + + +
+ + + + + + + + + + + + diff --git a/v1-com-officielle/public/background-noise.png b/v1-com-officielle/public/background-noise.png new file mode 100644 index 0000000..aed4755 Binary files /dev/null and b/v1-com-officielle/public/background-noise.png differ diff --git a/v1-com-officielle/public/background.webm b/v1-com-officielle/public/background.webm new file mode 100644 index 0000000..e0c24ae Binary files /dev/null and b/v1-com-officielle/public/background.webm differ diff --git a/v1-com-officielle/src/assets/style.css b/v1-com-officielle/src/assets/style.css index 9624b4f..204fb9d 100644 --- a/v1-com-officielle/src/assets/style.css +++ b/v1-com-officielle/src/assets/style.css @@ -118,7 +118,7 @@ html, body{ scrollbar-width: thin; } -canvas { +#canvas { display: block; max-width: 100%; position: fixed; @@ -126,7 +126,25 @@ canvas { padding: 0; /* margin-top: 0vh; */ text-align: center; - /* height: 100vh; */ + height: 100vh; + width: 100vw; + overflow: hidden; +} + +#canvas video { + width: 100%; + height: 100%; + object-fit: cover; +} + +#canvas .overlay { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + mix-blend-mode: multiply; + background: url("./background-noise.png"); }