-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbeauty-map-kantsaywhere.html
32 lines (27 loc) · 1.25 KB
/
beauty-map-kantsaywhere.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Beauty Map and Kantsaywhere</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>Beauty Map and Kantsaywhere</h1>
</header>
<section id="beauty-map-kantsaywhere">
<div class="image-container">
<img src="BM.png" alt="Beauty Map of the British Isles" class="beauty-map">
<p>Galton's exploration of utopian ideals, exemplified in 'Kantsaywhere' and his 'beauty map' of the British Isles, reveals his strong ambition to shape an ideal society guided by selective genetic standards and personal aesthetic preferences that conveniently for him aligned with his subjective judgments.</p>
</div>
<div class="image-container">
<img src="reni_aurora.png" alt="Kantsaywhere" class="kantsaywhere">
<p>Galton envisioned 'Kantsaywhere' as a society adhering to his ideals of racial hygiene, populated by individuals selectively bred to enhance genetic and aesthetic traits.</p>
</div>
</section>
<footer>
<p>© 2024 Colin Geraghty. All rights reserved.</p>
</footer>
</body>
</html>