Spaces:
Sleeping
Sleeping
File size: 1,116 Bytes
060afd2 e83a58b 060afd2 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Centered Profile</title>
</head>
<body>
<div style="display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100%; width: 100%; font-family: Arial, sans-serif; margin: 0;">
<div class="profile-picture" style="width: 50px; height: 50px; border-radius: 50%; overflow: hidden;">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/f/fc/Samuel_Pickworth_Woodward._Reproduction_of_lithograph._Wellcome_V0006377_crop.jpg/440px-Samuel_Pickworth_Woodward._Reproduction_of_lithograph._Wellcome_V0006377_crop.jpg" alt="Profile Picture" style="width: 100%; height: auto;">
</div>
<h1 style="margin: 10px 0 5px; font-size: 20px;">Samuel Pickworth Woodward</h1>
<h3 style="margin: 5px 0; font-size: 18px; font-weight: normal; color: gray;">DCMS AI Pilot Project RAU/NHM</h3>
<p style="font-style: italic; font-size: 16px; color: #666;">v0227</p>
</div>
</body>
</html>
|