-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
52 additions
and
9 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
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> | ||
|
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
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
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,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> |
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
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,3 @@ | ||
#callforpapers { | ||
padding-top: 64px; | ||
} |
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,4 @@ | ||
--- | ||
layout: call_for_papers | ||
--- | ||
|