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:47] jesusotros:entrevistas [2026/05/07 15:55] (actual) jesus
Línea 1: Línea 1:
-<html style="display:inline;"+~~NOTOC~~ 
-<div style="background-color: #000b00; border: 10px solid #2a2a2a; border-radius: 12px; padding: 25px; font-family: 'Courier New', monospace; box-shadow: inset 0 0 40px rgba(0,255,0,0.2);"> +<html> 
-  <div style="color: #00ff00; font-size: 1.5em; font-weight: bold; border-bottom: 2px solid #004400; padding-bottom: 10px; margin-bottom: 20px;"> +<style
-    A:\> LISTAR_ENTREVISTAS.SYS+  /* --- MONITOR CRT --- */ 
 +  .pcw-monitor-interviews { 
 +    background-color: #000b00;  
 +    border: 12px solid #2a2a2a;  
 +    border-radius: 15px; 
 +    padding: 30px; 
 +    margin: 25px 0; 
 +    font-family: 'Courier New', Courier, monospace; 
 +    position: relative; 
 +    overflow: hidden; 
 +    box-shadow: inset 0 0 60px rgba(0,255,0,0.15), 0 10px 30px rgba(0,0,0,0.7); 
 +  
 + 
 +  /* FORZAR AJUSTE DE VIDEOS */ 
 +  .video-slot-wrapper div,  
 +  .video-slot-wrapper iframe,  
 +  .video-slot-wrapper object { 
 +    width: 100% !important; 
 +    max-width: 100% !important; 
 +    display: block; 
 +  } 
 + 
 +  .pcw-header { 
 +    color: #00ff00; font-size: 1.8em; font-weight: bold;  
 +    margin-bottom: 30px; border-bottom: 2px solid #004400; padding-bottom: 10px; 
 +  } 
 + 
 +  /* CONTENEDOR PRINCIPAL */ 
 +  .main-video-box { 
 +    margin-bottom: 40px; border: 3px solid #00ff00; padding: 15px; 
 +    background: rgba(0, 20, 0, 0.4); 
 +  } 
 + 
 +  /* REJILLA SECUNDARIA */ 
 +  .interview-grid { 
 +    display: grid;  
 +    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  
 +    gap: 20px; 
 +  } 
 + 
 +  .interview-card { 
 +    background: rgba(0, 40, 0, 0.1);  
 +    border: 1px solid #00ff00;  
 +    padding: 10px; 
 +    overflow: hidden; 
 +  } 
 + 
 +  .desc-box { margin-top: 15px; color: #00ff00; font-size: 0.9em; line-height: 1.4; } 
 +  .status { font-size: 0.7em; color: #00ff00; margin-bottom: 5px; display: block; font-weight: bold; } 
 +  .blink { animation: c 1s infinite; } 
 +  @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>   </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> </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>
  
-  * **[17-06-2018]** [[https://youtube.com|Entrevista de Amiga Wave a HabiSoft Habi sobre PCW y desarrollo FPGA]] +    <!-- VIDEO 3SEPTIEMBRE 2019 --
-  * **[02-01-2019]** [[https://youtube.com|Entrevista de Javi Ortíz a HabiSoft - Hoy charlamos con HabiSoft]] +    <div class="interview-card"> 
-  * **[07-09-2019]** [[https://youtube.com|Entrevista de Javi Ortíz a HabiSoft - Nuevo juego Amstrad PCW "Spirits"]]+      <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>
  
-<html style="display:inline;"> 
-  <div style="margin-top: 20px; color: #008800; font-size: 0.8em; border-top: 1px dashed #004400; padding-top: 10px;"> 
-    TOTAL REGISTROS: 3 <span style="animation: b 1s infinite;">_</span> 
   </div>   </div>
 </div> </div>
-<style> @keyframes b { 50% { opacity: 0; } } </style> 
 </html> </html>
  
otros/entrevistas.1778168837.txt.gz · Última modificación: por jesus