-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
65 lines (62 loc) · 2.51 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
62
63
64
65
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no"/>
<title>Saara Ice</title>
<!-- CSS -->
<link rel="shortcut icon" type="image/png" href="./../img/favicon.png"/>
<link rel="stylesheet" href="css/fonts/material-icons/material-icons.css">
<link href="css/util/materialize.min.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<link href="css/util/desert.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<link href="css/util/normalize.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<link href="css/style.css" type="text/css" rel="stylesheet" media="screen,projection"/>
</head>
<body class="demo-1 yellow darken-2">
<div>
<div class="container">
<div class="wrap hide-on-small-only">
<div class="background">
<canvas class="background__canvas"></canvas>
<canvas class="background__title background__title--big"></canvas>
<canvas class="background__title background__title--medium" data-breakpoint="1000"></canvas>
<canvas class="background__title background__title--small" data-breakpoint="600"></canvas>
</div>
</div>
<div class="elements-container">
<div class="container">
<br>
<br>
<div class="row">
<div class="col s12 center">
<h3 class="texto-Aquatico">Festival de sorvetes</h3>
</div>
</div>
<br>
<br>
<div class="row">
<div class="col s12 center">
<img src="img/logo.png" height="200px" width="auto">
</div>
</div>
</div>
<div class="row">
<div class="col s12 center">
<button class="waves-effect btn-large pink accent-3 texto-Aquatico" onclick="goToHome()">Entrar</button>
</div>
</div>
<div class="row">
<div class="col s12 center">
<img src="img/ice-cream.png" height="100px" width="auto">
</div>
</div>
</div>
</div>
</div>
<!-- Scripts-->
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/init.js"></script>
<script src="js/materialize.min.js"></script>
<script src="js/desert.js"></script>
</body>
</html>