Skip to content

Commit

Permalink
Add Call for Papers page
Browse files Browse the repository at this point in the history
  • Loading branch information
nayra0 committed Feb 1, 2025
1 parent 755ac4a commit 829fc36
Show file tree
Hide file tree
Showing 7 changed files with 52 additions and 9 deletions.
19 changes: 19 additions & 0 deletions _includes/call_for_papers.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<div class="container">
<div class="row">
<div class="card-panel hoverable">
<span> <i class="large material-icons edit_note">edit_note</i> </span>
<div class="divider"></div>
<h2>Call for Papers</h2>

<h3>Chamando todas as PyLadies! ✨</h3>

<p>As submissões de atividades para a PyLadies BR Conf 2025 estão abertas! 🚀 </p>
<p>Se você tem uma palestra, tutorial ou painel incrível para compartilhar, essa é a sua chance de brilhar na maior conferência da comunidade PyLadies no Brasil!</p>
<a class="btn-large waves-effect waves-light color-button" target="_blank" href="https://docs.google.com/forms/d/e/1FAIpQLScQGJ3C4RcCDdt07krDJkj-wlGS84rvut9XDwhOzRK3ZU5k5w/viewform">
<i class="material-icons left">edit_note</i>
Formulário de Submissão
</a>
</div>
</div>
</div>

9 changes: 5 additions & 4 deletions _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ <h5 class="white-text">Patrocine!</h5>
<div class="col m4 s12">
<h5 class="white-text">Sobre</h5>
<ul>
<li><a class="grey-text text-lighten-3" href="#about">Evento</a></li>
<li><a class="grey-text text-lighten-3" href="#keynotes">Keynotes</a></li>
<li><a class="grey-text text-lighten-3" href="#local">Local</a></li>
<li><a class="grey-text text-lighten-3" href="#patrocinadores">Patrocinadores</a></li>
<li><a class="grey-text text-lighten-3" href="index.html#about">Evento</a></li>
<li><a class="grey-text text-lighten-3" href="index.html#keynotes">Keynotes</a></li>
<li><a class="grey-text text-lighten-3" href="call_for_papers.html#callforpapers">Call for Papers</a></li>
<li><a class="grey-text text-lighten-3" href="index.html#local">Local</a></li>
<li><a class="grey-text text-lighten-3" href="index.html#patrocinadores">Patrocinadores</a></li>
<li><a class="grey-text text-lighten-3" href="https://docs.google.com/presentation/d/e/2PACX-1vTQgdjEKIV1oJqZyB2i1a9OUFu0NcJ1HtN95DJT6WbtK5ovNLW-M4dC_KPb9uFWXqL10m7cfKQ8nbhW/pub">Carta de Patrocínio</a></li>
<li><a class="grey-text text-lighten-3" href="https://docs.google.com/document/d/e/2PACX-1vTkVt2ermHYzhgzcqs2VqQGk9PS01UkIXcI0Gjmb_OkBTbdocYGPY2DCrMgmi8N1Dps1WS_KdrF45F2/pub">Código de Conduta</a></li>
</ul>
Expand Down
10 changes: 5 additions & 5 deletions _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<!-- <a href="http://127.0.0.1:4000/conf/" class="brand-logo"> <img class="logo-pyladies responsive-img" alt="logo" src="/conf/assets/img/logo-magenta.svg" /> -->
</a>
<ul class="right hide-on-med-and-down">
<li><a href="#about">Sobre</a></li>

<li><a href="#keynotes">Keynotes</a></li>
<li><a href="#local">Local</a></li>
<li><a href="#patrocinadores">Patrocinadores</a></li>
<li><a href="index.html#about">Sobre</a></li>
<li><a href="index.html#keynotes">Keynotes</a></li>
<li><a href="call_for_papers.html#callforpapers">Call for Papers</a></li>
<li><a href="index.html#local">Local</a></li>
<li><a href="index.html#patrocinadores">Patrocinadores</a></li>
<li><a href="https://docs.google.com/document/d/e/2PACX-1vTkVt2ermHYzhgzcqs2VqQGk9PS01UkIXcI0Gjmb_OkBTbdocYGPY2DCrMgmi8N1Dps1WS_KdrF45F2/pub">Código de Conduta</a></li>
</ul>
</div>
Expand Down
12 changes: 12 additions & 0 deletions _layouts/call_for_papers.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="pt-br">
{% include head.html %}
<body>
{% include header.html %}

<section id="callforpapers">
{% include call_for_papers.html %}
</section>

{% include footer.html %}
</body>
4 changes: 4 additions & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
{% include programacao.html %}
</section>

<!-- <section id="callforpapers">
{% include call_for_papers.html %}
</section> -->

<section id="local">
{% include local.html %}
</section>
Expand Down
3 changes: 3 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#callforpapers {
padding-top: 64px;
}
4 changes: 4 additions & 0 deletions call_for_papers.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
layout: call_for_papers
---

0 comments on commit 829fc36

Please sign in to comment.