-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdonation.html
60 lines (50 loc) · 2.18 KB
/
donation.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
<!DOCTYPE html>
<html>
<head>
<title>Grupo Conviver</title>
<meta charset="utf-8">
<meta name="viewport" content="width=1200">
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/base.css">
<link rel="icon" type="image/png" href="favicon.png" />
</head>
<body>
<section class="blue">
<div class="grid">
<h2>Doações</h2>
</div>
</section>
<section class="white">
<div class="grid">
<div class = "text text-donation">
<p> Possuimos os seguintes planos mensais do PagSeguro</p>
<div class="btn btn-donation" alt="Plano R$10,00"><a href="http://pag.ae/bjlGH92"> Plano R$10,00</a> </div>
<div class="btn btn-donation" alt="Plano R$20,00"><a href="http://pag.ae/bdlGH2J"> Plano R$20,00</a> </div>
<div class="btn btn-donation" alt="Plano R$50,00"><a href="http://pag.ae/bjlGJfV"> Plano R$50,00</a> </div>
<div class="btn btn-donation" alt="Plano R$100,00"><a href="http://pag.ae/bclGJjH"> Plano R$100,00</a> </div>
<!-- <p> Para doar outros valores, você pode realizar um depósito em nossa conta.<br/> Seguem os dados: </p>
<p class="data-caixa">
Caixa Econômica Federal<br/>
Agência: 0095 <br/>
Operação: 003 <br/>
Conta corrente: 502.102-5
</p> -->
<p> O Grupo Conviver agradece a sua doação! :) </p>
</div>
<div class="logo-donation">
<img id="logo" src="img/logo-conviver.png" alt="logo"/>
<h1>Muito <br/>obrigado!</h1>
</div>
</div>
</section>
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-48771491-1', 'grupoconviver.org.br');
ga('send', 'pageview');
</script>
</body>
</html>