-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
75 lines (72 loc) · 2 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
70
71
72
73
74
75
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1,
maximum-scale=5" />
<link rel="icon" href="devchallenges.png" />
<link rel="shortcut icon" type="image/x-icon" href="https://devchallenges.io/" />
<title>The creative crew</title>
<link rel="stylesheet" href="./scss/style.css">
</head>
<body>
<main>
<!-- Top -->
<section class="header__top">
<h1>The creative crew</h1>
<article>
<h2>Who we are</h2>
<p>We are team of creatively diverse. driven. innovative individuals working in various locations from the
world.</p>
</article>
</section>
<!-- Pictures -->
<section class="section__pictures">
<article>
<section>
<img src="./assets/img/photo1.png" alt="pic 1">
<p>Product owner</p>
</section>
<p>Bill Mahoney</p>
</article>
<article>
<section>
<img src="./assets/img/photo2.png" alt="pic 2">
<p>Art director</p>
</section>
<p>Saba Cabrera</p>
</article>
<article>
<section>
<img src="./assets/img/photo3.png" alt="pic 3">
<p>Tech Lead</p>
</section>
<p>Shae Le</p>
</article>
<article>
<section>
<img src="./assets/img/photo4.png" alt="pic 4">
<p>UX Designer</p>
</section>
<p>Skylah Lu</p>
</article>
<article>
<section>
<img src="./assets/img/photo5.png" alt="pic 5">
<p>Developer</p>
</section>
<p>Griff Richards</p>
</article>
<article>
<section>
<img src="./assets/img/photo6.png" alt="pic 6">
<p>DEverloper</p>
</section>
<p>Stan John</p>
</article>
</section>
<!-- Credits -->
<footer>created by <a href="http://Github.com/jcom-dev" target="_blank">Juan Oscco Mori</a> - devChallenges.io</footer>
</main>
</body>
</html>