-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
44 lines (40 loc) · 1.84 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
<!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 type="text/css" rel="stylesheet" href="app.css">
<link rel="stylesheet" href="https://use.typekit.net/atn1yek.css">
<title>Studio Ghibli</title>
</head>
<body>
<nav>
<img src="imgs/logo-ghibli.png" alt="">
<ul>
<li class="nav-item"><a href="https://www.facebook.com/FansOfStudioGhibli/"><img src="imgs/facebook.png" alt=""></a></li>
<li class="nav-item"><a href="https://www.instagram.com/ghibliusa/?hl=en"><img src="imgs/instagram.png" alt=""></a></li>
<li class="nav-item"><a href="https://twitter.com/GhibliUSA?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor"><img src="imgs/twitter.png" alt=""></a></li>
<li class="nav-item"><a href=""><img src="imgs/youtube.png" alt=""></a></li>
</ul>
</nav>
<main class="container">
<!-- left side -->
<div class="left-side" style="height: 30px;"">
<h2>Hayao Miyazaki</h2>
<h1>A VIAGEM DE CHIHIRO</h1>
<p>Chihiro chega a um mundo mágico dominado por uma bruxa. Aqueles que a desobedecem são transformados em animais.</p>
<div class="buttons">
<button><img src="imgs/vector-watchnow.png"><p>assistir agora</p></button>
<button><p>assista o trailer</p></button>
</div>
</div>
<!-- end left side -->
<!-- right side -->
<div class="right-side">
<img src="imgs/noface.png" alt="">
</div>
</div>
</main>
</body>
</html>