-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
81 lines (74 loc) · 4.41 KB
/
index.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
76
77
78
79
80
81
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;600&display=swap" rel="stylesheet" />
<style>
:root { --bs-font-sans-serif: "Work Sans", sans-serif; }
@media (min-width: 992px) { header p{ text-align: justify; text-justify: inter-word; } }
</style>
<title>Transformer: ROLF KLEP</title>
</head>
<body>
<header class="container">
<div class="row py-4">
<div class="col-sm-11 col-md-10 col-lg-9 col-xl-8 col-xxl-7 mx-auto">
<h1 class="mb-3 mt-5 text-center display-5 ">ROLF KLEP</h1>
<h2 class="mb-5 text-center text-uppercase fs-5">Jorge Cortés</h2>
<p class="lead">Rolf Klep (1904-1981) worked predominately for FORTUNE from 1935 onwards, a pioneer of airbrush rendering in technical drawing. He also worked for LIFE and produced visualisation of space craft for Von Braun, and for the magazines, e.g.Colliers.</p>
<p>He retired in 1962 and returned to Astoria, the twon of his birth. Almost singlehandedly he founded the The Columbia River Maritime Museum, a major research interest of his life. Having studied art at the University of Oregon, he maintained connections with them and founded the Rolf and Alice Klep Collection there.</p>
</div>
</div>
</header>
<main class="container">
<div class="row g-4 pb-5">
<!--primera imagen-->
<div class="col-12 col-sm-6">
<figure class="shadow-sm">
<img loading="lazy" src="img/klep01.jpeg" class="w-100" alt="VULTEE AIRLINER" />
<figcaption class="p-3">VULTEE AIRLINER, September 1941</figcaption>
</figure>
</div>
<!--segunda imagen-->
<div class="col-12 col-sm-6">
<figure class="shadow-sm">
<img loading="lazy" src="img/klep02.jpeg" class="w-100" alt="Manufacturing of Nylon" />
<figcaption class="p-3">Manufacturing of Nylon, July 1940</figcaption>
</figure>
</div>
<!--tercera imagen-->
<div class="col-12 col-sm-6">
<figure class="shadow-sm">
<img loading="lazy" src="img/klep03.jpeg" class="w-100" alt="CRUISER COMPONENTS MADE BY GENERAL ELECTRIC" />
<figcaption class="p-3">CRUISER COMPONENTS MADE BY GENERAL ELECTRIC, march 1942</figcaption>
</figure>
</div>
<!--cuarta imagen-->
<div class="col-12 col-sm-6">
<figure class="shadow-sm">
<img loading="lazy" src="img/klep04.jpeg" class="w-100" alt="Forty eight parts of a bomber's body March 1941" />
<figcaption class="p-3">Forty eight parts of a bomber's body March 1941</figcaption>
</figure>
</div>
</div>
</main>
<footer class="bg-light">
<div class="container">
<div class="row py-3">
<div class="col-12">
<p class="d-flex justify-content-between small p-1 m-0">
<!--reemplaza el # que sigue con la URL de tu cuenta en GitHub-->
<a href="#" class="link-dark">Nombre Apellido</a>
<a href="https://github.com/profesorfaco/dno075-2022-1/" class="link-dark">Infografía Digital</a>
<a href="https://github.com/profesorfaco/dno075-2022-1/tree/main/clase-01" class="d-none d-lg-inline link-dark">Lunes 7 de marzo, 2022</a>
</p>
</div>
</div>
</div>
</footer>
</body>
</html>