Skip to content

Commit 3ed03d1

Browse files
committed
Crew page
1 parent 91aefd1 commit 3ed03d1

1 file changed

Lines changed: 52 additions & 16 deletions

File tree

Lines changed: 52 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,63 @@
1-
<!DOCTYPE html>
21
<html lang="en">
2+
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
76
<link rel="icon" type="image/png" sizes="32x32" href="./assets/favicon-32x32.png">
8-
7+
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/5.0.0-alpha1/css/bootstrap.min.css"
8+
integrity="sha384-r4NyP46KrjDleawBgD5tp8Y7UzmLA05oM1iAEQ17CSuDqnUK2+k9luXQOfXJCJ4I" crossorigin="anonymous">
99
<title>Frontend Mentor | Space tourism website</title>
10+
<link rel="stylesheet" href="assets/css/style.css">
11+
<link rel="stylesheet" href="assets/css/crew.css">
1012
</head>
11-
<body>
1213

13-
00 Home
14-
01 Destination
15-
02 Crew
16-
03 Technology
17-
18-
02 Meet your crew
19-
20-
Commander
21-
Douglas Hurley
14+
<body>
15+
<section class="container-fluid px-0">
16+
<div class="row px-0 mt-4 aCenter">
17+
<div class="col-md-5 pl-5">
18+
<div class="logo pl-4">
19+
<img src="assets/shared/logo.svg" alt="logo" srcset="">
20+
<span id="nav_line"></span>
21+
</div>
22+
</div>
23+
<div class="col-md-7 px-0">
24+
<nav class="menu_container">
25+
<ul class="main_menu">
26+
<li><a href="/starter-code/index.html"><span>00</span> Home</a></li>
27+
<li><a href="/starter-code/destination.html"><span>01</span> destination</a></li>
28+
<li><a href="#"><span>02</span> crew</a></li>
29+
<li><a href="#"><span>03</span> Technology</a></li>
30+
</ul>
31+
</nav>
32+
</div>
33+
</div>
34+
</section>
35+
<section class="container feature-section">
36+
<div class="row">
37+
<h5><span>01</span> pick your destination</h5>
38+
<div class="col-md-6 col-sm-6">
39+
<div class="left_content">
40+
<div class="crew_content">
41+
<h4 class="subHeading"></h4>
42+
<h2 class="mainHeading"></h2>
43+
<p class="paraDes"></p>
44+
</div>
45+
<div class="crewTabBtn">
46+
<li class="dots mkWhite" value="0"></li>
47+
<li class="dots" value="1"></li>
48+
<li class="dots" value="2"></li>
49+
<li class="dots" value="3"></li>
50+
</div>
51+
</div>
52+
</div>
53+
<div class="col-md-6 col-sm-6">
54+
<div class="right_content">
55+
<img id="crewImg" src="./assets/crew/image-mark-shuttleworth.webp" alt="">
56+
</div>
57+
</div>
58+
</div>
59+
</section>
2260

23-
Douglas Gerald Hurley is an American engineer, former Marine Corps pilot
24-
and former NASA astronaut. He launched into space for the third time as
25-
commander of Crew Dragon Demo-2.
61+
<script src="./assets/js/crew.js"></script>
2662
</body>
2763
</html>

0 commit comments

Comments
 (0)