-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ajustes de pagina de Colaboración y creditos
- Loading branch information
=
committed
Aug 19, 2024
1 parent
06414d1
commit f58baff
Showing
4 changed files
with
62 additions
and
111 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
--- | ||
editLink: false | ||
head: | ||
- - meta | ||
- name: og:description | ||
content: Contribución al proyecto | ||
- - meta | ||
- name: og:title | ||
content: Contribución - Doofy's Projects | ||
--- | ||
|
||
<script setup> | ||
import { VPTeamMembers } from 'vitepress/theme' | ||
|
||
const members = [ | ||
{ | ||
avatar: 'https://avatars.githubusercontent.com/u/5114873?v=4', | ||
name: 'Daniel Rodriguez', | ||
title: 'Fundador del proyecto', | ||
links: [ | ||
{ icon: 'youtube', link: 'https://www.youtube.com/DanielRodriguezDoofy' } | ||
] | ||
}, | ||
{ | ||
avatar: 'https://avatars.githubusercontent.com/u/85186792?v=4', | ||
name: 'DisoQ', | ||
title: 'Desarrollador', | ||
links: [ | ||
{ icon: 'github', link: 'https://github.com/DisoQ' }, | ||
] | ||
}, | ||
{ | ||
avatar: 'https://avatars.githubusercontent.com/u/31357533?v=4', | ||
name: 'CarmeloCampos', | ||
title: 'Colaborador externo', | ||
links: [ | ||
{ icon: 'github', link: 'https://github.com/CarmeloCampos' }, | ||
{ icon: 'twitter', link: 'https://twitter.com/CarmeloAlone' } | ||
] | ||
}, | ||
] | ||
</script> | ||
|
||
# ¿Cómo colaborar al proyecto? | ||
|
||
Al igual que todos los grupos del proyecto, el soporte es totalmente abierto al público para que cualquiera pueda ayudar y ser ayudado; este también cuenta como principio para esta documentación. | ||
|
||
Dentro del servidor de [Discord](https://discord.gg/doofy-s-projects-704042607600205956) puedes comunicarte con cualquier miembro del equipo de Soporte o Moderación para que pueda ayudarte a entender del tema. No tienes por qué preocuparte por saber algún lenguaje de programación y lo que el entorno rodee este, para colaborar solo necesitas del intelecto y capacidad de escritura adecuada. | ||
|
||
**¿Quieres contribuir al proyecto?** Ingresa al servidor e informate | ||
|
||
<div align="center"> | ||
<a href="https://discord.gg/doofy-s-projects-704042607600205956" target="_blank"><img src="https://invidget.switchblade.xyz/doofy-s-projects-704042607600205956/?language=es"></a> | ||
</div> | ||
|
||
## Creditos | ||
|
||
<VPTeamMembers size="small" :members="members" /> | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.