Skip to content

Commit 4fd7588

Browse files
committed
Fix bug in login functionality
0 parents  commit 4fd7588

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

README.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# Olá! Me chamo Navelogic :wave:
2+
<div>
3+
<img alt="GitHub followers" src="https://img.shields.io/github/followers/Navelogic">
4+
<img alt="X (formerly Twitter) Follow" src="https://img.shields.io/twitter/follow/offarianweslley">
5+
<img alt="YouTube Channel Views" src="https://img.shields.io/youtube/channel/views/UCT1Fmw775Ym2vO0h42rdjcA">
6+
<hr height="1">
7+
</div>
8+
9+
10+
11+
- :computer: Estudante de Analise e Desenvolvimento - 1⁰ Semestre.
12+
- :bat: Meu tema favorito para desenvolver é o [DRACULA](https://draculatheme.com/)
13+
14+
```Java
15+
import java.util.Arrays;
16+
17+
public class Main {
18+
static void sobre(String pronome, String... linguagens) {
19+
System.out.println("Pronomes: " + pronome);
20+
System.out.println("Linguagens: " + Arrays.toString(linguagens));
21+
}
22+
23+
public static void main(String[] args) {
24+
sobre("ele/dele", "Angular", "Java", "HTML", "CSS/SCSS", "Python");
25+
}
26+
27+
// ... Tentando gostar de CSS
28+
}
29+
```
30+
31+
# Tecnologias
32+
<div align="center">
33+
<div>
34+
<img alt="Python" src="https://img.shields.io/badge/python-100000?style=for-the-badge&logo=python&logoColor=blue">
35+
<img alt="Java" src="https://img.shields.io/badge/java-100000?style=for-the-badge&logo=java">
36+
<img alt="Shell" src="https://img.shields.io/badge/shell-100000?style=for-the-badge&logo=shellscript">
37+
<img alt="Linux" src="https://img.shields.io/badge/linux-100000?style=for-the-badge&logo=linux">
38+
<img alt="Windows" src="https://img.shields.io/badge/windows-100000?style=for-the-badge&logo=windows">
39+
<img alt="Git" src="https://img.shields.io/badge/git-100000?style=for-the-badge&logo=git">
40+
<img alt="GitHub" src="https://img.shields.io/badge/github-100000?style=for-the-badge&logo=github">
41+
</div>
42+
<hr height="1">
43+
</div>

0 commit comments

Comments
 (0)