[www-doc] [Git][VideoLAN.org/websites][master] VDD24: update

François Cartegnie (@fcartegnie) gitlab at videolan.org
Tue Aug 13 12:05:22 UTC 2024



François Cartegnie pushed to branch master at VideoLAN organization / websites


Commits:
39276913 by Francois Cartegnie at 2024-08-13T19:04:37+07:00
VDD24: update

- - - - -


4 changed files:

- − www.videolan.org/images/events/vdd24/vdd23.png
- + www.videolan.org/images/events/vdd24/vdd24.png
- www.videolan.org/videolan/events/vdd24/index.php
- www.videolan.org/videolan/events/vdd24/style.css


Changes:

=====================================
www.videolan.org/images/events/vdd24/vdd23.png deleted
=====================================
Binary files a/www.videolan.org/images/events/vdd24/vdd23.png and /dev/null differ


=====================================
www.videolan.org/images/events/vdd24/vdd24.png
=====================================
Binary files /dev/null and b/www.videolan.org/images/events/vdd24/vdd24.png differ


=====================================
www.videolan.org/videolan/events/vdd24/index.php
=====================================
@@ -1,5 +1,5 @@
 <?php
-   $title = "13th Video Dev Days, November 3-4th, 2024";
+   $title = "13th Video Dev Days, November 2nd-3rd, 2024";
    $body_color = "orange";
 
    $new_design = true;
@@ -19,9 +19,6 @@
     <a href="https://videolabs.io/" target="_blank">
         <?php image( 'events/vdd19/sponsors/videolabs.png' , 'Videolabs', 'sponsors-logo'); ?>
     </a>
-    <a href="https://mux.com/" target="_blank">
-        <?php image( 'events/vdd19/sponsors/mux.png' , 'Mux', 'sponsors-logo'); ?>
-    </a>
   </div>
   <header class="header-bg">
       <div class="container">
@@ -31,8 +28,8 @@
           </div>
           <div class="col-sm-12 col-md-8 text-center align-middle">
             <h1 id="videodevdays">Video Dev Days 2024</h1>
-            <h3>The Open Multimedia Conference that frees the cone in you!</h3>
-            <h4>3 - 4th November, 2024, Seoul</h4>
+            <h3>The Open Multimedia Conference - Welcome to Cône-re-a !</h3>
+            <h4>2nd - 3rd November, 2024, Seoul</h4>
           </div>
         </div>
       </div>
@@ -47,18 +44,20 @@
           <span class="spacer-inline"></span>
         </h2>
 
-			<p><a href="/videolan/">VideoLAN non-profit organization</a> is pleased to welcome you to the next multimedia open-source event in Seoul !</p>
-			<p>In the upcoming edition, individuals from the VideoLAN and open-source multimedia communities will converge in <strong>Dublin</strong> to discuss and collaborate on shaping the future of the open-source multimedia.</p>
-			<p>This technical conference will concentrate on low-level multimedia elements, encompassing codecs and their implementations like <a href="https://www.videolan.org/developers/x264.html">x264</a> or <a href="https://code.videolan.org/videolan/dav1d">dav1d</a>, frameworks like FFmpeg or LibVLC, and lots of other exciting projects in the multimedia world.</p>
+<p><a href="/videolan/">The VideoLAN non-profit organization</a> is excited to invite you to the upcoming multimedia open-source event in Seoul !</p>
+
+<p>In this edition, participants from the VideoLAN and open-source multimedia communities will gather in <strong>Seoul</strong> to discuss and collaborate on advancing the future of open-source multimedia.</p>
+
+<p>This technical conference will focus on in-depth multimedia topics, including codecs and their implementations such as <a href="https://www.videolan.org/developers/x264.html">x264</a> and <a href="https://code.videolan.org/videolan/dav1d">dav1d</a>, as well as frameworks like FFmpeg, and projects like <strong>VideoLAN</strong>, <strong>VLC</strong>, <strong>Kodi</strong>, <strong>libplacebo</strong>, <strong>mpv</strong> and related projects.</p>
+
+<p>This event is specifically geared towards the technical aspects of multimedia, emphasizing low-level components like codecs, their implementations, frameworks, playback libraries, and various innovative projects within the multimedia domain.</p>
 
-        <p>This is a <strong>technical</strong> conference, focused on low-level multimedia, like codecs and their implementations like <a href="https://www.videolan.org/developers/x264.html">x264</a> or <a href="https://code.videolan.org/videolan/dav1d">dav1d</a>, frameworks like FFmpeg or Gstreamer or playback libraries like libVLC.</p>
-        
 		<div>
 		  <div class="row">
           <div class="col-md-6">
             <div class="text-box" id="when-box">
               <h4 class="text-box-title">When ?</h4>
-              <p class="text-box-content">3 - 4 November 2024</p>
+              <p class="text-box-content">2 - 3 November 2024</p>
             </div>
           </div>
           <div class="col-md-6">
@@ -93,6 +92,18 @@
   </div>
 </section>
 
+<section id="registration">
+  <div class="container">
+    <h2 class="text-center uppercase">Registration</h2>
+    <hr class="spacer-2">
+    <div class="row text-center">
+      <div class="col">
+	Register for free at <a href="https://framaforms.org/vdd-2024-1723106137" target="_new">VDD 24 registration form</a>
+      </div>
+    </div>
+  </div>
+</section>
+
 <section id="schedule">
   <div class="container">
     <div class="row">
@@ -104,9 +115,9 @@
       <!-- Nav tabs -->
 
       <ul class="nav nav-tabs" role="tablist">
-        <li role="presentation"><a href="#friday" aria-controls="friday" role="tab" data-toggle="tab">Friday 2</a></li>
-        <li role="presentation" class="active"><a href="#saturday" aria-controls="saturday" role="tab" data-toggle="tab">Saturday 3</a></li>
-        <li role="presentation"><a href="#sunday" aria-controls="sunday" role="tab" data-toggle="tab">Sunday 4</a></li>
+        <li role="presentation"><a href="#friday" aria-controls="friday" role="tab" data-toggle="tab">Friday 1</a></li>
+        <li role="presentation" class="active"><a href="#saturday" aria-controls="saturday" role="tab" data-toggle="tab">Saturday 2</a></li>
+        <li role="presentation"><a href="#sunday" aria-controls="sunday" role="tab" data-toggle="tab">Sunday 3</a></li>
       </ul>
 
       <!-- Tab panes -->
@@ -145,11 +156,6 @@
 	          <?php image( 'events/vdd19/sponsors/videolabs.png' , 'Videolabs', 'sponsors-logo-2'); ?>
 	        </a>
 	      </div>
-        <div class="col col-md-6 col-sm-12">
-         <a href="https://mux.com/" target="_blank">
-          <?php image( 'events/vdd19/sponsors/mux.png' , 'Mux', 'sponsors-logo-2'); ?>
-         </a>
-        </div>
      </div>
     </section>
   </div>
@@ -162,17 +168,20 @@
     <div class="row">
       <div class="col-md-6">
       	<h3 class="text-center uppercase">Conference</h3>
-			<p>TBA</p>
+			<p>Kwangwoon University</p>
+                        <p>TBA</p>
+                        <iframe width="75%" height="200" src="https://www.openstreetmap.org/export/embed.html?bbox=127.05416500568391%2C37.6191222676269%2C127.05867111682893%2C37.6221093110245&layer=mapnik&marker=37.620615804327485%2C127.05641806125641" style="border: none;"></iframe><br/><small><a href="https://www.openstreetmap.org/?mlat=37.62062&mlon=127.05642#map=18/37.62062/127.05642">Open map in full</a></small>
+
       </div>
       <div class="col-md-6">
       	<h3 class="text-center uppercase">Hotel</h3>
-			<p></p>
+			<p>Sponsorised accomodation will be listed here</p>
       </div>
     </div>
     <div class="row">
       <div class="col-md-6">
       	<h3 class="text-center uppercase">Beer Event</h3>
-			<p></p>
+			<p>There might be beer in Korea as well</p>
       <div class="col-md-6">
      </div>
     </div>


=====================================
www.videolan.org/videolan/events/vdd24/style.css
=====================================
@@ -5,9 +5,13 @@
 }
 
 #videodevdays {	
-	-webkit-background-clip: text;
+/* -webkit-background-clip: text;
 	-webkit-text-fill-color: transparent;
 	background-image: -webkit-linear-gradient(left, red, black, blue, red, black, blue);
+*/	           text-shadow: -1px 1px 0 #000,
+                         1px 1px 0 #000,
+                         1px -1px 0 #000,
+                         -1px -1px 0 #000;
 }
 
 #bodyInner {
@@ -104,6 +108,7 @@ h3 {
 }
 
 .header-bg {
+	background-color: transparent;
 }
 
 #register {
@@ -231,6 +236,10 @@ section {
    padding: 30px 0;
 }
 
+.container {
+    background-color: rgba(255,255,255, .5);
+}
+
 p {
     font-size: 14px;
 }



View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/39276913ee8cf4bfc6df54ce23eb098ae82a340e

-- 
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/-/commit/39276913ee8cf4bfc6df54ce23eb098ae82a340e
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the www-doc mailing list