-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (29 loc) · 882 Bytes
/
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<title>Front in Floripa</title>
<!-- CSS -->
<link rel="stylesheet" href="assets/css/main.css">
<link href='//fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
</head>
<body>
<header>
<div class="header-content">
<h1 class="header-logo">
<img src="assets/svg/logo_frontinfloripa_white.svg" />
</h1>
<p class="date">
05/dez • Senai/Ctai
</p>
<a href="#" class="button-buy">
comprar ingresso
</a>
</div>
<video id="header-video" loop autoplay poster="https://s3-us-west-2.amazonaws.com/s.cdpn.io/4273/polina.jpg">
<source src="assets/video/fif.webm" type="video/webm">
</video>
</header>
</body>
</html>