Skip to content

Commit 1892a2d

Browse files
committedMay 16, 2022
Início ao estudo de estrutura de dados
1 parent 951e4a1 commit 1892a2d

File tree

6 files changed

+108
-18
lines changed

6 files changed

+108
-18
lines changed
 

‎black.js

-6
This file was deleted.

‎blackbord.js

-12
This file was deleted.

‎estruturaDeDados/estruturaDeDados.md

+54
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
<div class="header">
2+
<img align="center" src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/99/Unofficial_JavaScript_logo_2.svg/640px-Unofficial_JavaScript_logo_2.svg.png" width="100"/> JavaScript Script | Estrutura de dados
3+
</div>
4+
5+
---
6+
7+
<br>
8+
9+
> Citação resumida a respeito do conteúdo.
10+
11+
<br>
12+
13+
# ESTRUTURA DE DADOS
14+
- [Sumário](#teste)
15+
16+
Um texto a respeito do conteúdo
17+
18+
<br>
19+
<br>
20+
21+
## TÍTULO DO CONTEÚDO
22+
Texto do conteúdo
23+
24+
<br>
25+
<br>
26+
27+
<div align="center">
28+
29+
# AUTOR
30+
31+
</div>
32+
33+
<div class="footer">
34+
<table align="center">
35+
<tr>
36+
<td align="center">
37+
<a href="https://github.com/yagopeixinho">
38+
<img src="https://avatars.githubusercontent.com/u/81770553?v=4" width="100px;" alt="Imagem de Yago Peixinho">
39+
<br>
40+
<sub>
41+
<b>Yago Peixinho </b>
42+
</sub>
43+
</a>
44+
</td>
45+
</tr>
46+
</table>
47+
</div>
48+
<div>
49+
50+
###### REFERÊNCIAS DESSE DOCUMENTO
51+
- https://developer.mozilla.org/pt-BR/
52+
- https://eloquentjavascript.net/
53+
54+
</div>
File renamed without changes.

‎template/templateDefault.md

+54
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
<div class="header">
2+
<img align="center" src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/99/Unofficial_JavaScript_logo_2.svg/640px-Unofficial_JavaScript_logo_2.svg.png" width="100"/> JavaScript Script | Título da página
3+
</div>
4+
5+
---
6+
7+
<br>
8+
9+
> Citação resumida a respeito do conteúdo.
10+
11+
<br>
12+
13+
# TÍTULO DA PÁGINA
14+
- [Sumário](#teste)
15+
16+
Um texto a respeito do conteúdo
17+
18+
<br>
19+
<br>
20+
21+
## TÍTULO DO CONTEÚDO
22+
Texto do conteúdo
23+
24+
<br>
25+
<br>
26+
27+
<div align="center">
28+
29+
# AUTOR
30+
31+
</div>
32+
33+
<div class="footer">
34+
<table align="center">
35+
<tr>
36+
<td align="center">
37+
<a href="https://github.com/yagopeixinho">
38+
<img src="https://avatars.githubusercontent.com/u/81770553?v=4" width="100px;" alt="Imagem de Yago Peixinho">
39+
<br>
40+
<sub>
41+
<b>Yago Peixinho </b>
42+
</sub>
43+
</a>
44+
</td>
45+
</tr>
46+
</table>
47+
</div>
48+
<div>
49+
50+
###### REFERÊNCIAS DESSE DOCUMENTO
51+
- https://developer.mozilla.org/pt-BR/
52+
- https://eloquentjavascript.net/
53+
54+
</div>

0 commit comments

Comments
 (0)