-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
59 lines (50 loc) · 1.79 KB
/
index.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Team</title>
<link rel="stylesheet" href="assets/css/normalize.css">
<link rel="stylesheet" href="assets/css/style.css">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@600&family=PT+Serif&family=Poppins:wght@400;600;700&display=swap" rel="stylesheet">
</head>
<body>
<div class="menu">
<h1>The creative crew</h1>
<p style="width: 117px;height: 27px;">Who we are</p>
<h2 style="width: 439px; height:87px;"> We are team of creatively diverse. driven. innovative individuals working in various locations from the world.</h2>
</div>
<div class="container">
<div class="container-image1">
<img src="assets/image/photo1.png" >
<h3>Bill Mahoney</h3>
<p>Product owner</p>
</div>
<div class="container-image2">
<img src="assets/image/photo2.png">
<h4>Saba Cabrera</h4>
<p>Art director</p>
</div>
<div class="container-image3">
<img src="assets/image/photo3.png">
<h5>Shae Le</h5>
<p>Tech Lead</p>
</div>
<div class="container-image4">
<img src="assets/image/photo4.png">
<h6>Skylah Lu</h6>
<p>UX Designer</p>
</div>
<div class="container-image5">
<img src="assets/image/photo5.png">
<h6>Griff Richards</h6>
<p>Developer</p>
</div>
<div class="container-image6">
<img src="assets/image/photo6.png">
<h7>Stan John</h7>
<p>DEverloper</p>
</div>
</div>
</body>
</html>