-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcrew-specialist.html
More file actions
49 lines (40 loc) · 1.41 KB
/
crew-specialist.html
File metadata and controls
49 lines (40 loc) · 1.41 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/png" sizes="32x32" href="./assets/favicon-32x32.png">
<link rel="stylesheet" href="./css/styles.css">
<title>🪐Space tourism website</title>
</head>
<body class="crew-background-image">
<section class="home-top">
<div class="bar"></div>
<div class="navbar">
<div class="small-rectangle"></div>
<div class="nav">
<span>
<a href="">00 Home</a>
<a href="">01 Destination</a>
<a href="">02 Crew</a>
<a href="">03 Technology</a>
</span>
</div>
</div>
</section>
<div class="subheadline">
<div class="number-01">02</div>
<div class="pick">Meet your crew</div>
</div>
<div class="people-title">Mission Specialist</div>
<div class="people-name">Mark Shuttleworth</div>
<div class="people-description">
Mark Richard Shuttleworth is the founder and CEO of Canonical, the company behind
the Linux-based Ubuntu operating system. Shuttleworth became the first South
African to travel to space as a space tourist.
</div>
<div class="person-picture">
<img src="/Users/baguetteboi/Desktop/travesuras/space-tourism-website-main/space-code/assets/crew/image-mark-shuttleworth.webp" alt="commander douglas hurley picture">
</div>
</body>
</html>