-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (31 loc) · 1.34 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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1 maximum-scale=1.0, user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Arius-Help</title>
<link type="text/css" rel="stylesheet" href="./css/bulma.css" />
<link type="text/css" rel="stylesheet" href="./css/style.css" />
<link href="https://fonts.googleapis.com/css?family=VT323&display=swap" rel="stylesheet">
</head>
<body>
<video autoplay muted loop class="video-background">
<source src="./video/tiping.mp4" type="video/mp4">
</video>
<header class="hero is-fullheight">
<div class="columns">
<div class="column is-2 is-10-mobile">
<img class="logo" src="./image/Logo-Horizontal.png" />
</div>
<div class="column is-4 is-offset-6 has-background-dark50 is-100vh hero-body is-12-mobile">
<h1 class="has-text-white is-typewritter typewriter has-text-centered-mobile">
Olá, infelizmente nosso site ainda não está pronto,
mas estamos trabalhando nele neste momento
</h1>
</div>
</div>
</header>
<script src="./js/typewriter.js"></script>
</body>
</html>