-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (37 loc) · 1.35 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="css/profile-card.css">
<link rel="stylesheet" href="css/font-awesome.css">
<title></title>
</head>
<body>
<div class="div-card">
<div class="div-img">
<figure>
<img src="https://www.comicsonthebrain.com/wp-content/uploads/2017/10/gorillaz-2-d.jpg" alt="photo-profile" srcset="">
</figure>
</div>
<div class="div-name">
<h2>Gorillaz</h2>
<h4>Cartoon Music</h4>
</div>
<div class="div-desc">
<p>Gorillaz é uma banda virtual de trip rock criada no ano de 1998 pelo líder do Blur,
Damon Albarn e por Jamie Hewlett, co-criador da história em quadrinhos Tank Girl.
</p>
</div>
<div class="div-icon">
<ul>
<li><i class="fa fa-facebook" aria-hidden="true"></i></li>
<li><i class="fa fa-twitter" aria-hidden="true"></i></li>
<li><i class="fa fa-github" aria-hidden="true"></i></li>
<li><i class="fa fa-behance" aria-hidden="true"></i></li>
</ul>
</div>
</div>
</body>
</html>