-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (34 loc) · 1.13 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Slide</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
</head>
<body>
<section class="slide">
<article class="container">
<figure>
<img class="macbook-slide" src="images/macbook-pro.png" alt="">
<div class="hidden-window">
<img class="slide-note active" src="1.jpg" alt="Home Tempo Agora">
<img class="slide-note" src="1.jpg" alt="Previvão do tempo, Tempo Agora">
<img class="slide-note" src="1.jpg" alt="Seu tempo agora">
<img class="slide-note" src="1.jpg" alt="Bem estar">
</div>
<span class="arrow-control arrow-next"></span>
<span class="arrow-control arrow-previus"></span>
<div class="content-bullets">
<span class="active" data-slide="0"></span>
<span data-slide="1"></span>
<span data-slide="2"></span>
<span data-slide="3"></span>
</div>
</figure>
</article>
</section>
<script src='https://code.jquery.com/jquery-2.1.3.min.js'></script>
<script src="js/main.js"></script>
<script src="js/ControllerSlide.js"></script>
</body>
</html>