Herramientas de usuario

Herramientas del sitio


en:revistas:amstrad_profesional

Diferencias

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

Enlace a la vista de comparación

Próxima revisión
Revisión previa
en:revistas:amstrad_profesional [2026/04/28 06:15] – creado jesusen:revistas:amstrad_profesional [2026/04/28 08:43] (actual) jesus
Línea 2: Línea 2:
 <html> <html>
 <style> <style>
-/* Se mantiene el bloque de estilo idéntico al original */ +  /* --- CRT BASE VISUAL ENGINE --- */ 
-.pcw-page-container { background-color: #000b00 !important; font-family: 'Courier New', Courier, monospace !important; padding: 15px; color: #00ff00 !important; } +  .pcw-page-container { 
-.crt-effect { position: relative; overflow: hidden; border: 2px solid #2a2a2a; } +    background-color: #000b00 !important; 
-.crt-effect::after { content: " "; position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.1) 50%), linear-gradient(90deg, rgba(255, 0, 0, 0.02), rgba(0, 255, 0, 0.01), rgba(0, 0, 255, 0.02)); background-size: 100% 3px, 2px 100%; z-index: 100; pointer-events: none; animation: flicker-pcw 0.15s infinite; } +    font-family: 'Courier New', Courier, monospace !important; 
-@keyframes flicker-pcw { 0% { opacity: 0.97; } 100% { opacity: 1; } } +    padding: 15px; 
-.ficha-libro-crt { border: 10px solid #2a2a2a; border-radius: 15px; padding: 30px; margin-bottom: 20px; display: flex; flex-wrap: wrap; gap: 30px; box-shadow: inset 0 0 50px rgba(0,255,0,0.15), 0 10px 30px rgba(0,0,0,0.7);+    color: #00ff00 !important; 
-.portada-ficha-container { width: 220px; height: 300px; background-color: #111; border: 4px solid #00ff00; padding: 2px; box-sizing: border-box; } +  
-.portada-ficha-container img { width: 100%; height: 100%; object-fit: cover; } + 
-.datos-ficha { flex: 1; min-width: 300px; } +  .crt-effect { position: relative; overflow: hidden; border: 2px solid #2a2a2a; } 
-.titulo-linea { display: flex; justify-content: space-between; align-items: center; border-bottom: 2px solid #00ff00; margin-bottom: 20px; padding-bottom: 5px; } +  .crt-effect::after { 
-.datos-ficha h2 { margin: 0 !important; font-size: 1.8em !important; color: #00ff00 !important; text-transform: uppercase; text-shadow: 0 0 10px #00ff00; } +    content: " "; position: absolute; top: 0; left: 0; bottom: 0; right: 0; 
-.bandera-pais { height: 30px; border: 1px solid #00ff00; } +    background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.1) 50%),  
-.dato-linea { margin: 8px 0; font-size: 0.95em; display: flex; } +                linear-gradient(90deg, rgba(255, 0, 0, 0.02), rgba(0, 255, 0, 0.01), rgba(0, 0, 255, 0.02)); 
-.dato-etiqueta { color: #008800; font-weight: bold; min-width: 130px; text-transform: uppercase; } +    background-size: 100% 3px, 2px 100%; z-index: 100; pointer-events: none; 
-.dato-valor { color: #00ff00; } +    animation: flicker-pcw 0.15s infinite; 
-.link-editorial { color: #00ff00 !important; text-decoration: underline !important; font-weight: bold; } +  
-.pcw-section-box { background-color: #000b00; border: 2px solid #00ff00; margin: 20px 0; padding: 20px; } +  @keyframes flicker-pcw { 0% { opacity: 0.97; } 100% { opacity: 1; } } 
-.pcw-section-title { background-color: #00ff00; color: #000; padding: 3px 12px; font-weight: bold; display: inline-block; margin-bottom: 15px; text-transform: uppercase; font-size: 1.1em; } + 
-@media (max-width: 700px) { .ficha-libro-crt { flex-direction: column; align-items: center; } .dato-linea { flex-direction: column; } }+  /* --- 1. TECHNICAL DATA SHEET --- */ 
 +  .ficha-libro-crt { 
 +    border: 10px solid #2a2a2a; border-radius: 15px; padding: 30px; margin-bottom: 20px; 
 +    display: flex; flex-wrap: wrap; gap: 30px; 
 +    box-shadow: inset 0 0 50px rgba(0,255,0,0.15), 0 10px 30px rgba(0,0,0,0.7); 
 +  
 + 
 +  .portada-ficha-container { 
 +    width: 220px; height: 300px; background-color: #111; border: 4px solid #00ff00; 
 +    padding: 2px; box-sizing: border-box; 
 +  
 +  .portada-ficha-container img { width: 100%; height: 100%; object-fit: cover; } 
 + 
 +  .datos-ficha { flex: 1; min-width: 300px; } 
 +  .titulo-linea {  
 +    display: flex; justify-content: space-between; align-items: center;  
 +    border-bottom: 2px solid #00ff00; margin-bottom: 20px; padding-bottom: 5px;  
 +  
 +  .datos-ficha h2 { margin: 0 !important; font-size: 1.8em !important; color: #00ff00 !important; text-transform: uppercase; text-shadow: 0 0 10px #00ff00; } 
 +  .bandera-pais { height: 30px; border: 1px solid #00ff00; } 
 +   
 +  .dato-linea { margin: 8px 0; font-size: 0.95em; display: flex; } 
 +  .dato-etiqueta { color: #008800; font-weight: bold; min-width: 130px; text-transform: uppercase; } 
 +  .dato-valor { color: #00ff00; } 
 +   
 +  .link-editorial { color: #00ff00 !important; text-decoration: underline !important; font-weight: bold; } 
 + 
 +  /* --- 2. SECTION BLOCKS --- */ 
 +  .pcw-section-box { 
 +    background-color: #000b00; border: 2px solid #00ff00; 
 +    margin: 20px 0; padding: 20px; 
 +  
 +  .pcw-section-title { 
 +    background-color: #00ff00; color: #000; padding: 3px 12px; 
 +    font-weight: bold; display: inline-block; margin-bottom: 15px; 
 +    text-transform: uppercase; font-size: 1.1em; 
 +  
 + 
 +  /* --- MAGAZINE GRID --- */ 
 +  .magazine-grid { 
 +    display: grid; 
 +    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); 
 +    gap: 20px; 
 +    margin-top: 20px; 
 +  } 
 +  .magazine-item { 
 +    text-align: center; 
 +    transition: 0.3s; 
 +  } 
 +  .magazine-item a { text-decoration: none; display: block; } 
 +  .magazine-item img {  
 +    width: 100%;  
 +    height: auto;  
 +    border: 2px solid #008800;  
 +    transition: 0.3s; 
 +  } 
 +  .magazine-item:hover img {  
 +    border-color: #00ff00;  
 +    transform: scale(1.05);  
 +    box-shadow: 0 0 15px #00ff00; 
 +  } 
 +  .magazine-label {  
 +    display: block;  
 +    margin-top: 8px;  
 +    color: #00ff00;  
 +    font-size: 0.8em;  
 +    font-weight: bold; 
 +  } 
 + 
 +  @media (max-width: 700px) { 
 +    .ficha-libro-crt { flex-direction: column; align-items: center; } 
 +    .dato-linea { flex-direction: column; } 
 +    .magazine-grid { grid-template-columns: repeat(2, 1fr); } 
 +  }
 </style> </style>
  
 <div class="pcw-page-container crt-effect"> <div class="pcw-page-container crt-effect">
 +
 +  <!-- 1. TECHNICAL DATA SHEET -->
   <div class="ficha-libro-crt">   <div class="ficha-libro-crt">
     <div class="portada-ficha-container">     <div class="portada-ficha-container">
Línea 37: Línea 112:
         <span class="dato-etiqueta">PUBLISHER:</span>         <span class="dato-etiqueta">PUBLISHER:</span>
         <span class="dato-valor">         <span class="dato-valor">
-          <a href="doku.php?id=en:software:publishers:indescomp" class="link-editorial">Indescomp S.A. Editorial</a>+          <a href="doku.php?id=en:editoriales:bmf" class="link-editorial">B.M.F. Editores, S.A.</a>
         </span>         </span>
       </div>       </div>
       <div class="dato-linea"><span class="dato-etiqueta">PERIOD:</span><span class="dato-valor">1989 — 1990</span></div>       <div class="dato-linea"><span class="dato-etiqueta">PERIOD:</span><span class="dato-valor">1989 — 1990</span></div>
-      <div class="dato-linea"><span class="dato-etiqueta">ISSUES:</span><span class="dato-valor">19 copies (1-19)</span></div>+      <div class="dato-linea"><span class="dato-etiqueta">ISSUES:</span><span class="dato-valor">19 issues (1-19)</span></div>
       <div class="dato-linea"><span class="dato-etiqueta">PRICE:</span><span class="dato-valor">450 PTAS</span></div>       <div class="dato-linea"><span class="dato-etiqueta">PRICE:</span><span class="dato-valor">450 PTAS</span></div>
       <div class="dato-linea"><span class="dato-etiqueta">SYSTEM:</span><span class="dato-valor">Amstrad PCW / PC</span></div>       <div class="dato-linea"><span class="dato-etiqueta">SYSTEM:</span><span class="dato-valor">Amstrad PCW / PC</span></div>
Línea 49: Línea 124:
         <span class="dato-etiqueta">SYNOPSIS:</span>         <span class="dato-etiqueta">SYNOPSIS:</span>
         <span class="dato-valor" style="margin-top: 5px; text-align: justify; color: #aaffaa;">         <span class="dato-valor" style="margin-top: 5px; text-align: justify; color: #aaffaa;">
-          Amstrad Profesional stood out in the Spanish market as the reference publication for the serious Amstrad user. While other magazines focused on leisure, this title delved into LocoScript, CP/M, databasesand management utilities, becoming an indispensable monthly manual for offices and professionals who adopted the PCW.+          Amstrad Profesional distinguished itself in the Spanish market as the reference publication for the serious Amstrad user. While other magazines focused on leisure, this title delved into LocoScript, CP/M, databases and management utilities, becoming the indispensable monthly manual for offices and professionals who adopted the PCW.
         </span>         </span>
       </div>       </div>
Línea 55: Línea 130:
   </div>   </div>
  
 +
 +  <!-- 2. DESCRIPTION -->
   <div class="pcw-section-box">   <div class="pcw-section-box">
     <div class="pcw-section-title">A> HISTORICAL DESCRIPTION</div>     <div class="pcw-section-title">A> HISTORICAL DESCRIPTION</div>
     <div style="text-align: justify; line-height: 1.6; color: #00ff00;">     <div style="text-align: justify; line-height: 1.6; color: #00ff00;">
-      <p style="margin-bottom: 15px;"><strong>Amstrad Profesional</strong> was born as Amstrad's bet for a more technical and demanding audience, oriented towards using the computer as a tool for work, training, and productivity. The magazine adopted this name after the end of <strong>Amstrad User</strong>, which had reached 41 issues, a title that after 41 issues gave way to this new, more sober and technical stage.</p>+      <p style="margin-bottom: 15px;"><strong>Amstrad Profesional</strong> was born as Amstrad's bet for a more technical and demanding audience, oriented towards the use of the computer as a tool for work, training, and productivity. The magazine adopted this name following the end of <strong>Amstrad User</strong>, which had reached 41 issues, giving way to this new, more sober and technical era.</p>
              
-      <p style="margin-bottom: 15px;">Published <strong>monthly</strong>, Amstrad Profesional ran between <strong>March 1989 and October 1990</strong>, reaching a total of <strong>19 issues</strong>. With the final copy, the title evolved into <strong>PC Soft</strong>, a magazine already exclusively focused on Amstrad's <strong>PC-compatible computers</strong>, reflecting the market's definitive transition towards this standard.</p>+      <p style="margin-bottom: 15px;">Published <strong>monthly</strong>, Amstrad Profesional was released between <strong>March 1989 and October 1990</strong>, reaching a total of <strong>19 issues</strong>. With the final issue, the title evolved into <strong>PC Soft</strong>, a magazine already exclusively focused on Amstrad's <strong>PC compatible computers</strong>, reflecting the market's definitive transition towards this standard.</p>
  
       <p style="margin-bottom: 5px; color: #00ff00; font-weight: bold;">EDITORIAL FOCUS AND PHILOSOPHY</p>       <p style="margin-bottom: 5px; color: #00ff00; font-weight: bold;">EDITORIAL FOCUS AND PHILOSOPHY</p>
-      <p style="margin-bottom: 15px;">Unlike other contemporary publications centered on home leisure, <strong>Amstrad Profesional</strong> was designed for users who used the computer as a <strong>tool for productivity, study, or training</strong>. Its goal was to satisfy the demand for selective and advanced information, moving away from video game content to focus on the operational needs of 8 and 16-bit machines.</p>+      <p style="margin-bottom: 15px;">Unlike other contemporary publications centered on home leisure, <strong>Amstrad Profesional</strong> was designed for users who utilized the computer as a <strong>tool for productivity, study, or training</strong>. Its objective was to satisfy the demand for selective and advanced information, moving away from video game content to focus on the operational needs of 8 and 16-bit machines.</p>
  
       <p style="margin-bottom: 5px; color: #00ff00; font-weight: bold;">CONTENTS AND TECHNICAL SECTIONS</p>       <p style="margin-bottom: 5px; color: #00ff00; font-weight: bold;">CONTENTS AND TECHNICAL SECTIONS</p>
-      <p style="margin-bottom: 10px;">The publication was distinguished by the depth of its articles and its informative rigor in critical areas for the professional sector:</p>+      <p style="margin-bottom: 10px;">The publication was distinguished by the depth of its articles and its informative rigor in areas critical to the professional sector:</p>
              
       <ul style="list-style-type: none; padding-left: 20px; margin-bottom: 15px;">       <ul style="list-style-type: none; padding-left: 20px; margin-bottom: 15px;">
-        <li style="margin-bottom: 8px;"><span style="color: #008800;">[#]</span> <strong>Productivity and Software:</strong> Exhaustive analysis of word processors, spreadsheets, databases, and business management software, mainly for the <strong>PCW</strong> and <strong>PC</strong> ranges.</li>+        <li style="margin-bottom: 8px;"><span style="color: #008800;">[#]</span> <strong>Productivity and Software:</strong> In-depth analysis of word processors, spreadsheets, databases, and business management software, primarily for the <strong>PCW</strong> and <strong>PC</strong> ranges.</li>
         <li style="margin-bottom: 8px;"><span style="color: #008800;">[#]</span> <strong>Communications:</strong> Pioneering articles on networks, modems, and data transfer, a rapidly expanding field in the late 1980s.</li>         <li style="margin-bottom: 8px;"><span style="color: #008800;">[#]</span> <strong>Communications:</strong> Pioneering articles on networks, modems, and data transfer, a rapidly expanding field in the late 1980s.</li>
 +        <li style="margin-bottom: 8px;"><span style="color: #008800;">[#]</span> <strong>Outreach and Interviews:</strong> A space dedicated to conversations with industry experts and executives, offering a business vision of the Spanish computer market.</li>
 +        <li style="margin-bottom: 8px;"><span style="color: #008800;">[#]</span> <strong>Training and Hardware:</strong> Guides to deeply understand hardware architecture, allowing users to maximize the performance of their workstations.</li>
       </ul>       </ul>
 +
 +      <p>Ultimately, it represented Amstrad's transition from homes to offices, offering content "clean" of ludic distractions and focused on technological efficiency.</p>
     </div>     </div>
   </div>   </div>
 +
 +
 +  <!-- 3. DOWNLOAD ARCHIVE -->
 +  <div class="pcw-section-box">
 +    <div class="pcw-section-title">A> DIGITAL ARCHIVE (PDF)</div>
 +    <p style="color: #008800; font-size: 0.9em; margin-bottom: 20px;">[ SELECT AN ISSUE TO DOWNLOAD ]</p>
 +    
 +    <div class="magazine-grid">
 +      <!-- 19 Issues List -->
 +      <div class="magazine-item"><a href="/lib/exe/fetch.php?media=revistas:descargas:amstrad_profesional_n1.pdf"><img src="/lib/exe/fetch.php?media=revistas:portadas:amstrad_profesional_1 portada.jpg"><span class="magazine-label">ISSUE 01</span></a></div>
 +      <div class="magazine-item"><a href="/lib/exe/fetch.php?media=revistas:descargas:amstrad_profesional_n2.pdf"><img src="/lib/exe/fetch.php?media=revistas:portadas:amstrad_profesional_2 portada.jpg"><span class="magazine-label">ISSUE 02</span></a></div>
 +      <div class="magazine-item"><a href="/lib/exe/fetch.php?media=revistas:descargas:amstrad_profesional_n3.pdf"><img src="/lib/exe/fetch.php?media=revistas:portadas:amstrad_profesional_3 portada.jpg"><span class="magazine-label">ISSUE 03</span></a></div>
 +      <div class="magazine-item"><a href="/lib/exe/fetch.php?media=revistas:descargas:amstrad_profesional_n4.pdf"><img src="/lib/exe/fetch.php?media=revistas:portadas:amstrad_profesional_4 portada.jpg"><span class="magazine-label">ISSUE 04</span></a></div>
 +      <div class="magazine-item"><a href="/lib/exe/fetch.php?media=revistas:descargas:amstrad_profesional_n5.pdf"><img src="/lib/exe/fetch.php?media=revistas:portadas:amstrad_profesional_5 portada.jpg"><span class="magazine-label">ISSUE 05</span></a></div>
 +      <div class="magazine-item"><a href="/lib/exe/fetch.php?media=revistas:descargas:amstrad_profesional_n6.pdf"><img src="/lib/exe/fetch.php?media=revistas:portadas:amstrad_profesional_6 portada.jpg"><span class="magazine-label">ISSUE 06</span></a></div>
 +      <div class="magazine-item"><a href="/lib/exe/fetch.php?media=revistas:descargas:amstrad_profesional_n7.pdf"><img src="/lib/exe/fetch.php?media=revistas:portadas:amstrad_profesional_7 portada.jpg"><span class="magazine-label">ISSUE 07</span></a></div>
 +      <div class="magazine-item"><a href="/lib/exe/fetch.php?media=revistas:descargas:amstrad_profesional_n8.pdf"><img src="/lib/exe/fetch.php?media=revistas:portadas:amstrad_profesional_8 portada.jpg"><span class="magazine-label">ISSUE 08</span></a></div>
 +      <div class="magazine-item"><a href="/lib/exe/fetch.php?media=revistas:descargas:amstrad_profesional_n9.pdf"><img src="/lib/exe/fetch.php?media=revistas:portadas:amstrad_profesional_9 portada.jpg"><span class="magazine-label">ISSUE 09</span></a></div>
 +      <div class="magazine-item"><a href="/lib/exe/fetch.php?media=revistas:descargas:amstrad_profesional_n10.pdf"><img src="/lib/exe/fetch.php?media=revistas:portadas:amstrad_profesional_10 portada.jpg"><span class="magazine-label">ISSUE 10</span></a></div>
 +      <div class="magazine-item"><a href="/lib/exe/fetch.php?media=revistas:descargas:amstrad_profesional_n11.pdf"><img src="/lib/exe/fetch.php?media=revistas:portadas:amstrad_profesional_11 portada.jpg"><span class="magazine-label">ISSUE 11</span></a></div>
 +      <div class="magazine-item"><a href="/lib/exe/fetch.php?media=revistas:descargas:amstrad_profesional_n12.pdf"><img src="/lib/exe/fetch.php?media=revistas:portadas:amstrad_profesional_12 portada.jpg"><span class="magazine-label">ISSUE 12</span></a></div>
 +      <div class="magazine-item"><a href="/lib/exe/fetch.php?media=revistas:descargas:amstrad_profesional_n13.pdf"><img src="/lib/exe/fetch.php?media=revistas:portadas:amstrad_profesional_13 portada.jpg"><span class="magazine-label">ISSUE 13</span></a></div>
 +      <div class="magazine-item"><a href="/lib/exe/fetch.php?media=revistas:descargas:amstrad_profesional_n14.pdf"><img src="/lib/exe/fetch.php?media=revistas:portadas:amstrad_profesional_14 portada.jpg"><span class="magazine-label">ISSUE 14</span></a></div>
 +      <div class="magazine-item"><a href="/lib/exe/fetch.php?media=revistas:descargas:amstrad_profesional_n15.pdf"><img src="/lib/exe/fetch.php?media=revistas:portadas:amstrad_profesional_15 portada.jpg"><span class="magazine-label">ISSUE 15</span></a></div>
 +      <div class="magazine-item"><a href="/lib/exe/fetch.php?media=revistas:descargas:amstrad_profesional_n16.pdf"><img src="/lib/exe/fetch.php?media=revistas:portadas:amstrad_profesional_16 portada.jpg"><span class="magazine-label">ISSUE 16</span></a></div>
 +      <div class="magazine-item"><a href="/lib/exe/fetch.php?media=revistas:descargas:amstrad_profesional_n17.pdf"><img src="/lib/exe/fetch.php?media=revistas:portadas:amstrad_profesional_17 portada.jpg"><span class="magazine-label">ISSUE 17</span></a></div>
 +      <div class="magazine-item"><a href="/lib/exe/fetch.php?media=revistas:descargas:amstrad_profesional_n18.pdf"><img src="/lib/exe/fetch.php?media=revistas:portadas:amstrad_profesional_18 portada.jpg"><span class="magazine-label">ISSUE 18</span></a></div>
 +      <div class="magazine-item"><a href="/lib/exe/fetch.php?media=revistas:descargas:amstrad_profesional_n19.pdf"><img src="/lib/exe/fetch.php?media=revistas:portadas:amstrad_profesional_19 portada.jpg"><span class="magazine-label">ISSUE 19</span></a></div>
 +    </div>
 +  </div>
 +
 </div> </div>
 </html> </html>
  
en/revistas/amstrad_profesional.1777356932.txt.gz · Última modificación: por jesus