Skip to content

Commit

Permalink
atualização valores doação
Browse files Browse the repository at this point in the history
  • Loading branch information
guipsamora committed Apr 10, 2020
1 parent 9466b27 commit 5089f79
Show file tree
Hide file tree
Showing 10 changed files with 7 additions and 25 deletions.
4 changes: 0 additions & 4 deletions client/app/main/main.pug
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ div#main.animated.fadeIn
p#transp Confira os valores transferidos #[a#transp(href="./transparencia") aqui]!
br
p#ast *Os resultados alcançados são apenas uma equivalência do alcance e abrangência dos fundos arrecadados pela doebem. #[br]As organizações apoiadas têm liberdade para alocação dos fundos da forma mais conveniente para suas iniciativas.
//- div#doacoes(flex="100" layout="column" layout-align="center center")
//- h2.sectionHeading#doados R$ 31.855,94
//- p
//- a#transp(href="./transparencia") transferidos pela plataforma!
div#reconhecimentos(flex="100" layout="column" layout-align="center center")
h3 Confira o que andam falando sobre nós!
br
Expand Down
6 changes: 3 additions & 3 deletions client/app/main/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ div#main {
height: 100%;
width: 100%;
display: block;
background-color: white;
background-color: #f1f1f1;

@media screen and (max-width: 768px) {
h3 {
Expand All @@ -366,7 +366,7 @@ div#main {
}

div#modelo {
background-color: #f1f1f1;
background-color: white;
padding: 0 0 40px 0;
text-align: center;
height: 100%;
Expand All @@ -381,7 +381,7 @@ div#main {
width: 100%;
display: block;
padding-bottom: 0px !important;
background-color: white;
background-color: #f1f1f1;

button {
background-color: rgb(63,81,181);
Expand Down
8 changes: 4 additions & 4 deletions client/app/transparencia/transparencia.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@ export class TransparenciaController {
org_name: 'Caviver',
transf_link: '../assets/transparencia/comprovantes/Transferências_Caviver.pdf',
transf_nome: 'Transferências - Caviver',
total: 'R$ 20.332,17',
total: 'R$ 20.620,80',
},
{
date: '2018',
month: 'Março',
org_name: 'Saúde Criança',
transf_link: '../assets/transparencia/comprovantes/Transferências_Saúde_Criança.pdf',
transf_nome: 'Transferências - Saúde Criança',
total: 'R$ 11.598,01'
total: 'R$ 23.659,30'
},
{
date: '2018',
Expand All @@ -70,15 +70,15 @@ export class TransparenciaController {
org_name: 'GiveDirectly',
transf_link: '../assets/transparencia/comprovantes/1_4976513726099226786.pdf',
transf_nome: 'Transferências - GiveDirectly.pdf',
total: 'R$ 4.473,69'
total: 'R$ 7.239,68'
},
{
date: '2017',
month: 'Outubro',
org_name: 'Against Malaria Foundation',
transf_link: '../assets/transparencia/comprovantes/Against_Malaria_Foundation_06.2019.pdf',
transf_nome: 'Transferências - Against Malaria Foundation',
total: 'R$ 10.116,79'
total: 'R$ 10.836,56'
},
{
date: '2017',
Expand Down
14 changes: 0 additions & 14 deletions client/app/transparencia/transparencia.pug
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,6 @@ div.animated.fadeIn#transparencia
td R$ 57.801,45
td
br
//- h2 Finanças da doebem
//- br
//- iframe(src="https://docs.google.com/spreadsheets/d/e/2PACX-1vTGTAex1dhHB022XnmxSGzoH0Kpdw8tuWaCxQf4c0D0DP7niLQ7OTCLT2uoI7Z_PPMMlJUM-bnM15zR/pubhtml?gid=679384296&single=true&widget=true&headers=true" width="1060px" height="530px")
//- br
//- h2 Erros e Aprendizados
//- br
//- table
//- tr
//- th Ano
//- th Erros e Aprendizados
//- tr(ng-repeat="learning in $ctrl.learnings")
//- td {{ learning.date }}
//- td
//- a(href="{{ learning.link }}" target="_blank") {{ learning.name }}
h2 Documentos da doebem
br
div(layout-gt-sm="row" layout="row")
Expand Down
Binary file modified client/assets/transparencia/.DS_Store
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 5089f79

Please sign in to comment.