Herramientas de usuario

Herramientas del sitio


otros:entrevistas

Diferencias

Muestra las diferencias entre dos versiones de la página.

Enlace a la vista de comparación

Ambos lados, revisión anteriorRevisión previa
Próxima revisión
Revisión previa
otros:entrevistas [2026/05/07 15:46] jesusotros:entrevistas [2026/05/07 15:55] (actual) jesus
Línea 1: Línea 1:
 ~~NOTOC~~ ~~NOTOC~~
 <html> <html>
-<body bgcolor="#000b00"> +<style> 
-<table width="100%" border="5" bordercolor="#2a2a2a" bgcolor="#000b00" cellpadding="20" style="font-family: 'Courier New', monospace; border-collapsecollapse;"> +  /* --- MONITOR CRT --- */ 
-  <tr> +  .pcw-monitor-interviews { 
-    <td> +    background-color: #000b00 
-      <font color="#00ff00" size="5"><b>A:\> ENTREVISTAS_HABISOFT.DB</b></font> +    border: 12px solid #2a2a2a;  
-      <hr color="#004400" size="2"> +    border-radius: 15px; 
-       +    padding: 30px; 
-      <br>+    margin: 25px 0; 
 +    font-family: 'Courier New', Courier, monospace; 
 +    positionrelative
 +    overflow: hidden; 
 +    box-shadowinset 0 0 60px rgba(0,255,0,0.15), 0 10px 30px rgba(0,0,0,0.7); 
 +  }
  
-      <!-- ENTREVISTA 1 --> +  /* FORZAR AJUSTE DE VIDEOS */ 
-      <table width="100%" border="1" bordercolor="#004400" cellpadding="15" bgcolor="#000800"> +  .video-slot-wrapper div,  
-        <tr> +  .video-slot-wrapper iframe,  
-          <td> +  .video-slot-wrapper object { 
-            <font color="#008800" size="2">[ REGISTRO: 17 JUNIO 2018 ]</font><br> +    width100% !important; 
-            <font color="#00ff00" size="4"><b>Entrevista de Amiga Wave a HabiSoft Habi sobre PCW y desarrollo FPGA</b></font><br><br> +    max-width100% !important; 
-            <a href="https://youtube.com" target="_blank" style="color: #00ff00text-decorationnoneborder: 2px solid #00ff00; padding: 5px 10px; background: #002200;"> +    displayblock
-              [ ACCEDER AL VÍDEO ] +  }
-            </a> +
-          </td> +
-        </tr> +
-      </table>+
  
-      <br>+  .pcw-header { 
 +    color: #00ff00; font-size: 1.8em; font-weight: bold;  
 +    margin-bottom: 30px; border-bottom: 2px solid #004400; padding-bottom: 10px; 
 +  }
  
-      <!-- ENTREVISTA 2 --> +  /* CONTENEDOR PRINCIPAL *
-      <table width="100%" border="1" bordercolor="#004400" cellpadding="15" bgcolor="#000800"> +  .main-video-box { 
-        <tr> +    margin-bottom40px; border: 3px solid #00ff00; padding: 15px; 
-          <td> +    background: rgba(0, 20, 0, 0.4)
-            <font color="#008800" size="2">[ REGISTRO: 02 ENERO 2019 ]</font><br> +  }
-            <font color="#00ff00" size="4"><b>Entrevista de Javi Ortíz a HabiSoft - Hoy charlamos con HabiSoft</b></font><br><br> +
-            <a href="https://youtube.com" target="_blank" style="color: #00ff00; text-decorationnone; border: 2px solid #00ff00; padding: 5px 10px; background: #002200;"> +
-              [ ACCEDER AL VÍDEO ] +
-            </a> +
-          </td> +
-        </tr> +
-      </table>+
  
-      <br>+  /* REJILLA SECUNDARIA */ 
 +  .interview-grid { 
 +    display: grid;  
 +    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  
 +    gap: 20px; 
 +  }
  
-      <!-- ENTREVISTA 3 --> +  .interview-card { 
-      <table width="100%" border="1" bordercolor="#004400" cellpadding="15" bgcolor="#000800"> +    backgroundrgba(0, 40, 0, 0.1) 
-        <tr> +    border: 1px solid #00ff00;  
-          <td> +    padding: 10px; 
-            <font color="#008800" size="2">[ REGISTRO: 07 SEPTIEMBRE 2019 ]</font><br> +    overflowhidden
-            <font color="#00ff00" size="4"><b>Entrevista de Javi Ortíz a HabiSoft - Nuevo juego Amstrad PCW "Spirits"</b></font><br><br> +  }
-            <a href="https://youtube.com" target="_blank" style="color: #00ff00; text-decoration: none; border: 2px solid #00ff00; padding: 5px 10px; background#002200;"> +
-              [ ACCEDER AL VÍDEO ] +
-            </a> +
-          </td> +
-        </tr> +
-      </table>+
  
-    </td+  .desc-box { margin-top: 15px; color: #00ff00; font-size: 0.9em; line-height: 1.4; } 
-  </tr+  .status { font-size: 0.7em; color: #00ff00; margin-bottom: 5px; display: block; font-weight: bold; } 
-</table+  .blink { animation: c 1s infinite; } 
-</body>+  @keyframes c { 50% { opacity: 0; } } 
 +</style> 
 + 
 +<div class="pcw-monitor-interviews"
 +  <div class="pcw-header">A:\> ENTREVISTAS<span class="blink">_</span></div
 + 
 +  <!-- VIDEO 1: JUNIO 2018 (GRANDE) --> 
 +  <div class="main-video-box"> 
 +    <span class="status">17 de Junio 2018</span> 
 +    <div class="video-slot-wrapper"> 
 +</html> 
 +{{youtube>NyXftUzH8F0?large}} 
 +<html> 
 +    </div> 
 +    <div class="desc-box" style="font-weight:bold; border-top: 1px solid #004400; padding-top: 10px;"> 
 +      Entrevista de Amiga Wave a HabiSoft - Emitido el 17 de Junio 2018 - Habi sobre PCW y desarrollo FPGA 
 +    </div> 
 +  </div> 
 + 
 +  <!-- GRID SECUNDARIO --> 
 +  <div class="interview-grid"> 
 +     
 +    <!-- VIDEO 2: ENERO 2019 --> 
 +    <div class="interview-card"> 
 +      <span class="status">2 de Enero 2019</span> 
 +      <div class="video-slot-wrapper"> 
 +</html> 
 +{{youtube>t6a4FolrAXU?medium}} 
 +<html> 
 +      </div> 
 +      <div class="desc-box"> 
 +        Entrevista de Javi Ortíz a HabiSoft - Emitido el 2 de Enero 2019 - Hoy charlamos con HabiSoft 
 +      </div> 
 +    </div> 
 + 
 +    <!-- VIDEO 3: SEPTIEMBRE 2019 --> 
 +    <div class="interview-card"> 
 +      <span class="status">7 de Septiembre 2019</span> 
 +      <div class="video-slot-wrapper"> 
 +</html> 
 +{{youtube>VWV23BIII9s?medium}} 
 +<html> 
 +      </div> 
 +      <div class="desc-box"> 
 +        Entrevista de Javi Ortíz a HabiSoft - Emitido el 7 de Septiembre 2019 - Nuevo juego Amstrad PCW "Spirits" 
 +      </div> 
 +    </div> 
 + 
 +  </div
 +</div>
 </html> </html>
  
otros/entrevistas.1778168782.txt.gz · Última modificación: por jesus