fr:revistas:amstrad_profesional
¡Esta es una revisión vieja del documento!
<html> <style>
/* --- MOTEUR VISUEL CRT BASE --- */
.pcw-page-container {
background-color: #000b00 !important;
font-family: 'Courier New', Courier, monospace !important;
padding: 15px;
color: #00ff00 !important;
}
.crt-effect { position: relative; overflow: hidden; border: 2px solid #2a2a2a; }
.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;
}
@keyframes flicker-pcw { 0% { opacity: 0.97; } 100% { opacity: 1; } }
/* --- 1. FICHE TECHNIQUE --- */
.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. BLOCS DE SECTION --- */
.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;
}
/* --- GRILLE DE REVUES --- */
.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>
<!-- 1. FICHE TECHNIQUE -->
<div class="ficha-libro-crt">
<div class="portada-ficha-container">
<img src="/lib/exe/fetch.php?media=revistas:portadas:Amstrad Profesional 1 portada.jpg" alt="Amstrad Profesional">
</div>
<div class="datos-ficha">
<div class="titulo-linea">
<h2>FICHE TECHNIQUE</h2>
<img src="/lib/exe/fetch.php?media=botones:espana.jpg" class="bandera-pais">
</div>
<div class="dato-linea"><span class="dato-etiqueta">REVUE :</span><span class="dato-valor">Amstrad Profesional</span></div>
<div class="dato-linea">
<span class="dato-etiqueta">ÉDITEUR :</span>
<span class="dato-valor">
<a href="doku.php?id=fr:software:editeurs:indescomp" class="link-editorial">Éditions Indescomp S.A.</a>
</span>
</div>
<div class="dato-linea"><span class="dato-etiqueta">PÉRIODE :</span><span class="dato-valor">1989 — 1990</span></div>
<div class="dato-linea"><span class="dato-etiqueta">NUMÉROS :</span><span class="dato-valor">19 exemplaires (1-19)</span></div>
<div class="dato-linea"><span class="dato-etiqueta">PRIX :</span><span class="dato-valor">450 PTAS</span></div>
<div class="dato-linea"><span class="dato-etiqueta">SYSTÈME :</span><span class="dato-valor">Amstrad PCW / PC</span></div>
<div class="dato-linea"><span class="dato-etiqueta">LANGUE :</span><span class="dato-valor">Espagnol</span></div>
<div class="dato-linea" style="flex-direction: column; margin-top: 15px;">
<span class="dato-etiqueta">SYNOPSIS :</span>
<span class="dato-valor" style="margin-top: 5px; text-align: justify; color: #aaffaa;">
Amstrad Profesional s'est distinguée sur le marché espagnol comme la publication de référence pour l'utilisateur sérieux d'Amstrad. Alors que d'autres magazines se concentraient sur les loisirs, ce titre a approfondi LocoScript, CP/M, les bases de données et les utilitaires de gestion, devenant un manuel mensuel indispensable pour les bureaux et les professionnels ayant adopté le PCW.
</span>
</div>
</div>
</div>
<!-- 2. DESCRIPTION -->
<div class="pcw-section-box">
<div class="pcw-section-title">A> DESCRIPTION</div>
<div style="text-align: justify; line-height: 1.6; color: #00ff00;">
<p style="margin-bottom: 15px;"><strong>Amstrad Profesional</strong> est née de la volonté d'Amstrad de s'adresser à un public plus technique et exigeant, orienté vers l'utilisation de l'ordinateur comme outil de travail, de formation et de productivité. La revue a adopté ce nom après la fin d'<strong>Amstrad User</strong>, qui avait atteint 41 numéros, titre qui après 41 numéros a laissé place à cette nouvelle étape plus sobre et technique.</p>
<p style="margin-bottom: 15px;">De <strong>périodicité mensuelle</strong>, Amstrad Profesional a été publiée entre <strong>mars 1989 et octobre 1990</strong>, atteignant un total de <strong>19 numéros</strong>. Avec le dernier exemplaire, le titre a évolué vers <strong>PC Soft</strong>, une revue déjà exclusivement centrée sur les ordinateurs <strong>PC compatibles d'Amstrad</strong>, reflétant la transition définitive du marché vers ce standard.</p>
<p style="margin-bottom: 5px; color: #00ff00; font-weight: bold;">ORIENTATION ET PHILOSOPHIE ÉDITORIALE</p>
<p style="margin-bottom: 15px;">Contrairement à d'autres publications contemporaines centrées sur les loisirs domestiques, <strong>Amstrad Profesional</strong> a été conçue pour les utilisateurs qui utilisaient l'ordinateur comme <strong>outil de productivité, d'étude ou de formation</strong>. Son objectif était de satisfaire la demande d'informations sélectives et avancées, en s'éloignant des contenus de jeux vidéo pour se concentrer sur les besoins opérationnels des machines 8 et 16 bits.</p>
<p style="margin-bottom: 5px; color: #00ff00; font-weight: bold;">CONTENUS ET SECTIONS TECHNIQUES</p>
<p style="margin-bottom: 10px;">La publication s'est distinguée par la profondeur de ses articles et sa rigueur informative dans des domaines critiques pour le secteur professionnel :</p>
<ul style="list-style-type: none; padding-left: 20px; margin-bottom: 15px;">
<li style="margin-bottom: 8px;"><span style="color: #008800;">[#]</span> <strong>Productivité et Logiciels :</strong> Analyses approfondies des traitements de texte, tableurs, bases de données et logiciels de gestion d'entreprise, principalement pour les gammes <strong>PCW</strong> et <strong>PC</strong>.</li>
<li style="margin-bottom: 8px;"><span style="color: #008800;">[#]</span> <strong>Communications :</strong> Articles pionniers sur les réseaux, les modems et le transfert de données, un domaine en pleine expansion à la fin des années 80.</li>
<li style="margin-bottom: 8px;"><span style="color: #008800;">[#]</span> <strong>Vulgarisation et Entretiens :</strong> Espace dédié aux échanges avec des experts du secteur et des dirigeants, offrant une vision entrepreneuriale du marché informatique espagnol.</li>
<li style="margin-bottom: 8px;"><span style="color: #008800;">[#]</span> <strong>Formation et Matériel :</strong> Guides pour comprendre en profondeur l'architecture des équipements, permettant aux utilisateurs de tirer le meilleur parti de leurs stations de travail.</li>
</ul>
<p>Elle a représenté, en définitive, la transition d'Amstrad du foyer vers le bureau, offrant un contenu « propre » sans distractions ludiques et axé sur l'efficacité technologique.</p> </div> </div>
<!-- 3. ARCHIVES DE TÉLÉCHARGEMENT --> <div class="pcw-section-box"> <div class="pcw-section-title">A> ARCHIVES NUMÉRIQUES (PDF)</div> <p style="color: #008800; font-size: 0.9em; margin-bottom: 20px;">[ SÉLECTIONNEZ UN NUMÉRO POUR TÉ
fr/revistas/amstrad_profesional.1777357624.txt.gz · Última modificación: por jesus
