-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
55 lines (40 loc) · 1.59 KB
/
index.html
File metadata and controls
55 lines (40 loc) · 1.59 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset=UTF-8>
<meta name=viewport content="width=device-width,initial-scale=1">
<title>Icaro Baruffi Portifolio</title>
<link href=./css/style.css rel=stylesheet>
</head>
<body>
<header>
<div class="header-logo">
<a href="https://www.linkedin.com/in/icaro-baruffi-00a9698b/" target="_blank" class="logo" alt="linkedin link">Icaro Baruffi</a>
</div>
<div class="header-submenu">
<div class="header-submenu--container">
<div class="submenu-left">
<a id="project" onclick='toggleProject()' href="#">Projetos</a>
</div>
<div class="submenu-right">
<a id="habilidades" href="#">Habilidades</a>
</div>
</div>
</div>
</header>
<section class="main">
<div class="project-list">
<ul>
<li>Inbrand</li>
<li>Cultura</li>
<li>Livelo MarketPlace</li>
<li>Livelo Pontos</li>
</ul>
</div>
<iframe src="https://www.youtube.com/embed/2pP0MCRd7u8?autoplay=1&version=3&controls=0&loop=1&playlist=2pP0MCRd7u8&disablekb=1&mute=1&rel=0&modestbranding=1&autohide=1&showinfo=0"
frameborder="0" width="100%" height="auto" allowfullscreen title="YouTube video player" frameborder="0"></iframe>
<img src="./images/mask.jpg" class="mask">
</section>
<script type=text/javascript src=./js/main.js></script>
</body>
</html>