Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Website/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ <h1 class="display-4 fst-italic">Git by DevMasterTeam</h1>
<h3 class="mb-0">Inicializando repositório</h3>
<div class="mb-1 text-muted">12 de Nov</div>
<p class="card-text mb-auto">Detalhes de como inicializar seu repositório Git</p>
<a href="#" class="stretched-link">Continue lendo</a>
<a href="https://git-scm.com/book/pt-br/v2/Fundamentos-de-Git-Obtendo-um-Reposit%C3%B3rio-Git" class="stretched-link">Continue lendo</a>
</div>
<div class="col-auto d-none d-lg-block">
<img width="200" height="250" src="assets/images/git-init.png" />
Expand All @@ -62,7 +62,7 @@ <h3 class="mb-0">Inicializando repositório</h3>
<h3 class="mb-0">Desfazendo alterações</h3>
<div class="mb-1 text-muted">12 de Nov</div>
<p class="mb-auto">git rm, git restore, git checkout ou git reset? Quais das opções usar?</p>
<a href="#" class="stretched-link">Continue lendo</a>
<a href="https://git-scm.com/book/pt-pt/v2/No%C3%A7%C3%B5es-B%C3%A1sicas-do-Git-Desfazer-Coisas" class="stretched-link">Continue lendo</a>
</div>
<div class="col-auto d-none d-lg-block">
<img width="200" height="250" src="assets/images/git-checkout.png" />
Expand Down Expand Up @@ -99,4 +99,4 @@ <h4 class="fst-italic">Sobre</h4>

<script src="assets/index.js"></script>
</body>
</html>
</html>