-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
69 lines (62 loc) · 1.82 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
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="shortcut icon"
href="images/devchallenges.png"
type="image/x-icon"
/>
<link rel="stylesheet" href="css/style.css" />
<title>Team_project</title>
</head>
<body>
<div class="header">
<h2>The creative crew</h2>
<div class="who-we-are">
<h2>Who we are</h2>
<p>
We are team of creatively diverse. driven. innovative individuals
working in various locations from the world.
</p>
</div>
</div>
<div class="bodycontainer">
<div class="member">
<img src="images/photo1.png" alt="" />
<p class="name">Bill Mahoney</p>
</div>
<div class="member">
<img src="images/photo2.png" alt="" />
<p class="name">Seba Cabra</p>
</div>
<div class="member">
<img src="images/photo3.png" alt="" />
<p class="name">Shae le</p>
</div>
<div class="member">
<img src="images/photo4.png" alt="" />
<p class="name">Shayla Lu</p>
</div>
<div class="member">
<img src="images/photo5.png" alt="" />
<p class="name">Griff Richards</p>
</div>
<div class="member">
<img src="images/photo6.png" alt="" />
<p class="name">Stan John</p>
</div>
</div>
<div class="footer">
<p>
created by
<a href="https://devchallenges.io/portfolio/Sureshwebdeveloper"
>Sureshwebdeveloper</a
>
<a href="https://devchallenges.io/">- devchellanges.io</a>
</p>
</div>
</body>
</html>