Skip to content

Commit

Permalink
Roteiro de uso
Browse files Browse the repository at this point in the history
  • Loading branch information
edersoares committed May 29, 2024
1 parent 9084e95 commit 34bc070
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions website/pages/en/demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,12 @@ class Docs extends React.Component {
</div>
</div>
</div>
<div className="roteiro">
<h2>Roteiro para auxiliar na navegação dos ambientes</h2>
<div className="demo-link">
<a href="https://github.com/portabilis/i-educar-website/files/15490426/uso.pdf">Baixar</a>
</div>
</div>
<span className="docsText"><p>Veja algo que precisa ser corrigido? Propor uma mudança na <a
href="https://github.com/portabilis/i-educar/issues">fonte</a></p><p>Precisa de uma versão diferente dos documentos?<a> Veja as versões disponíveis.</a></p></span>
</div>
Expand Down
12 changes: 12 additions & 0 deletions website/static/css/docs.css
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,18 @@
flex-shrink: 0;
}

.roteiro {
margin-top: -100px;
margin-bottom: 150px;
}

.roteiro h2 {
font-family: $titleFont;
color: #4e5666;
font-size: 24px;
text-align: center;
}

.docsText {
flex-direction: column;
margin-bottom: 80px;
Expand Down

0 comments on commit 34bc070

Please sign in to comment.