-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
56 lines (51 loc) · 2.77 KB
/
index.html
File metadata and controls
56 lines (51 loc) · 2.77 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Roleta de Oração</title>
<link rel="stylesheet" href="style.css">
<script src="https://cdn.jsdelivr.net/npm/swiffy-slider@1.6.0/dist/js/swiffy-slider.min.js" crossorigin="anonymous" defer></script>
<link href="https://cdn.jsdelivr.net/npm/swiffy-slider@1.6.0/dist/css/swiffy-slider.min.css" rel="stylesheet" crossorigin="anonymous">
</head>
<body>
<header>
<h2>Disco de Oração</h2>
<p>"Então, nem uma hora pudestes vós vigiar comigo?"<br>(Mt 26:40)</p>
</header>
<div class="container">
<div class="spinBtn">Gire!</div>
<div class="wheel">
<div class="content" style="--i:1;--clr:#db7093;"><span>Louvor</span></div>
<div class="content" style="--i:2;--clr:#70d4db;"><span>Adoração</span></div>
<div class="content" style="--i:3;--clr:#c0a047;"><span>Consagração<br>entrega</span></div>
<div class="content" style="--i:4;--clr:#bb1a4f;"><span>Confissão de <br>pecados</span></div>
<div class="content" style="--i:5;--clr:#ec252f;"><span>Pedidos <br>pessoais</span></div>
<div class="content" style="--i:6;--clr:#ff682d;"><span>Pela<br>família</span></div>
<div class="content" style="--i:7;--clr:#2f6b3e;"><span>Pelo Pequeno<br>Grupo</span></div>
<div class="content" style="--i:8;--clr:#3a78ff;"><span>Pela<br>Igreja</span></div>
<div class="content" style="--i:9;--clr:#f856fd;"><span>Leitura da<br>palavra</span></div>
<div class="content" style="--i:10;--clr:#5a8d43;"><span>Confissão da<br>palavra</span></div>
<div class="content" style="--i:11;--clr:#115388;"><span>Salvação de<br>amigos</span></div>
<div class="content" style="--i:12;--clr:#ffd000;"><span>Ações de<br>graça</span></div>
</div>
</div>
<!-- <div class="swiffy-slider">
<ul class="slider-container">
<li class="itensLegend"><h2 class="titleContent">Louvor</h2>
<p class="legendContent">Exalte á Deus pelos seus poderosos feitos cante louvores ao senhor.</p></li>
<li><img src="https://source.unsplash.com/nKAglN6HBH8/1600x900" style="max-width: 100%;height: auto;"></li>
<li><img src="https://source.unsplash.com/E9ZwWcMGzj8/1600x900" style="max-width: 100%;height: auto;"></li>
<li><img src="https://source.unsplash.com/E9ZwWcMGzj8/1600x900" style="max-width: 100%;height: auto;"></li>
</ul>
<button type="button" class="slider-nav"></button>
<button type="button" class="slider-nav slider-nav-next"></button>
<div class="slider-indicators">
<button class="active"></button>
<button></button>
<button></button>
<button></button>
</div> -->
<script src="script.js"></script>
</body>
</html>