-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpeople.html
More file actions
112 lines (88 loc) · 3.46 KB
/
Copy pathpeople.html
File metadata and controls
112 lines (88 loc) · 3.46 KB
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!DOCTYPE html>
<html>
<!---------------------------------------------------------------------
-- file : people.html
-- purpose : Page for website Piet Lammertse
-----------------------------------------------------------------------
-- history :
-- 2025-12-02 new
---------------------------------------------------------------------->
<head>
<link rel="stylesheet" href="plammertse.css">
<title> Piet Lammertse on aircraft people </title>
</head>
<body>
<!-- NAVIGATION BAR--------------------------------------------------->
<ul>
<li> <a href="index.html"> Home </a> </li>
<!-- Alternative captions :
individuals personalities persons innovators developers
characters biography
scientists engineers -->
<!-- giants, dwarves, Spitfire, Hurricane, Lanchester, Penaud
Stanley Hiller, Mitchell, Sydney Camm, Cessna, High Speed Frontier
-->
<!-- looking weird is usually bad news (BV-141, Boomerang -->
<!-- back to basics : Wallis R100, Not Much of an Engineer -->
<!-- looking weird is usually bad news (BV-141, Boomerang -->
<!-- Maybe the rule should be : only if I have something to add . -->
<!-- Mignet, biographies, bibliographies ?? -->
<!-- Cultural diversity, touchy subject ! -->
<!-- PEOPLE -->
<li class="dropdown">
<a class="dropbtn"
style="background-color:#0000C0;"
href="javascript:void(0)" > Personalities ▼</a>
<div class="dropdown-content">
<a href="#" style="color: silver"> The Wright Brothers </a>
<a href="#" style="color: silver"> Fokker - the creative years </a>
<a href="#" style="color: silver"> Ludwig Prandtl </a>
<a href="#" style="color: silver"> Alexander Lippisch </a>
<a href="#" style="color: silver"> Alexander Lippisch </a>
<a href="#" style="color: silver"> Sidney Camm </a>
<a href="#" style="color: silver"> Not Much of an Engineer </a>
<a href="#" style="color: silver"> Burt Rutan </a>
<a href="#" style="color: silver"> Safety Airplanes </a>
<a style="background-color:#E8E8E8;
color: silver"
href="#"> NASA </a>
<a href="#" style="color: silver">  Munk </a>
<a href="#" style="color: silver">  Theodorsen </a>
<a href="#" style="color: silver">  Whitcomb </a>
<a style="background-color:#E8E8E8;
color: silver"
href="#"> Fantasy </a>
<a href="panamarenko.html"> Panamarenko </a>
<a href="colani.html"> Colani </a>
</div>
</li>
<li> <a href="case_studies.html"> Case studies </a>
</li>
</ul>
<!------------------------------------------------------------->
<span style="color:darkgrey">
<h2> Aircraft personalities </h2>
<h4> good and bad </h4>
<p>
-   Let's do the good ones first.
</p>
<h4> Ludwig Prandtl </h4>
<p>
-   Prandtl is without a doubt the greatest of them all.
</p>
<!-- PRANDTL IMAGE - TODO ------------------------------------->
<br><br>
</span>
<!--
<img src="images/jets_are_for_kids.gif"
width="480" alt="Jets are for kids"
style="margin-left:10%; margin-bottom:0">
<p style="margin-left:320px;font-size:14px;">
<i> "Jets are for kids" </i>
</p>
-->
<!-- FOOTER --------------------------------------------------->
<br> <br>
<div class="footer"> P. Lammertse, 2025 </div>
</body>
</html>