-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlogros.html
75 lines (72 loc) · 3.77 KB
/
logros.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE HTML>
<html lang="es">
<head>
<meta charset="UTF-8" />
<meta name="keywords" content="Brian Kernighan,Dennis Ritchie, Ritchie,C,Computación,UNIX,Unix,Logros">
<meta name="author" content="Pablo Fernández Martínez">
<meta name="description" content="Lista que contiene los logros de Brian Kernighan y Dennis Ritchie">
<meta name ="viewport" content ="width=device-width, initial scale=1.0" />
<title>Logros de Brian Kernighan y Dennis Ritchie</title>
<link rel="stylesheet" type="text/css" href="estilo/estilo.css" />
<link rel="stylesheet" type="text/css" href="estilo/posicionamiento.css" />
<link rel="stylesheet" type="text/css" media="(max-width: 400px)" href="estilo/posicionamientoMovil.css" />
</head>
<body>
<header>
<h1>Brian Kernighan y Dennis Ritchie</h1>
</header>
<article>
<h2>Logros</h2>
<section>
<h3>Brian Kernighan</h3>
<ul>
<li>El lenguaje de programación AWK, junto con Al Aho y Peter Weinberger, y su libro "The AWK Programming Language".</li>
<li>El lenguaje de programación AMPL.</li>
<li>El libro "The Practice of Programming".</li>
<li>Tools, un libro y un conjunto de herramientas para C y Pascal, junto con P. J. Plauger.</li>
<li>"The Unix Programming Environment", un tutorial junto con Rob Pike.</li>
<li>The C Programming Language, junto con Dennis Ritchie (creador de C), que fue la primera guía del lenguaje C.</li>
<li>El lenguaje de procesamiento de textos pic para troff.</li>
<li>El lenguaje de procesamiento de textos eqn para troff.</li>
<li>The Principles of Programming, también con Rob Pike.</li>
<li>Why Pascal is Not My Favorite Programming Language, una crítica popular del lenguaje Pascal diseñado por Niklaus Wirth. Algunas partes de la crítica son ahora falsas debido al estándar ISO 7185 (Programming Languages - Pascal), pero el artículo fue escrito antes de la aparición de dicho estándar. (AT&T Computing Science Technical Report #100).</li>
<li>ditroff, o "troff independiente del dispositivo", lo que permitió troff para ser utilizado con cualquier dispositivo</li>
<li>El lenguaje de procesamiento de macros m4, con Dennis Ritchie</li>
</ul>
</section>
<section>
<h3>Dennis Ritchie</h3>
<ul>
<li>Lenguaje de programación B</li>
<li>Lenguaje de programación C</li>
<li>Unix</li>
</ul>
<figure>
<video src="multimedia/KenAndDennis.mp4" controls preload="auto">
</video>
<figcaption>Ken Thompson y Dennis Ritchie</figcaption>
</figure>
<figure>
<audio src="multimedia/KenAndDennis.mp3" controls>
</audio>
<figcaption>Ken Thompson y Dennis Ritchie video en forma de audio</figcaption>
</figure>
</section>
</article>
<aside>
<h2>Contenidos</h2>
<nav>
<ul>
<li><a href="/sew/" accesskey="I" tabindex="1">Inicio</a></li>
<li><a href="/sew/logros" accesskey="L" tabindex="2">Logros</a></li>
<li><a href="/sew/premios" accesskey="P" tabindex="3">Premios</a></li>
<li><a href="/sew/opiniones" accesskey="O" tabindex="4">Opiniones</a></li>
</ul>
</nav>
</aside>
<footer>
<img src="multimedia/HTML5.png" alt=" HTML5 Válido!" />
<img src="multimedia/CSS3.png" alt="CSS Válido!" />
</footer>
</body>
</html>