... | ... | @@ -118,14 +118,14 @@ Exemplo: |
|
|
* Colocamos o caminho para a imagem do diretorio como abaixo
|
|
|
|
|
|
```
|
|
|
<img src="../imagens/terminal.png">
|
|
|
<img src="../Imagens/terminal.png">
|
|
|
```
|
|
|
|
|
|
* Colocamos `..` em todo diretorio que nao for interno do Reposiorio, entao como o diretorio imagens e interno, devemos dizer todos os diretorio ate a imagem e a extensao dela
|
|
|
|
|
|
* Abaixo fica a imagem em si
|
|
|
|
|
|
<img src="../../imagens/terminal.png">
|
|
|
<img src="../Imagens/terminal.png">
|
|
|
|
|
|
|
|
|
<a name="organize"></a>
|
... | ... | @@ -149,23 +149,23 @@ Exemplo: |
|
|
|
|
|
```
|
|
|
<p align="center">
|
|
|
<img src="../imagens/terminal.png" height="100">
|
|
|
<img src="../Imagens/terminal.png" height="100">
|
|
|
</p>
|
|
|
```
|
|
|
<p align="center">
|
|
|
<img src="../imagens/terminal.png" height="100">
|
|
|
<img src="../Imagens/terminal.png" height="100">
|
|
|
</p>
|
|
|
|
|
|
* **Diversos tamanhos**
|
|
|
|
|
|
```
|
|
|
<img src="../imagens/terminal.png" height="20">
|
|
|
<img src="../imagens/terminal.png" height="50">
|
|
|
<img src="../imagens/terminal.png" height="100">
|
|
|
<img src="../imagens/terminal.png" height="200">
|
|
|
<img src="../Imagens/terminal.png" height="20">
|
|
|
<img src="../Imagens/terminal.png" height="50">
|
|
|
<img src="../Imagens/terminal.png" height="100">
|
|
|
<img src="../Imagens/terminal.png" height="200">
|
|
|
```
|
|
|
|
|
|
<img src="../imagens/terminal.png" height="20">
|
|
|
<img src="../imagens/terminal.png" height="50">
|
|
|
<img src="../imagens/terminal.png" height="100">
|
|
|
<img src="../imagens/terminal.png" height="200"> |
|
|
\ No newline at end of file |
|
|
<img src="../Imagens/terminal.png" height="20">
|
|
|
<img src="../Imagens/terminal.png" height="50">
|
|
|
<img src="../Imagens/terminal.png" height="100">
|
|
|
<img src="../Imagens/terminal.png" height="200"> |
|
|
\ No newline at end of file |