Skip to content

Commit

Permalink
Fiz minha contribuição
Browse files Browse the repository at this point in the history
Adicionei meu devdec.html e organizei a lista de contribuidores em ordem alfabetica.
  • Loading branch information
DevDecfalter authored and wmartins committed Mar 19, 2024
1 parent 8b1876e commit 2750540
Show file tree
Hide file tree
Showing 2 changed files with 99 additions and 26 deletions.
54 changes: 28 additions & 26 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
## Deixe aqui a sua contribuição e descobriremos quem já passou por aqui:

- [Bruno Vargas](https://github.com/bjvargas)

- [Adelcio Porto](https://github.com/adelcioportonfe)

- [Adriano Avelino](https://github.com/adrianoavelino)
Expand All @@ -10,6 +8,10 @@

- [Bruno Teixeira](https://github.com/BrunoTxr)

- [Bruno Vargas](https://github.com/bjvargas)

- [Brian Muniz Silveira](https://github.com/DevDecfalter)

- [Cagin Cevik](https://github.com/cgncvk)

- [Caio Santos](https://github.com/caio687)
Expand All @@ -22,10 +24,10 @@

- [Claudio Donato Valim](https://github.com/cdvalim)

- [Daniel Rigoni](https://github.com/danielrgn)

- [Daniel da Silva Farias](https://github.com/danielsilvafarias)

- [Daniel Rigoni](https://github.com/danielrgn)

- [David Allysson](https://github.com/davidallysson)

- [Dian Carlos](https://github.com/diancabral/)
Expand All @@ -34,10 +36,22 @@

- [Dyego Alves](https://github.com/dyegoalves)

- [Edilson Matola](https://github.com/edilsonmatola)

- [Eugene Ong Gee Haw](https://github.com/imrbun)

- [Elivelton Andreati Sorato](https://github.com/elisor)

- [Emerson Bezerra](https://github.com/emersondevelops)

- [Felipe Cabrera](https://github.com/fcrdossantos)

- [Felipe Castilhos](https://github.com/felipecastilhos)

- [Gabriel Gomes](https://github.com/gabrielgomesferraz)

- [Gan Chew Ying](https://github.com/gcyying123)

- [Gianluca Ghisleni](https://github.com/gigias)

- [Henrique Emidio](https://github.com/henrymidio)
Expand All @@ -54,10 +68,10 @@

- [Kátia Nakamura](https://github.com/katiayn/)

- [Lucas Pires](https://github.com/lucasopf)

- [Leonardo Anjos](https://github.com/leonardo-anjos)

- [Lucas Pires](https://github.com/lucasopf)

- [Marcos Freitas](https://github.com/marcosfreitas)

- [Mauricio Colli](https://github.com/mauriciocolli)
Expand All @@ -82,7 +96,7 @@

- [Rony Freitas](https://github.com/rony-freitas)

- [Rogério Almeida](https://github.com/RogerioAP)
- [Rogerio Almeida](https://github.com/RogerioAP)

- [Ryan Filho](https://github.com/RyanFilho)

Expand All @@ -92,34 +106,22 @@

- [Tamiris Bonicenha](https://github.com/tamirisapbonicenha)

- [Tiago Fuelber](https://github.com/TiagoFuelber)
- [Tobias Rocha da Rosa](https://github.com/tobiassrocha)

- [Thiago Nascimento](https://github.com/anakis)

- [Tobias Rocha da Rosa](https://github.com/tobiassrocha)
- [Tiago Fuelber](https://github.com/TiagoFuelber)

- [Unai Zuluaga](https://github.com/unaizu)

- [Wallace de Souza Vizerra](https://github.com/wallaceamxters)

- [Welton Sanches](https://github.com/WeltonSanches)

- [William Andrade](https://github.com/williandrade)

- [William Mendes](https://github.com/willianmendesf)

- [Wilson Neto](https://github.com/willgomes)

- [Wilson Junior](https://github.com/wilsonjuniorwj)

- [Welton Sanches](https://github.com/WeltonSanches)

- [Gan Chew Ying](https://github.com/gcyying123)

- [Felipe Cabrera](https://github.com/fcrdossantos)

- [Felipe Castilhos](https://github.com/felipecastilhos)

- [Eugene Ong Gee Haw] (https://github.com/imrbun)

- [Emerson Bezerra](https://github.com/emersondevelops)

- [Edilson Matola](https://github.com/edilsonmatola)

- [Unai Zuluaga](https://github.com/unaizu)
- [Wilson Neto](https://github.com/willgomes)
71 changes: 71 additions & 0 deletions devdec.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
<!DOCTYPE html>
<html lang="pt-br">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Brian Muniz SIlveira">
<meta name="description" content="Te convido a visitar o meu perfil no GitHub, todos são bem vindos!">
<title>Convite para o meu perfil do GitHub</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #031927;
}

.container {
max-width: 600px;
margin: 50px auto;
background-color: #9DD1F1;
padding: 20px;
border-radius: 8px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h1 {
text-align: center;
margin-bottom: 20px;
}

.github-profile {
text-align: center;
}

.github-profile a {
display: inline-block;
background-color: #24292e;
color: #fff;
text-decoration: none;
padding: 10px 20px;
border-radius: 5px;
transition: background-color 0.3s ease;
}

.github-profile a:hover {
background-color: #0366d6;
}

img {
margin: auto;
}
</style>
</head>

<body>

<div class="container">
<h1>Convite para o meu perfil do GitHub</h1>

<img src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/github/github-original.svg" height="200" width="200"/>

<div class="github-profile">
<p>Clique no botão abaixo para visitar meu perfil do GitHub:</p>
<a href="https://github.com/DevDecfalter">Visitar meu perfil</a>
</div>
</div>

</body>

</html>

0 comments on commit 2750540

Please sign in to comment.