-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
61 lines (56 loc) · 1.91 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
<!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">
<title>Filmaker do mato</title>
<link rel="stylesheet" href="css/bootstrap.min.css" type="text/css">
<link rel="stylesheet" href="css/font-awesome.min.css" type="text/css">
<link rel="stylesheet" href="css/elegant-icons.css" type="text/css">
</head>
<style>
.interno {
display: flex;
position: absolute;
height: 100%;
color: #ffff;
bottom: 0px;
justify-content: center;
align-content: space-between;
z-index: 2;
width: 100%;
align-items: center;
flex-direction: column;
}
.interno .botoes {
padding-top: 25px;
width: 50%;
display: flex;
justify-content: center;
}
.interno .botoes a{
color: #ffff;
font-size: 28px;
padding: 15px;
}
</style>
<body style="margin: 0px;">
<div class="background">
<video style="width: 100%;" autoplay muted loop>
<source src="midia/bg.mp4" type="video/mp4">
</video>
<div class="interno">
<h1>Filmaker do mato</h1>
<div class="botoes">
<a href="https://www.instagram.com/siilvano_junior/" class="fa fa-instagram"></a>
<a href="" class="fa fa-facebook"></a>
<a href="https://www.behance.net/silvanojun7b29?tracking_source=search_users%7Csilvano%20junior" class="fa fa-behance"></a>
<a href="https://www.youtube.com/user/junior20110184" class="fa fa-youtube-play"></a>
<a href="" class="fa fa-whatsapp"></a>
<a href="mailto:[email protected]?subject=Olá%20Silvano"class="fa fa-envelope"></a>
</div>
</div>
</div>
</body>
</html>