-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Created payment page for Django para Profissionais
close #4885
- Loading branch information
Showing
3 changed files
with
35 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
33 changes: 33 additions & 0 deletions
33
pythonpro/checkout/templates/django_pagarme/pagarme_django_para_profissionais.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{% extends 'django_pagarme/pagarme.html' %} | ||
{% block sidebar %} | ||
<div class="sidebar-item"> | ||
<h4 class="white-txt">12 Cursos Completos</h4> | ||
<div>Com aulas curtas e objetivas para te levar pro mercado</div> | ||
</div> | ||
<div class="sidebar-item"> | ||
<h4 class="white-txt">Acesso ao Fórum</h4> | ||
<div>Tire todas suas dúvidas das mais 300 vídeo-aulas</div> | ||
</div> | ||
<div class="sidebar-item"> | ||
<h4 class="white-txt">Servidor do Discord exclusivo</h4> | ||
<div>Para construir sua rede de contatos na área de tecnologia</div> | ||
</div> | ||
<div class="sidebar-item"> | ||
<h4 class="white-txt">5 Bonus Imperdíveis</h4> | ||
<ol role="list"> | ||
<li>Acesso a trilha fundamental de programação web</li> | ||
<li>Cursos de HTML, CSS, Git, Linux e Focker</li> | ||
<li>Acesso por 1 mês aos encontros ao vivo da Comunidade DevPro</li> | ||
<li>Acesso à área privada da Comunidade no Fórum</li> | ||
</ol> | ||
</div> | ||
<div class="sidebar-item"> | ||
<h4 class="white-txt">Acesso a todos encontros da comunidade já gravados</h4> | ||
</div> | ||
<div class="sidebar-item"> | ||
<h4 class="white-txt">15 dias de garantia</h4> | ||
</div> | ||
<div class="sidebar-item"> | ||
<h4 class="white-txt">Acesso imediato, liberado logo após a confirmação do pagamento</h4> | ||
</div> | ||
{% endblock sidebar %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -80,7 +80,7 @@ <h3><a class="btn btn-success" href="https://plataforma.dev.pro.br">Acessar Plat | |
<p class="small">Dúvidas? Fale com nosso suporte através do email | ||
<a href="mailto:[email protected]?subject=Dúvidas%20Acesso">[email protected]</a> ou do número | ||
<a href='tel:5511968983377'>+55 11 96898-3377</a>, | ||
tanto por telefone quanto por <a href='https://wa.me/5511968983377' target="_blank">WhatsApp</a>. | ||
por <a href='https://wa.me/5511968983377' target="_blank">WhatsApp</a>. | ||
|
||
{% endblock upsell %} | ||
<div id="w-node-2878d38ff948-dd0aa7ab" class="container-content"> | ||
|