-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
101 lines (88 loc) · 3.97 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<!DOCTYPE html>
<html ng-app="sorteiaai" class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Sorteiaai - Plataforma de sorteios online </title>
<meta name="keywords" content="sorteio, sorteio online, sorteiaai, plataforma de sorteio online, sorteio de números, sorteio de lista de nomes" />
<meta content= "O SorteiaAI é uma plataforma de sorteios online." name="description">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<!-- Fonts -->
<!-- Lato -->
<link href='http://fonts.googleapis.com/css?family=Lato:400,300,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="http://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css">
<!-- CSS
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/owl.carousel.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/social-buttons.css">
-->
<!-- Responsive Stylesheet
<link rel="stylesheet" href="css/responsive.css">
-->
<link rel="stylesheet" href="dist/styles.min.css">
</head>
<body id="body">
<div id="preloader">
<div class="book">
<div class="book__page"></div>
<div class="book__page"></div>
<div class="book__page"></div>
</div>
</div>
<!--
Header start
==================== -->
<div class="navbar-default navbar-fixed-top" id="navigation">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#home">
<img class="logo-1" src="img/logo.png" alt="Sorteiaai">
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<nav class="collapse navbar-collapse" id="navbar">
<ul class="nav navbar-nav navbar-right" id="top-nav">
<li class="current"><a href="#home">Home</a></li>
<li><a href="#number">Números</a></li>
<li><a href="#list">Lista</a></li>
<!--<li><a href="#contact">Contact</a></li>-->
</ul>
</nav><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</div>
<section id="hero-area" class="section">
<div class="container">
<div ng-view=""></div>
</div><!-- .container close -->
</section><!-- header close -->
<section clas="wow fadeInUp">
<div class="map-wrapper">
</div>
</section>
<footer>
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="block">
<p>Criado por: <a href="http://www.jonatanmachado.com">Jonatan Machado</a></p>
</div>
</div>
</div>
</div>
</footer>
<!-- Js -->
<!--<script src="https://maps.googleapis.com/maps/api/js?sensor=false"></script>-->
<script src="dist/sorteiaAI.js"></script>
</body>
</html>