https://github.com/ingsystemcix/devteam-markdown-web
DevTeam is a news page developed in Markdown for the Universidad Tecnológica del Perú, created during the DevTeam event to help students prepare for hackathons. It serves as a resource hub, offering the latest updates, tips, and insights for aspiring developers.
https://github.com/ingsystemcix/devteam-markdown-web
Last synced: 9 months ago
JSON representation
DevTeam is a news page developed in Markdown for the Universidad Tecnológica del Perú, created during the DevTeam event to help students prepare for hackathons. It serves as a resource hub, offering the latest updates, tips, and insights for aspiring developers.
- Host: GitHub
- URL: https://github.com/ingsystemcix/devteam-markdown-web
- Owner: IngSystemCix
- Created: 2023-03-07T23:13:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-21T20:51:15.000Z (about 3 years ago)
- Last Synced: 2025-08-27T20:01:44.678Z (10 months ago)
- Language: CSS
- Homepage:
- Size: 31.3 MB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DevTeam-Markdown-Web | Collaborative work

### Project start: 07/03/2023
### Finished project: 13/03/2023
## Team members:
|Nº| First and last name| Git Hub |
| --- | --- | --- |
| 1 | Bustamante Inoach, Cesar Abel | [AbelBusi](https://github.com/AbelBusi) |
| 2 | Estrada Quiroz, Andrés Eduardo | [Andresito19](https://github.com/Andresito19) |
| 3 | Ibañez Cornejo, Anthony Daniel | [Anthony012s](https://github.com/Anthony012s) |
| 4 | Ibañez Chanamé, Ralph Junior | [junior-iba1904](https://github.com/junior-iba1904) |
| 5 | Llapapasca Montes, Ronal James| [Jamesllm](https://github.com/Jamesllm) |
| 6 | Matos Vitte, Gerald Kenneth |
| 7 | Medina Alvarado, Segundo Michael | [m1chaelxde19](https://github.com/m1chaelxde19) |
| 8 | Mundaca Mori, Alvaro Mitchel | [Alvaro-Mundaca](https://github.com/Alvaro-Mundaca) |
| 9 | Pastor Juárez, Karol Estefani | [KarolPastor](https://github.com/KarolPastor) |
| 10 | Ramos Marrufo, Daniel David | [daramoss03](https://github.com/daramoss03) |
| 11 | Romero Collazos, Juan Bladimir | [INGSYSTEM](https://github.com/INGSYSTEM) |
| 12 | Salazar Soplaouco, Franco Alexis | [Ale3P](https://github.com/Ale3P) |
| 13 | Sanandres Vela, Juan Piero Aarón | [Dark-JuanpiDev](https://github.com/Dark-JuanpiDev) |
| 14 | Vasquez Villegas, Kevin Jeferson | [kevin11jeferson](https://github.com/kevin11jeferson) |
| 15 | Vera Fernandez, Angel Fabian | [angelve03](https://github.com/angelve03) |
## Project information (English :us:):
The DevTeam makes sure that the search engine website is optimized, easy to navigate and provides an exceptional user experience. They also take care of creating relevant and engaging content such as articles and videos to keep visitors interested, informed and up-to-date on the competition.
## Project information (Spanish 🇵🇪):
El equipo de desarrollo de DevTeam se asegura de que la página web esté optimizada para motores de búsqueda, sea fácil de navegar y proporcione una experiencia de usuario excepcional. También se encargan de la creación de contenido relevante y atractivo, como artículos y videos, para mantener informados a los visitantes interesados y actualizados sobre la competencia.
## Tools used in the project:
* **HTML5:**

* [**Vscode:**](https://code.visualstudio.com/Download)

* [**PanDoc:**](https://pandoc.org/)

* [**MarkDown:**](https://www.markdownguide.org/)

* [**WinSCP:**](https://winscp.net/eng/docs/portable)

* [**putty:**](https://the.earth.li/~sgtatham/putty/latest/w64/putty.exe)

## Used commands (English :us:):
**Important:** Navigate to the directory where the MarkDown file you want to convert is located.
This command is used to be able to convert *.md files to *.html
```
pandoc -f markdown -t html file_name.md -o file_name.html
```
## Used commands (Spanish 🇵🇪):
**Importante:** Navega hasta el directorio donde se encuentra el archivo MarkDown que deseas convertir.
Este comando se usa para poder convertir archivos *.md a *.html
```
pandoc -f markdown -t html nombre_archivo.md -o nombre_archivo.html
```